summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-25 14:08:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-25 21:46:32 +0200
commitff3bdde2527123fc9e011ff0d93e958174632186 (patch)
tree07d86dceca57fc1c85ad208fb436d70ac7e648ab /include/svl
parent305285bd1450bb847058a877b0dc2adface4e521 (diff)
loplugin:passstuffbyref
Change-Id: I785e96599bbda029adf4698d11d7f981750dec07 Reviewed-on: https://gerrit.libreoffice.org/54802 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/aeitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/aeitem.hxx b/include/svl/aeitem.hxx
index add7e0b2c465..7be7e83352fd 100644
--- a/include/svl/aeitem.hxx
+++ b/include/svl/aeitem.hxx
@@ -61,7 +61,7 @@ public:
virtual sal_uInt16 GetValueCount() const override;
sal_uInt16 GetValueByPos( sal_uInt16 nPos ) const;
- OUString GetValueTextByPos( sal_uInt16 nPos ) const;
+ OUString const & GetValueTextByPos( sal_uInt16 nPos ) const;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
virtual SfxPoolItem* Create(SvStream &, sal_uInt16 nVersion) const override;
};
tle='2013-11-05 09:28:51 +0100'>2013-11-05fixincludeguards.sh: uno*Thomas Arnhold 2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin 2013-09-16Revert "WIP: add cppumaker -U to directly read from .idl files"Stephan Bergmann 2013-09-12WIP: add cppumaker -U to directly read from .idl filesStephan Bergmann 2013-08-26unodevtools: drop support for skeletonmaker --java4 parameterMichael Stahl 2013-08-26unodevtools: why does the C++ generating code check java5 flag?Michael Stahl