summaryrefslogtreecommitdiff
path: root/include/oox/ppt/timenodelistcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/timenodelistcontext.hxx')
-rw-r--r--include/oox/ppt/timenodelistcontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/timenodelistcontext.hxx b/include/oox/ppt/timenodelistcontext.hxx
index 02cba2936fe7..00815a40a668 100644
--- a/include/oox/ppt/timenodelistcontext.hxx
+++ b/include/oox/ppt/timenodelistcontext.hxx
@@ -45,7 +45,7 @@ namespace oox { namespace ppt {
protected:
TimeNodeContext( ::oox::core::FragmentHandler2 const & rParent, sal_Int32 aElement, const TimeNodePtr & pNode ) throw();
- sal_Int32 mnElement;
+ sal_Int32 const mnElement;
TimeNodePtr mpNode;
};