[Libreoffice-commits] core.git: sw/source

Tor Lillqvist tml at collabora.com
Fri Dec 9 11:21:06 UTC 2016


 sw/source/core/doc/acmplwrd.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 2832d8d3dcea4e11bae3f164ff1dee5486b30aae
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Dec 9 12:15:38 2016 +0200

    loplugin:unnecessaryoverride
    
    Change-Id: I6c02b1731bb62d30156b37e897b9c6b9a2dcced3

diff --git a/sw/source/core/doc/acmplwrd.cxx b/sw/source/core/doc/acmplwrd.cxx
index 969e6ad..43a7610 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
 }
 


More information about the Libreoffice-commits mailing list