loplugin:staticmethods

Change-Id: I568b2bb029ac0c393c75cc556181117ca5c7c7d9
This commit is contained in:
Stephan Bergmann 2016-02-17 14:10:08 +01:00
parent 36a0c25fa5
commit d593fb2cbe

View file

@ -60,7 +60,7 @@ namespace svt { namespace table
void SetBackground(const Wallpaper& rColor);
private:
void impl_hideTipWindow();
static void impl_hideTipWindow();
};
} } // namespace svt::table