diff options
Diffstat (limited to 'sw/source/uibase/inc/unotools.hxx')
-rw-r--r-- | sw/source/uibase/inc/unotools.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/unotools.hxx b/sw/source/uibase/inc/unotools.hxx index 76a371740916..1c6c3708d433 100644 --- a/sw/source/uibase/inc/unotools.hxx +++ b/sw/source/uibase/inc/unotools.hxx @@ -47,9 +47,9 @@ class SW_DLLPUBLIC SwOneExampleFrame : public weld::CustomWidgetController OUString m_sArgumentURL; - SwView* const m_pModuleView; + SwView* m_pModuleView; - sal_uInt32 const m_nStyleFlags; + sal_uInt32 m_nStyleFlags; bool m_bIsInitialized; |