summaryrefslogtreecommitdiff
path: root/include/editeng/forbiddencharacterstable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/forbiddencharacterstable.hxx')
-rw-r--r--include/editeng/forbiddencharacterstable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/forbiddencharacterstable.hxx b/include/editeng/forbiddencharacterstable.hxx
index d5fbc90290a5..88a685e6b54c 100644
--- a/include/editeng/forbiddencharacterstable.hxx
+++ b/include/editeng/forbiddencharacterstable.hxx
@@ -43,7 +43,7 @@ private:
public:
SvxForbiddenCharactersTable( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext);
- ~SvxForbiddenCharactersTable() {}
+ virtual ~SvxForbiddenCharactersTable() {}
Map& GetMap() { return maMap; }
const com::sun::star::i18n::ForbiddenCharacters* GetForbiddenCharacters( sal_uInt16 nLanguage, bool bGetDefault );