summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-12-09 12:15:38 +0200
committerTor Lillqvist <tml@collabora.com>2016-12-09 13:20:26 +0200
commit2832d8d3dcea4e11bae3f164ff1dee5486b30aae (patch)
tree268fa8bdb43f65213049cea850745786fb4cb51a /sw
parent7f3410880e122da5c3df5e453f469dde0e94b74a (diff)
loplugin:unnecessaryoverride
Change-Id: I6c02b1731bb62d30156b37e897b9c6b9a2dcced3
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/acmplwrd.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/core/doc/acmplwrd.cxx b/sw/source/core/doc/acmplwrd.cxx
index 969e6ade76b2..43a7610e0d34 100644
--- a/sw/source/core/doc/acmplwrd.cxx
+++ b/sw/source/core/doc/acmplwrd.cxx
@@ -124,6 +124,8 @@ SwAutoCompleteClient::~SwAutoCompleteClient()
{
#if OSL_DEBUG_LEVEL > 0
--nSwAutoCompleteClientCount;
+#else
+ (void) this;
#endif
}
@@ -188,6 +190,8 @@ SwAutoCompleteString::~SwAutoCompleteString()
{
#if OSL_DEBUG_LEVEL > 0
--nSwAutoCompleteStringCount;
+#else
+ (void) this;
#endif
}