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 63765c6e0ca3..6970dc74791f 100644
--- a/sw/inc/SwXMLSectionList.hxx
+++ b/sw/inc/SwXMLSectionList.hxx
@@ -56,7 +56,7 @@ public:
const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList ) SAL_OVERRIDE;
- ~SvXMLSectionListContext ( void );
+ virtual ~SvXMLSectionListContext ( void );
};
class SvXMLIgnoreSectionListContext : public SvXMLImportContext
@@ -73,7 +73,7 @@ public:
const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList ) SAL_OVERRIDE;
- ~SvXMLIgnoreSectionListContext ( void );
+ virtual ~SvXMLIgnoreSectionListContext ( void );
};
#endif