summaryrefslogtreecommitdiff
path: root/include/svl/languageoptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/languageoptions.hxx')
-rw-r--r--include/svl/languageoptions.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/languageoptions.hxx b/include/svl/languageoptions.hxx
index a804ad82594a..17d8767906e0 100644
--- a/include/svl/languageoptions.hxx
+++ b/include/svl/languageoptions.hxx
@@ -66,7 +66,7 @@ public:
// bDontLoad is for referencing purposes only
SvtLanguageOptions( bool _bDontLoad = false );
- ~SvtLanguageOptions();
+ virtual ~SvtLanguageOptions();
// CJK options
bool IsCJKFontEnabled() const;
@@ -102,7 +102,7 @@ private:
public:
SvtSystemLanguageOptions();
- ~SvtSystemLanguageOptions();
+ virtual ~SvtSystemLanguageOptions();
virtual void Commit() SAL_OVERRIDE;
virtual void Notify( const com::sun::star::uno::Sequence< OUString >& rPropertyNames ) SAL_OVERRIDE;