summaryrefslogtreecommitdiffstats
path: root/include/editeng/adjustitem.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/adjustitem.hxx
parentdeclare/init nContextIdx only when NDEBUG is undefined (diff)
downloadcore-9007820dfba43475bc58ee8b0af9c7fd014999fb.tar.gz
core-9007820dfba43475bc58ee8b0af9c7fd014999fb.zip
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/adjustitem.hxx')
-rw-r--r--include/editeng/adjustitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/adjustitem.hxx b/include/editeng/adjustitem.hxx
index beeb6bebdf9c..9d3eee25f460 100644
--- a/include/editeng/adjustitem.hxx
+++ b/include/editeng/adjustitem.hxx
@@ -63,7 +63,7 @@ public:
MapUnit ePresMetric,
OUString &rText, const IntlWrapper& ) const override;
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;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;