[Libreoffice-commits] core.git: sal/textenc
Stephan Bergmann
sbergman at redhat.com
Mon May 18 08:35:29 PDT 2015
sal/textenc/textenc.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 33b93f9d4aac62a913f401858b6bf96b508dfa93
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon May 18 17:34:48 2015 +0200
loplugin:staticmethods
Change-Id: Ie225e9816a626e2581b8309f59519ab99e1af04a
diff --git a/sal/textenc/textenc.cxx b/sal/textenc/textenc.cxx
index 99b3dbb..a0031be 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);
}
};
More information about the Libreoffice-commits
mailing list