Remove unused code.
This commit is contained in:
parent
2e01faac3f
commit
1dc612970f
@ -278,7 +278,6 @@ public:
|
||||
const SvxNumberFormat* Get(sal_uInt16 nLevel)const;
|
||||
const SvxNumberFormat& GetLevel(sal_uInt16 nLevel)const;
|
||||
void SetLevel(sal_uInt16 nLevel, const SvxNumberFormat& rFmt, sal_Bool bIsValid = sal_True);
|
||||
void SetLevel(sal_uInt16 nLevel, const SvxNumberFormat* pFmt);
|
||||
|
||||
sal_Bool IsContinuousNumbering()const
|
||||
{return bContinuousNumbering;}
|
||||
|
@ -759,23 +759,6 @@ void SvxNumRule::SetLevel( sal_uInt16 i, const SvxNumberFormat& rNumFmt, sal_Boo
|
||||
}
|
||||
}
|
||||
|
||||
void SvxNumRule::SetLevel(sal_uInt16 nLevel, const SvxNumberFormat* pFmt)
|
||||
{
|
||||
DBG_ASSERT(nLevel < SVX_MAX_NUM, "Wrong Level" );
|
||||
|
||||
if( nLevel < SVX_MAX_NUM )
|
||||
{
|
||||
aFmtsSet[nLevel] = 0 != pFmt;
|
||||
if(pFmt)
|
||||
SetLevel(nLevel, *pFmt);
|
||||
else
|
||||
{
|
||||
delete aFmts[nLevel];
|
||||
aFmts[nLevel] = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
String SvxNumRule::MakeNumString( const SvxNodeNum& rNum, sal_Bool bInclStrings ) const
|
||||
{
|
||||
String aStr;
|
||||
|
@ -369,7 +369,6 @@ SvxMSDffShapeTxBxSort::Insert(SvxMSDffShapeOrder* const*, unsigned short)
|
||||
SvxMSDffShapeTxBxSort::Insert(SvxMSDffShapeTxBxSort const*, unsigned short, unsigned short)
|
||||
SvxMSDffShapeTxBxSort::Remove(SvxMSDffShapeOrder* const&, unsigned short)
|
||||
SvxMSDffShapeTxBxSort::Remove(unsigned short, unsigned short)
|
||||
SvxNumRule::SetLevel(unsigned short, SvxNumberFormat const*)
|
||||
SvxOpenGraphicDialog::SetControlHelpIds(short const*, char const**)
|
||||
SvxPluginFileDlg::IsAvailable(unsigned short)
|
||||
SvxPopupWindowListBox::StartSelection()
|
||||
|
Loading…
x
Reference in New Issue
Block a user