diff options
Diffstat (limited to 'include/unotools/fontoptions.hxx')
-rw-r--r-- | include/unotools/fontoptions.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/fontoptions.hxx b/include/unotools/fontoptions.hxx index 82e98d06505a..4f5a8eb7cb63 100644 --- a/include/unotools/fontoptions.hxx +++ b/include/unotools/fontoptions.hxx @@ -44,7 +44,7 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtFontOptions : public utl::detail::Op { public: SvtFontOptions(); - virtual ~SvtFontOptions(); + virtual ~SvtFontOptions() override; /*-**************************************************************************************************** @short interface methods to get and set value of config key "org.openoffice.Office.Common/Font" |