From 0b6aad2da3ef9c4c37fe141eb068e40d1ed4dfc0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 31 Dec 2017 17:24:10 +0200 Subject: loplugin:passstuffbyref improved return in lotuswordpro Change-Id: I2e4103bb496ed3d0677d036e2f8cec76d001d682 Reviewed-on: https://gerrit.libreoffice.org/47222 Tested-by: Jenkins Reviewed-by: Noel Grandin --- lotuswordpro/source/filter/lwpsilverbullet.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lotuswordpro/source/filter/lwpsilverbullet.cxx') diff --git a/lotuswordpro/source/filter/lwpsilverbullet.cxx b/lotuswordpro/source/filter/lwpsilverbullet.cxx index 63f5090f4afc..e5a762c0d0fb 100644 --- a/lotuswordpro/source/filter/lwpsilverbullet.cxx +++ b/lotuswordpro/source/filter/lwpsilverbullet.cxx @@ -215,7 +215,7 @@ OUString LwpSilverBullet::GetBulletFontName() * @descr: * @return: An UChar32 bullet character. */ -OUString LwpSilverBullet::GetBulletChar() +OUString const & LwpSilverBullet::GetBulletChar() { return m_xBulletPara->GetBulletChar(); } -- cgit