From b9fd0d1c42686fed09ec8781780a8ffc61198bcf Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 Oct 2017 16:43:05 +0200 Subject: loplugin:constmethod in svl Change-Id: If92869e19c413e11f1f299a97f96b9637aaba65d Reviewed-on: https://gerrit.libreoffice.org/43864 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/unotools/digitgroupingiterator.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/unotools') diff --git a/include/unotools/digitgroupingiterator.hxx b/include/unotools/digitgroupingiterator.hxx index 542925298d6c..7206f72f1374 100644 --- a/include/unotools/digitgroupingiterator.hxx +++ b/include/unotools/digitgroupingiterator.hxx @@ -148,7 +148,7 @@ public: /** The next position (in integer digits) from the right where to insert a group separator. */ - sal_Int32 getPos() + sal_Int32 getPos() const { return mnNextPos; } -- cgit