summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-30 10:55:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-30 10:55:47 +0100
commit2e565fe8d040c61f5491f3df13665735fb8d9d84 (patch)
tree6ac18f927293b9388be7eedb123480f88cd9860a /writerfilter
parent75892872496175d71b4ad02c1a477dc9f463d803 (diff)
loplugin:override
Change-Id: I0a79e1376c65a2d06e37ac5d6e0aa9f66234d753
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/OOXMLPropertySet.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/OOXMLPropertySet.hxx b/writerfilter/source/ooxml/OOXMLPropertySet.hxx
index 39c68e2f1150..a74bcfc10aef 100644
--- a/writerfilter/source/ooxml/OOXMLPropertySet.hxx
+++ b/writerfilter/source/ooxml/OOXMLPropertySet.hxx
@@ -69,7 +69,7 @@ public:
OOXMLTable();
virtual ~OOXMLTable();
- void resolve(Table & rTable);
+ void resolve(Table & rTable) override;
void add(ValuePointer_t pPropertySet);
OOXMLTable * clone() const;
private: