summaryrefslogtreecommitdiff
path: root/i18npool/inc/chaptercollator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc/chaptercollator.hxx')
-rw-r--r--i18npool/inc/chaptercollator.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/chaptercollator.hxx b/i18npool/inc/chaptercollator.hxx
index 4866bb6362a5..96807c497dfa 100644
--- a/i18npool/inc/chaptercollator.hxx
+++ b/i18npool/inc/chaptercollator.hxx
@@ -33,7 +33,7 @@ public:
// Constructors
ChapterCollator( const com::sun::star::uno::Reference < com::sun::star::uno::XComponentContext >& rxContext );
// Destructor
- ~ChapterCollator();
+ virtual ~ChapterCollator();
sal_Int32 SAL_CALL compareSubstring( const OUString& s1, sal_Int32 off1, sal_Int32 len1,
const OUString& s2, sal_Int32 off2, sal_Int32 len2) throw(com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;