[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Thu Dec 4 02:06:59 PST 2014
sw/source/core/inc/SwXMLBlockImport.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c940d4d30673dc02ea34b5e60a4a8140648a0dba
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Dec 4 11:06:33 2014 +0100
loplugin:saloverride
Change-Id: Iabe90321d97b346f8f440ab729eaaec670bf2ce8
diff --git a/sw/source/core/inc/SwXMLBlockImport.hxx b/sw/source/core/inc/SwXMLBlockImport.hxx
index e64b86b..9c4e77c 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 )
More information about the Libreoffice-commits
mailing list