summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-18 17:34:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-18 17:34:48 +0200
commit33b93f9d4aac62a913f401858b6bf96b508dfa93 (patch)
tree89362d328b731b2c24a1b521389c2f9af85278e4 /sal
parent368291e75dbb6b116a3c413d8c02d90217b040b4 (diff)
loplugin:staticmethods
Change-Id: Ie225e9816a626e2581b8309f59519ab99e1af04a
Diffstat (limited to 'sal')
-rw-r--r--sal/textenc/textenc.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/textenc/textenc.cxx b/sal/textenc/textenc.cxx
index 99b3dbbe108e..a0031be95520 100644
--- a/sal/textenc/textenc.cxx
+++ b/sal/textenc/textenc.cxx
@@ -362,6 +362,7 @@ extern "C" ImplTextEncodingData const * sal_getFullTextEncodingData(
class FullTextEncodingData: private boost::noncopyable {
public:
ImplTextEncodingData const * get(rtl_TextEncoding encoding) {
+ (void) this; // loplugin:staticmethods
return sal_getFullTextEncodingData(encoding);
}
};