summaryrefslogtreecommitdiff
path: root/include/oox/dump/xlsbdumper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/dump/xlsbdumper.hxx')
-rw-r--r--include/oox/dump/xlsbdumper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/dump/xlsbdumper.hxx b/include/oox/dump/xlsbdumper.hxx
index 8d01018b0c53..d7c1ef6eea5e 100644
--- a/include/oox/dump/xlsbdumper.hxx
+++ b/include/oox/dump/xlsbdumper.hxx
@@ -45,7 +45,7 @@ protected:
using SequenceRecordObjectBase::construct;
- virtual bool implReadRecordHeader( BinaryInputStream& rBaseStrm, sal_Int64& ornRecId, sal_Int64& ornRecSize ) SAL_OVERRIDE;
+ virtual bool implReadRecordHeader( BinaryInputStream& rBaseStrm, sal_Int64& ornRecId, sal_Int64& ornRecSize ) override;
private:
typedef std::shared_ptr< SequenceInputStream > SequenceInputStreamRef;
@@ -66,7 +66,7 @@ protected:
const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& rxStrm,
const OUString& rStrgPath,
const OUString& rStrmName,
- const OUString& rSysFileName ) SAL_OVERRIDE;
+ const OUString& rSysFileName ) override;
};
@@ -82,7 +82,7 @@ public:
const OUString& rSysFileName );
protected:
- virtual void implDump() SAL_OVERRIDE;
+ virtual void implDump() override;
};