summaryrefslogtreecommitdiffstats
path: root/include/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-30 14:36:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-30 20:16:38 +0100
commitb7cb509d38fc7183bc6f695f3f6390a10dfd70c7 (patch)
treea396f0a4d95bd7239162f5a88e0ed4b3a557f9a5 /include/dbaccess
parentiOS, make LIBRARY path relative. (diff)
downloadcore-b7cb509d38fc7183bc6f695f3f6390a10dfd70c7.tar.gz
core-b7cb509d38fc7183bc6f695f3f6390a10dfd70c7.zip
loplugin:passstuffbyref improved return in cui,dbaccess
Change-Id: I1193ff91ccd548acf9492d9701b6411a24d6763e Reviewed-on: https://gerrit.libreoffice.org/47194 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/dbaccess')
-rw-r--r--include/dbaccess/dbsubcomponentcontroller.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbaccess/dbsubcomponentcontroller.hxx b/include/dbaccess/dbsubcomponentcontroller.hxx
index f4d84f12b99e..2044e1ab6b91 100644
--- a/include/dbaccess/dbsubcomponentcontroller.hxx
+++ b/include/dbaccess/dbsubcomponentcontroller.hxx
@@ -149,7 +149,7 @@ namespace dbaui
/** returns the number formatter
*/
- css::uno::Reference< css::util::XNumberFormatter > getNumberFormatter() const;
+ css::uno::Reference< css::util::XNumberFormatter > const & getNumberFormatter() const;
// css::frame::XController
virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) override;