diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-02-17 14:10:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-02-17 14:10:08 +0100 |
commit | d593fb2cbe0061a0fcc73502fae200e852043cb3 (patch) | |
tree | 89199dd2484d067fd3217e3e27caec4ae8b8bd63 /svtools | |
parent | 36a0c25fa59df9e16d7cd2be36388803ddcec228 (diff) |
loplugin:staticmethods
Change-Id: I568b2bb029ac0c393c75cc556181117ca5c7c7d9
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/table/tabledatawindow.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/table/tabledatawindow.hxx b/svtools/source/table/tabledatawindow.hxx index 708d5092523a..b50a5de027e9 100644 --- a/svtools/source/table/tabledatawindow.hxx +++ b/svtools/source/table/tabledatawindow.hxx @@ -60,7 +60,7 @@ namespace svt { namespace table void SetBackground(const Wallpaper& rColor); private: - void impl_hideTipWindow(); + static void impl_hideTipWindow(); }; } } // namespace svt::table |