summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlnum.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmlnum.hxx')
-rw-r--r--sw/source/filter/html/htmlnum.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmlnum.hxx b/sw/source/filter/html/htmlnum.hxx
index 13121c943218..555a644afdb2 100644
--- a/sw/source/filter/html/htmlnum.hxx
+++ b/sw/source/filter/html/htmlnum.hxx
@@ -75,10 +75,8 @@ public:
sal_uInt16 DecDepth() { return nDeep==0 ? 0 : --nDeep; }
inline sal_uInt8 GetLevel() const;
- void SetRestart( bool bSet ) { bRestart = bSet; }
bool IsRestart() const { return bRestart; }
- void SetNumbered( bool bSet ) { bNumbered = bSet; }
bool IsNumbered() const { return bNumbered; }
inline void SetNodeStartValue( sal_uInt8 nLvl, sal_uInt16 nVal=USHRT_MAX );