summaryrefslogtreecommitdiffstats
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 00ca3c278ebf..79308ab41fd7 100644
--- a/writerfilter/source/ooxml/OOXMLPropertySetImpl.hxx
+++ b/writerfilter/source/ooxml/OOXMLPropertySetImpl.hxx
@@ -291,7 +291,7 @@ public:
virtual ~OOXMLTableImpl();
virtual void resolve(Table & rTable) SAL_OVERRIDE;
- virtual void add(ValuePointer_t pPropertySet);
+ void add(ValuePointer_t pPropertySet);
virtual OOXMLTable * clone() const SAL_OVERRIDE;
};