summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLChangeElementImportContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLChangeElementImportContext.hxx')
-rw-r--r--xmloff/source/text/XMLChangeElementImportContext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLChangeElementImportContext.hxx b/xmloff/source/text/XMLChangeElementImportContext.hxx
index 876381055b66..89d24799c375 100644
--- a/xmloff/source/text/XMLChangeElementImportContext.hxx
+++ b/xmloff/source/text/XMLChangeElementImportContext.hxx
@@ -74,15 +74,15 @@ public:
sal_uInt16 nPrefix,
const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList> & xAttrList);
+ ::com::sun::star::xml::sax::XAttributeList> & xAttrList) SAL_OVERRIDE;
// #107848#
// Start- and EndElement are needed here to set the inside_deleted_section
// flag at the corresponding TextImportHelper
- virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
+ virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE;
// #107848#
- virtual void EndElement();
+ virtual void EndElement() SAL_OVERRIDE;
};
#endif