diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-15 08:54:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-15 09:42:02 +0100 |
commit | 8c4c1abc9ffa7d9f893d4d16de61594ee090f10b (patch) | |
tree | 137c17f7ae50b12eb5e00c7a06aaef3e825dea5c /include/svx/sxmuitm.hxx | |
parent | 4ddd6f329163cbac5ff31e51a5b028d8eeedadd2 (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/sxmuitm.hxx')
-rw-r--r-- | include/svx/sxmuitm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sxmuitm.hxx b/include/svx/sxmuitm.hxx index 3d62f15320b5..52c6e826be28 100644 --- a/include/svx/sxmuitm.hxx +++ b/include/svx/sxmuitm.hxx @@ -35,7 +35,7 @@ public: 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; }; |