summaryrefslogtreecommitdiff
path: root/include/editeng/UnoForbiddenCharsTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/UnoForbiddenCharsTable.hxx')
-rw-r--r--include/editeng/UnoForbiddenCharsTable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/UnoForbiddenCharsTable.hxx b/include/editeng/UnoForbiddenCharsTable.hxx
index 1d58ca3230b9..bfe987e58a2e 100644
--- a/include/editeng/UnoForbiddenCharsTable.hxx
+++ b/include/editeng/UnoForbiddenCharsTable.hxx
@@ -41,7 +41,7 @@ protected:
public:
SvxUnoForbiddenCharsTable(rtl::Reference<SvxForbiddenCharactersTable> const & xForbiddenChars);
- virtual ~SvxUnoForbiddenCharsTable();
+ virtual ~SvxUnoForbiddenCharsTable() override;
// XForbiddenCharacters
virtual css::i18n::ForbiddenCharacters SAL_CALL getForbiddenCharacters( const css::lang::Locale& rLocale ) throw(css::container::NoSuchElementException, css::uno::RuntimeException, std::exception) override;