summaryrefslogtreecommitdiff
path: root/sw/inc/unosett.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unosett.hxx')
-rw-r--r--sw/inc/unosett.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unosett.hxx b/sw/inc/unosett.hxx
index 7414645d9b54..a86c35700a16 100644
--- a/sw/inc/unosett.hxx
+++ b/sw/inc/unosett.hxx
@@ -202,7 +202,7 @@ public:
const OUString* GetNewCharStyleNames() const {return m_sNewCharStyleNames;}
const OUString* GetBulletFontNames() const {return m_sNewBulletFontNames;}
- const SwNumRule* GetNumRule() {return m_pNumRule;}
+ const SwNumRule* GetNumRule() const {return m_pNumRule;}
static bool isInvalidStyle(const OUString &rName);
void Invalidate() {m_pDocShell = nullptr;}