summaryrefslogtreecommitdiff
path: root/sw/inc/SwXMLSectionList.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/SwXMLSectionList.hxx')
-rw-r--r--sw/inc/SwXMLSectionList.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/SwXMLSectionList.hxx b/sw/inc/SwXMLSectionList.hxx
index 4eec7723e7de..666bbe832d8d 100644
--- a/sw/inc/SwXMLSectionList.hxx
+++ b/sw/inc/SwXMLSectionList.hxx
@@ -38,7 +38,7 @@ public:
std::vector<OUString*> &rNewSectionList );
virtual ~SwXMLSectionList ( )
- throw();
+ throw() override;
};
class SvXMLSectionListContext : public SvXMLImportContext
@@ -53,7 +53,7 @@ public:
virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList ) override;
- virtual ~SvXMLSectionListContext();
+ virtual ~SvXMLSectionListContext() override;
};
#endif