From 5133b27e638140ba574016b33dae70ca92edc323 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 2 Mar 2015 13:50:43 +0200 Subject: loplugin:constantfunction: sfx2 Change-Id: I7b4c18b1f9644048f506fc1b1d1fb8c8c590ea7f --- include/sfx2/module.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2/module.hxx') diff --git a/include/sfx2/module.hxx b/include/sfx2/module.hxx index b3646bcdbb94..4c30e4f2cac4 100644 --- a/include/sfx2/module.hxx +++ b/include/sfx2/module.hxx @@ -67,7 +67,7 @@ public: private: /// SfxInterface initializer. - static void InitInterface_Impl(); + static void InitInterface_Impl() {} public: -- cgit