diff options
Diffstat (limited to 'sw/source/uibase/inc/outline.hxx')
-rw-r--r-- | sw/source/uibase/inc/outline.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/outline.hxx b/sw/source/uibase/inc/outline.hxx index cf0f1818d86d..f9c3c1f15dde 100644 --- a/sw/source/uibase/inc/outline.hxx +++ b/sw/source/uibase/inc/outline.hxx @@ -40,7 +40,7 @@ class SwOutlineTabDialog final : public SfxTabDialogController std::unique_ptr<SwNumRule> xNumRule; SwChapterNumRules* pChapterNumRules; - bool const bModified : 1; + bool bModified : 1; std::unique_ptr<weld::MenuButton> m_xMenuButton; @@ -65,7 +65,7 @@ public: class SwOutlineSettingsTabPage : public SfxTabPage { - OUString const aNoFormatName; + OUString aNoFormatName; OUString aSaveCollNames[MAXLEVEL]; SwWrtShell* pSh; SwNumRule* pNumRule; |