summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlexprt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmlexprt.cxx')
-rw-r--r--sc/source/filter/xml/xmlexprt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx
index 08af19436996..8799b5887a9d 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -435,7 +435,7 @@ public:
~ScXMLShapeExport();
/** is called before a shape element for the given XShape is exported */
- virtual void onExport( const uno::Reference < drawing::XShape >& xShape );
+ virtual void onExport( const uno::Reference < drawing::XShape >& xShape ) SAL_OVERRIDE;
};
ScXMLShapeExport::~ScXMLShapeExport()