summaryrefslogtreecommitdiff
path: root/oox/source/ppt/animvariantcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/animvariantcontext.hxx')
-rw-r--r--oox/source/ppt/animvariantcontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/animvariantcontext.hxx b/oox/source/ppt/animvariantcontext.hxx
index 9f02e709665a..03eac37b92ba 100644
--- a/oox/source/ppt/animvariantcontext.hxx
+++ b/oox/source/ppt/animvariantcontext.hxx
@@ -38,7 +38,7 @@ namespace oox { namespace ppt {
virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 aElementToken, const AttributeList& rAttribs ) override;
private:
- ::sal_Int32 const mnElement;
+ ::sal_Int32 mnElement;
css::uno::Any& maValue;
::oox::drawingml::Color maColor;
};