summaryrefslogtreecommitdiff
path: root/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 /xmloff
parent24dd1b32a669a70baadb7055892930cfe8f11bc0 (diff)
Avoid loplugin:staticmethods in non-debug build
Change-Id: I9f98e86556ed4435d24f49b32b848eb9f9a66008
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtimppr.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/text/txtimppr.cxx b/xmloff/source/text/txtimppr.cxx
index ab11b94955aa..1a0f67ef2414 100644
--- a/xmloff/source/text/txtimppr.cxx
+++ b/xmloff/source/text/txtimppr.cxx
@@ -241,6 +241,8 @@ void XMLTextImportPropertyMapper::FontDefaultsCheck(
aAny );
}
}
+
+ (void) this; // avoid loplugin:staticmethods
}
namespace {