summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-04 11:06:33 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-04 11:06:33 +0100
commitc940d4d30673dc02ea34b5e60a4a8140648a0dba (patch)
tree5b83a3da0367e5730a7b65755458a2bc3cef6886 /sw
parent50d3ed0a1d47e40c6bf0e50b57751dbe4644b393 (diff)
loplugin:saloverride
Change-Id: Iabe90321d97b346f8f440ab729eaaec670bf2ce8
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/inc/SwXMLBlockImport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/SwXMLBlockImport.hxx b/sw/source/core/inc/SwXMLBlockImport.hxx
index e64b86b1091e..9c4e77c388cf 100644
--- a/sw/source/core/inc/SwXMLBlockImport.hxx
+++ b/sw/source/core/inc/SwXMLBlockImport.hxx
@@ -98,7 +98,7 @@ class SwXMLTextBlockTokenHandler : public
{
public:
SwXMLTextBlockTokenHandler();
- ~SwXMLTextBlockTokenHandler();
+ virtual ~SwXMLTextBlockTokenHandler();
//XFastTokenHandler
sal_Int32 SAL_CALL getTokenFromUTF8( const css::uno::Sequence< sal_Int8 >& Identifier )
@@ -127,7 +127,7 @@ class SwXMLBlockListTokenHandler : public
{
public:
SwXMLBlockListTokenHandler();
- ~SwXMLBlockListTokenHandler();
+ virtual ~SwXMLBlockListTokenHandler();
//XFastTokenHandler
sal_Int32 SAL_CALL getTokenFromUTF8( const css::uno::Sequence< sal_Int8 >& Identifier )