diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmlexp.hxx | 2 |
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 |