summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLPropertySetImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLPropertySetImpl.hxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLPropertySetImpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/OOXMLPropertySetImpl.hxx b/writerfilter/source/ooxml/OOXMLPropertySetImpl.hxx
index 1e0b6400ad2a..78c578f0dce5 100644
--- a/writerfilter/source/ooxml/OOXMLPropertySetImpl.hxx
+++ b/writerfilter/source/ooxml/OOXMLPropertySetImpl.hxx
@@ -296,7 +296,7 @@ public:
virtual void sprm(Sprm & rSprm) SAL_OVERRIDE;
virtual void attribute(Id nId, Value & rValue) SAL_OVERRIDE;
- int getValue() const;
+ int getValue() const { return mnValue;}
};
Sprm::Kind SprmKind(sal_uInt32 nSprmCode);