summaryrefslogtreecommitdiff
path: root/include/svx/sxekitm.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-15 08:54:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-15 09:42:02 +0100
commit8c4c1abc9ffa7d9f893d4d16de61594ee090f10b (patch)
tree137c17f7ae50b12eb5e00c7a06aaef3e825dea5c /include/svx/sxekitm.hxx
parent4ddd6f329163cbac5ff31e51a5b028d8eeedadd2 (diff)
loplugin:staticmethods in svx
Change-Id: I94df3aa40fa79877ccebf1ed8709bd7cc47748d9 Reviewed-on: https://gerrit.libreoffice.org/63398 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/sxekitm.hxx')
-rw-r--r--include/svx/sxekitm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sxekitm.hxx b/include/svx/sxekitm.hxx
index b779dedf029e..bfb5b60299f9 100644
--- a/include/svx/sxekitm.hxx
+++ b/include/svx/sxekitm.hxx
@@ -38,7 +38,7 @@ public:
virtual sal_uInt16 GetValueCount() const override; // { return 5; }
virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;
virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override;
- OUString GetValueTextByPos(sal_uInt16 nPos) const;
+ static OUString GetValueTextByPos(sal_uInt16 nPos);
virtual bool GetPresentation(SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString& rText, const IntlWrapper&) const override;
};