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 92158684a461..3f1cd0e1a933 100644
--- a/include/svl/languageoptions.hxx
+++ b/include/svl/languageoptions.hxx
@@ -75,7 +75,7 @@ public:
// bDontLoad is for referencing purposes only
SvtLanguageOptions( bool _bDontLoad = false );
- virtual ~SvtLanguageOptions();
+ virtual ~SvtLanguageOptions() override;
// CJK options
bool IsCJKFontEnabled() const;
@@ -122,7 +122,7 @@ private:
public:
SvtSystemLanguageOptions();
- virtual ~SvtSystemLanguageOptions();
+ virtual ~SvtSystemLanguageOptions() override;
virtual void Notify( const css::uno::Sequence< OUString >& rPropertyNames ) override;