summaryrefslogtreecommitdiff
path: root/i18npool/inc/cclass_unicode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc/cclass_unicode.hxx')
-rw-r--r--i18npool/inc/cclass_unicode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/cclass_unicode.hxx b/i18npool/inc/cclass_unicode.hxx
index c2f43a20d22f..98c8d14eca1a 100644
--- a/i18npool/inc/cclass_unicode.hxx
+++ b/i18npool/inc/cclass_unicode.hxx
@@ -40,7 +40,7 @@ class cclass_Unicode : public cppu::WeakImplHelper2 < XCharacterClassification,
{
public:
cclass_Unicode(const com::sun::star::uno::Reference < com::sun::star::uno::XComponentContext >& rxContext );
- ~cclass_Unicode();
+ virtual ~cclass_Unicode();
virtual OUString SAL_CALL toUpper( const OUString& Text, sal_Int32 nPos, sal_Int32 nCount,
const com::sun::star::lang::Locale& rLocale ) throw(com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;