diff options
Diffstat (limited to 'sfx2/source/view/viewimp.hxx')
-rw-r--r-- | sfx2/source/view/viewimp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/view/viewimp.hxx b/sfx2/source/view/viewimp.hxx index 864c266f7398..00b7b51590fe 100644 --- a/sfx2/source/view/viewimp.hxx +++ b/sfx2/source/view/viewimp.hxx @@ -43,8 +43,8 @@ struct SfxViewShell_Impl ::comphelper::OInterfaceContainerHelper2 aInterceptorContainer; SfxShellArr_Impl aArr; Size aMargin; - bool m_bHasPrintOptions; - bool m_bIsShowView; + bool const m_bHasPrintOptions; + bool const m_bIsShowView; sal_uInt16 m_nFamily; ::rtl::Reference<SfxBaseController> m_pController; std::unique_ptr< ::svt::AcceleratorExecute > m_xAccExec; |