diff options
Diffstat (limited to 'sd/source/ui/inc/DrawDocShell.hxx')
-rw-r--r-- | sd/source/ui/inc/DrawDocShell.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/DrawDocShell.hxx b/sd/source/ui/inc/DrawDocShell.hxx index 0c73fdadbc89..84d6d277e40a 100644 --- a/sd/source/ui/inc/DrawDocShell.hxx +++ b/sd/source/ui/inc/DrawDocShell.hxx @@ -210,12 +210,12 @@ protected: ::sd::ViewShell* mpViewShell; std::unique_ptr<FontList> mpFontList; rtl::Reference<FuPoor> mxDocShellFunction; - DocumentType meDocType; + DocumentType const meDocType; SfxStyleFamily mnStyleFamily; o3tl::array_view<sal_uInt16 const> mpFilterSIDs; bool mbFilterEnable; - bool mbSdDataObj; + bool const mbSdDataObj; bool mbInDestruction; bool mbOwnPrinter; |