summaryrefslogtreecommitdiff
path: root/include/editeng/escapementitem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-15 12:28:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-15 12:50:58 +0100
commit9007820dfba43475bc58ee8b0af9c7fd014999fb (patch)
tree8bd36b4db6e6f367df2eb267136c98909295b1a1 /include/editeng/escapementitem.hxx
parent45d9b1b57d72fa859bea399e8b383e460a12fb19 (diff)
loplugin:staticmethods in editeng
Change-Id: Ib1a45e69736beb034c1e99e8e0fcb10aef9ffb70 Reviewed-on: https://gerrit.libreoffice.org/63405 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/escapementitem.hxx')
-rw-r--r--include/editeng/escapementitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/escapementitem.hxx b/include/editeng/escapementitem.hxx
index 77c8eb1cb2b7..9d28946a8465 100644
--- a/include/editeng/escapementitem.hxx
+++ b/include/editeng/escapementitem.hxx
@@ -91,7 +91,7 @@ public:
sal_uInt8 GetProportionalHeight() const { return nProp; }
virtual sal_uInt16 GetValueCount() const override;
- OUString GetValueTextByPos( sal_uInt16 nPos ) const;
+ static OUString GetValueTextByPos( sal_uInt16 nPos );
virtual sal_uInt16 GetEnumValue() const override;
virtual void SetEnumValue( sal_uInt16 nNewVal ) override;
};