summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-17 14:32:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-17 14:32:28 +0100
commit977aabeaf6e31a40f23b6d095056d63dad243663 (patch)
treec496571bfd6ea725eb3d117e056810f0807e991d /sd/source
parentd593fb2cbe0061a0fcc73502fae200e852043cb3 (diff)
loplugin:staticmethods
Change-Id: I7efdeae245b51d1e5bff282fd46bc977d61bda2f
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/view/viewoverlaymanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/viewoverlaymanager.cxx b/sd/source/ui/view/viewoverlaymanager.cxx
index 426e56a02e79..889259f25ff7 100644
--- a/sd/source/ui/view/viewoverlaymanager.cxx
+++ b/sd/source/ui/view/viewoverlaymanager.cxx
@@ -139,7 +139,7 @@ public:
int getHighlightId() const { return mnHighlightId; }
- void HideTip();
+ static void HideTip();
private:
rtl::Reference< ChangePlaceholderTag > mxTag;