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 a944b45cf5c1..775f86beb67f 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -432,7 +432,7 @@ class ScXMLShapeExport : public XMLShapeExport
{
public:
ScXMLShapeExport(SvXMLExport& rExp) : XMLShapeExport(rExp) {}
- ~ScXMLShapeExport();
+ virtual ~ScXMLShapeExport();
/** is called before a shape element for the given XShape is exported */
virtual void onExport( const uno::Reference < drawing::XShape >& xShape ) SAL_OVERRIDE;