summaryrefslogtreecommitdiff
path: root/include/editeng/numitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/numitem.hxx')
-rw-r--r--include/editeng/numitem.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/editeng/numitem.hxx b/include/editeng/numitem.hxx
index bcf8b29b054a..9a0e5f8145e3 100644
--- a/include/editeng/numitem.hxx
+++ b/include/editeng/numitem.hxx
@@ -287,7 +287,6 @@ public:
OUString MakeNumString( const SvxNodeNum&, bool bInclStrings = true ) const;
SvxNumRuleType GetNumRuleType() const { return eNumberingType; }
- void SetNumRuleType( const SvxNumRuleType& rType ) { eNumberingType = rType; }
bool UnLinkGraphics();
};
@@ -327,12 +326,6 @@ public:
sal_uInt8 GetLevel() const { return nMyLevel; }
void SetLevel( sal_uInt8 nVal ) { nMyLevel = nVal; }
- bool IsStart() const { return bStartNum; }
- void SetStart( bool bFlag = true ) { bStartNum = bFlag; }
-
- sal_uInt16 GetSetValue() const { return nSetValue; }
- void SetSetValue( sal_uInt16 nVal ) { nSetValue = nVal; }
-
const sal_uInt16* GetLevelVal() const { return nLevelVal; }
sal_uInt16* GetLevelVal() { return nLevelVal; }
};