summaryrefslogtreecommitdiff
path: root/include/oox/dump/pptxdumper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/dump/pptxdumper.hxx')
-rw-r--r--include/oox/dump/pptxdumper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/dump/pptxdumper.hxx b/include/oox/dump/pptxdumper.hxx
index cdcf7e52dcfc..09aef138ad83 100644
--- a/include/oox/dump/pptxdumper.hxx
+++ b/include/oox/dump/pptxdumper.hxx
@@ -40,7 +40,7 @@ protected:
const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& rxStrm,
const OUString& rStrgPath,
const OUString& rStrmName,
- const OUString& rSysFileName );
+ const OUString& rSysFileName ) SAL_OVERRIDE;
};
@@ -56,7 +56,7 @@ public:
const OUString& rSysFileName );
protected:
- virtual void implDump();
+ virtual void implDump() SAL_OVERRIDE;
};