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 d073c4ee6855..45ef28ed1eb8 100644
--- a/include/editeng/UnoForbiddenCharsTable.hxx
+++ b/include/editeng/UnoForbiddenCharsTable.hxx
@@ -41,7 +41,7 @@ protected:
public:
SvxUnoForbiddenCharsTable(rtl::Reference<SvxForbiddenCharactersTable> xForbiddenChars);
- ~SvxUnoForbiddenCharsTable();
+ virtual ~SvxUnoForbiddenCharsTable();
// XForbiddenCharacters
virtual com::sun::star::i18n::ForbiddenCharacters SAL_CALL getForbiddenCharacters( const com::sun::star::lang::Locale& rLocale ) throw(com::sun::star::container::NoSuchElementException, com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;