summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/sax/saxattrlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/pdfimport/sax/saxattrlist.hxx')
-rw-r--r--sdext/source/pdfimport/sax/saxattrlist.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sdext/source/pdfimport/sax/saxattrlist.hxx b/sdext/source/pdfimport/sax/saxattrlist.hxx
index 92eff9ed3435..8b8494463fa7 100644
--- a/sdext/source/pdfimport/sax/saxattrlist.hxx
+++ b/sdext/source/pdfimport/sax/saxattrlist.hxx
@@ -53,15 +53,15 @@ namespace pdfi
virtual ~SaxAttrList();
// ::com::sun::star::xml::sax::XAttributeList
- virtual sal_Int16 SAL_CALL getLength() throw(std::exception);
- virtual OUString SAL_CALL getNameByIndex(sal_Int16 i) throw(std::exception);
- virtual OUString SAL_CALL getTypeByIndex(sal_Int16 i) throw(std::exception);
- virtual OUString SAL_CALL getTypeByName(const OUString& aName) throw(std::exception);
- virtual OUString SAL_CALL getValueByIndex(sal_Int16 i) throw(std::exception);
- virtual OUString SAL_CALL getValueByName(const OUString& aName) throw(std::exception);
+ virtual sal_Int16 SAL_CALL getLength() throw(std::exception) SAL_OVERRIDE;
+ virtual OUString SAL_CALL getNameByIndex(sal_Int16 i) throw(std::exception) SAL_OVERRIDE;
+ virtual OUString SAL_CALL getTypeByIndex(sal_Int16 i) throw(std::exception) SAL_OVERRIDE;
+ virtual OUString SAL_CALL getTypeByName(const OUString& aName) throw(std::exception) SAL_OVERRIDE;
+ virtual OUString SAL_CALL getValueByIndex(sal_Int16 i) throw(std::exception) SAL_OVERRIDE;
+ virtual OUString SAL_CALL getValueByName(const OUString& aName) throw(std::exception) SAL_OVERRIDE;
// ::com::sun::star::util::XCloneable
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable > SAL_CALL createClone() throw(std::exception);
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable > SAL_CALL createClone() throw(std::exception) SAL_OVERRIDE;
};
}