summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbahelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-26 03:32:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-26 09:05:31 +0200
commitf04bd7975292d297b72e8bb23aa74a2a5198aa23 (patch)
tree6cda3006e60922154b1ec04fb216c90244dc28d3 /include/vbahelper/vbahelper.hxx
parente7a1d057c414b78fdd685f1de0008efc820bfa51 (diff)
loplugin:constmethod in vbahelper
Change-Id: I40a59224286cb1eaece58f5f52b26f9191171be8 Reviewed-on: https://gerrit.libreoffice.org/79581 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vbahelper/vbahelper.hxx')
-rw-r--r--include/vbahelper/vbahelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbahelper.hxx b/include/vbahelper/vbahelper.hxx
index 379e0f61dc93..f32498ff0451 100644
--- a/include/vbahelper/vbahelper.hxx
+++ b/include/vbahelper/vbahelper.hxx
@@ -147,7 +147,7 @@ public:
Millimeter(double mm);
void setInPoints(double points) ;
- double getInHundredthsOfOneMillimeter();
+ double getInHundredthsOfOneMillimeter() const;
static sal_Int32 getInHundredthsOfOneMillimeter(double points);
static double getInPoints(int _hmm);
};