summaryrefslogtreecommitdiff
path: root/writerfilter/inc/ooxml/OOXMLDocument.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/inc/ooxml/OOXMLDocument.hxx')
-rw-r--r--writerfilter/inc/ooxml/OOXMLDocument.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/inc/ooxml/OOXMLDocument.hxx b/writerfilter/inc/ooxml/OOXMLDocument.hxx
index c7b4ec18bece..73a62fe7079f 100644
--- a/writerfilter/inc/ooxml/OOXMLDocument.hxx
+++ b/writerfilter/inc/ooxml/OOXMLDocument.hxx
@@ -132,14 +132,14 @@ public:
@param rStream stream handler to resolve this document to
*/
- virtual void resolve(Stream & rStream) = 0;
+ virtual void resolve(Stream & rStream) SAL_OVERRIDE = 0;
/**
Returns string representation of the type of this reference.
DEBUGGING PURPOSE ONLY.
*/
- virtual string getType() const = 0;
+ virtual string getType() const SAL_OVERRIDE = 0;
/**
Resolves a footnote to a stream handler.