summaryrefslogtreecommitdiff
path: root/include/oox/ppt/slidemastertextstylescontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/slidemastertextstylescontext.hxx')
-rw-r--r--include/oox/ppt/slidemastertextstylescontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/slidemastertextstylescontext.hxx b/include/oox/ppt/slidemastertextstylescontext.hxx
index 7acab9888158..9f4c3cac39d9 100644
--- a/include/oox/ppt/slidemastertextstylescontext.hxx
+++ b/include/oox/ppt/slidemastertextstylescontext.hxx
@@ -37,7 +37,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) override;
private:
- SlidePersistPtr mpSlidePersistPtr;
+ SlidePersistPtr const mpSlidePersistPtr;
};
} }