Kaydet (Commit) 33b93f9d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:staticmethods

Change-Id: Ie225e9816a626e2581b8309f59519ab99e1af04a
üst 368291e7
......@@ -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);
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment