summaryrefslogtreecommitdiff
path: root/writerperfect/inc/DocumentHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect/inc/DocumentHandler.hxx')
-rw-r--r--writerperfect/inc/DocumentHandler.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/writerperfect/inc/DocumentHandler.hxx b/writerperfect/inc/DocumentHandler.hxx
index 15cd4a8b45c1..26436f4b73ad 100644
--- a/writerperfect/inc/DocumentHandler.hxx
+++ b/writerperfect/inc/DocumentHandler.hxx
@@ -50,11 +50,11 @@ class WRITERPERFECT_DLLPUBLIC DocumentHandler: public OdfDocumentHandler
{
public:
DocumentHandler(com::sun::star::uno::Reference < com::sun::star::xml::sax::XDocumentHandler > &xHandler);
- void startDocument() SAL_OVERRIDE;
- void endDocument() SAL_OVERRIDE;
- void startElement(const char *psName, const librevenge::RVNGPropertyList &xPropList) SAL_OVERRIDE;
- void endElement(const char *psName) SAL_OVERRIDE;
- void characters(const librevenge::RVNGString &sCharacters) SAL_OVERRIDE;
+ void startDocument() override;
+ void endDocument() override;
+ void startElement(const char *psName, const librevenge::RVNGPropertyList &xPropList) override;
+ void endElement(const char *psName) override;
+ void characters(const librevenge::RVNGString &sCharacters) override;
private:
com::sun::star::uno::Reference < com::sun::star::xml::sax::XDocumentHandler > mxHandler;