summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-08 23:26:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-08 23:26:57 +0200
commit35ce23bd97995aa15a81eaa29c7a1d4feb78cd86 (patch)
treead9e0a4e79ed6b8e6f6b79d84aebd7d178d97b55 /include/xmloff
parent24dd1b32a669a70baadb7055892930cfe8f11bc0 (diff)
Avoid loplugin:staticmethods in non-debug build
Change-Id: I9f98e86556ed4435d24f49b32b848eb9f9a66008
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlexp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index dc47596359bf..83c03dcb4dd9 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -340,7 +340,7 @@ public:
// Check if common attribute list is empty.
#ifndef DBG_UTIL
- void CheckAttrList() {}
+ void CheckAttrList() { (void) this; /* avoid loplugin:staticmethods */ }
#else
void CheckAttrList();
#endif