Kaydet (Commit) c940d4d3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:saloverride

Change-Id: Iabe90321d97b346f8f440ab729eaaec670bf2ce8
üst 50d3ed0a
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment