diff options
Diffstat (limited to 'sw/source/uibase/inc/usrpref.hxx')
-rw-r--r-- | sw/source/uibase/inc/usrpref.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/usrpref.hxx b/sw/source/uibase/inc/usrpref.hxx index cd3d2f098f2f..16365468628b 100644 --- a/sw/source/uibase/inc/usrpref.hxx +++ b/sw/source/uibase/inc/usrpref.hxx @@ -31,7 +31,7 @@ class SwContentViewConfig : public utl::ConfigItem { private: SwMasterUsrPref& rParent; - bool const bWeb; + bool bWeb; css::uno::Sequence<OUString> GetPropertyNames() const; @@ -52,7 +52,7 @@ class SwLayoutViewConfig : public utl::ConfigItem { private: SwMasterUsrPref& rParent; - bool const bWeb; + bool bWeb; css::uno::Sequence<OUString> GetPropertyNames() const; |