summaryrefslogtreecommitdiff
path: root/editeng/source/misc
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/misc')
-rw-r--r--editeng/source/misc/SvXMLAutoCorrectImport.hxx12
-rw-r--r--editeng/source/misc/unolingu.cxx2
2 files changed, 7 insertions, 7 deletions
diff --git a/editeng/source/misc/SvXMLAutoCorrectImport.hxx b/editeng/source/misc/SvXMLAutoCorrectImport.hxx
index ac88beec89de..ccd74a1fffda 100644
--- a/editeng/source/misc/SvXMLAutoCorrectImport.hxx
+++ b/editeng/source/misc/SvXMLAutoCorrectImport.hxx
@@ -47,7 +47,7 @@ public:
SvxAutoCorrect &rNewAutoCorrect,
const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rNewStorage);
- ~SvXMLAutoCorrectImport ( void ) throw ();
+ virtual ~SvXMLAutoCorrectImport ( void ) throw ();
};
class SvXMLWordListContext : public SvXMLImportContext
@@ -64,7 +64,7 @@ public:
const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList ) SAL_OVERRIDE;
- ~SvXMLWordListContext ( void );
+ virtual ~SvXMLWordListContext ( void );
};
class SvXMLWordContext : public SvXMLImportContext
@@ -77,7 +77,7 @@ public:
const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList );
- ~SvXMLWordContext ( void );
+ virtual ~SvXMLWordContext ( void );
};
@@ -98,7 +98,7 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xContext,
SvStringsISortDtor & rNewList );
- ~SvXMLExceptionListImport ( void ) throw ();
+ virtual ~SvXMLExceptionListImport ( void ) throw ();
};
class SvXMLExceptionListContext : public SvXMLImportContext
@@ -115,7 +115,7 @@ public:
const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList ) SAL_OVERRIDE;
- ~SvXMLExceptionListContext ( void );
+ virtual ~SvXMLExceptionListContext ( void );
};
class SvXMLExceptionContext : public SvXMLImportContext
@@ -128,7 +128,7 @@ public:
const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList );
- ~SvXMLExceptionContext ( void );
+ virtual ~SvXMLExceptionContext ( void );
};
diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx
index f2c8c48ed6d3..0b5a5d085ad1 100644
--- a/editeng/source/misc/unolingu.cxx
+++ b/editeng/source/misc/unolingu.cxx
@@ -84,7 +84,7 @@ class ThesDummy_Impl :
public:
ThesDummy_Impl() : pLocaleSeq(0) {}
- ~ThesDummy_Impl();
+ virtual ~ThesDummy_Impl();
// XSupportedLocales
virtual ::com::sun::star::uno::Sequence<