sal/textenc/textenc.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 33b93f9d4aac62a913f401858b6bf96b508dfa93 Author: Stephan Bergmann <sberg...@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); } }; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits