summaryrefslogtreecommitdiff
path: root/oox/source/core/recordparser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/core/recordparser.cxx')
-rw-r--r--oox/source/core/recordparser.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/oox/source/core/recordparser.cxx b/oox/source/core/recordparser.cxx
index 9c95a822fb63..2432f88fbc93 100644
--- a/oox/source/core/recordparser.cxx
+++ b/oox/source/core/recordparser.cxx
@@ -50,10 +50,10 @@ public:
// com.sun.star.sax.XLocator interface
- virtual sal_Int32 SAL_CALL getColumnNumber() throw( RuntimeException, std::exception );
- virtual sal_Int32 SAL_CALL getLineNumber() throw( RuntimeException, std::exception );
- virtual OUString SAL_CALL getPublicId() throw( RuntimeException, std::exception );
- virtual OUString SAL_CALL getSystemId() throw( RuntimeException, std::exception );
+ virtual sal_Int32 SAL_CALL getColumnNumber() throw( RuntimeException, std::exception ) SAL_OVERRIDE;
+ virtual sal_Int32 SAL_CALL getLineNumber() throw( RuntimeException, std::exception ) SAL_OVERRIDE;
+ virtual OUString SAL_CALL getPublicId() throw( RuntimeException, std::exception ) SAL_OVERRIDE;
+ virtual OUString SAL_CALL getSystemId() throw( RuntimeException, std::exception ) SAL_OVERRIDE;
private:
RecordParser* mpParser;