summaryrefslogtreecommitdiff
path: root/include/svx/ruler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-14 14:00:46 +0200
committerNoel Grandin <noel@peralex.com>2015-04-23 13:08:48 +0200
commit79ed057b955a8d23e8289b9a5898c8bdaebabbfa (patch)
tree0b512b13f7b59e12a44395ea50814fda15902f04 /include/svx/ruler.hxx
parent12ba9e3cad05a665aee2150ef831f0dbc92d7e2d (diff)
loplugin:staticmethods
Change-Id: I6207b475127099872c6f3764331006688129b673
Diffstat (limited to 'include/svx/ruler.hxx')
-rw-r--r--include/svx/ruler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/ruler.hxx b/include/svx/ruler.hxx
index ff44a6c45d64..2cef64f3691d 100644
--- a/include/svx/ruler.hxx
+++ b/include/svx/ruler.hxx
@@ -224,7 +224,7 @@ protected:
// calculation of boundary values for object borders
// values refer to the page
- bool CalcLimits(long &nMax1, long &nMax2, bool bFirst) const;
+ static bool CalcLimits(long &nMax1, long &nMax2, bool bFirst);
bool IsActLastColumn(
bool bForceDontConsiderHidden = false,
sal_uInt16 nAct=USHRT_MAX) const;