summaryrefslogtreecommitdiff
path: root/include/svtools/ruler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-22 10:03:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-22 14:53:01 +0200
commitc76e30707e08705a90bbfc089975b0cafd84dc8a (patch)
tree000536a662a08b0eebc2f65c632ba60e5f5d6086 /include/svtools/ruler.hxx
parent0e8e1c1881f3f00c76aa47aa1652f4cec343c256 (diff)
loplugin:constmethod in svtools
Change-Id: I24e2a5844f24b9a3c973e064dad832573339dc7b Reviewed-on: https://gerrit.libreoffice.org/77946 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 3aedb16531de..7902f307a1a4 100644
--- a/include/svtools/ruler.hxx
+++ b/include/svtools/ruler.hxx
@@ -788,7 +788,7 @@ public:
void SetDoubleClickHdl( const Link<Ruler*,void>& rLink ) { maDoubleClickHdl = rLink; }
void SetTextRTL(bool bRTL);
- bool GetTextRTL();
+ bool GetTextRTL() const;
void SetCharWidth( long nWidth ) { mnCharWidth = nWidth ; }
void SetLineHeight( long nHeight ) { mnLineHeight = nHeight ; }