summaryrefslogtreecommitdiff
path: root/include/svtools/ruler.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-07 12:00:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-07 12:07:43 +0200
commit789280ef6450a3e484316ace55b082dfdb588f7c (patch)
tree72838aaa33cec1b2c410be8364c1d5781449c44a /include/svtools/ruler.hxx
parent358d88d08bbbee155aaf9eeb49846f75cbead1c5 (diff)
loplugin:staticmethods: svtools
Change-Id: I0d44473c34131d7e843a40ade7261c0022104bfa
Diffstat (limited to 'include/svtools/ruler.hxx')
-rw-r--r--include/svtools/ruler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx
index c1ce6de22596..1c5b0cdea845 100644
--- a/include/svtools/ruler.hxx
+++ b/include/svtools/ruler.hxx
@@ -671,7 +671,7 @@ private:
long nMin, long nMax, long nStart, long nVirTop, long nVirBottom);
SVT_DLLPRIVATE void ImplDrawBorders(vcl::RenderContext& rRenderContext,
long nMin, long nMax, long nVirTop, long nVirBottom);
- SVT_DLLPRIVATE void ImplDrawIndent(vcl::RenderContext& rRenderContext,
+ SVT_DLLPRIVATE static void ImplDrawIndent(vcl::RenderContext& rRenderContext,
const tools::Polygon& rPoly, bool bIsHit);
SVT_DLLPRIVATE void ImplDrawIndents(vcl::RenderContext& rRenderContext,
long nMin, long nMax, long nVirTop, long nVirBottom);