sc/source/ui/condformat/colorformat.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b326270fb921b3c2e7fff2da76ebae33adcaef3d Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Fri Apr 3 20:55:04 2015 +0200 sc: no need to pass these by value Change-Id: Iab334625fbbe2a8d991a17b05538897a23fc34db diff --git a/sc/source/ui/condformat/colorformat.cxx b/sc/source/ui/condformat/colorformat.cxx index dc044be4..0376889 100644 --- a/sc/source/ui/condformat/colorformat.cxx +++ b/sc/source/ui/condformat/colorformat.cxx @@ -185,7 +185,7 @@ void GetAxesPosition(ScDataBarFormatData* pData, const ListBox* rLbox) } } -void SetBarLength(ScDataBarFormatData* pData, OUString minStr, OUString maxStr, SvNumberFormatter* mpNumberFormatter) +void SetBarLength(ScDataBarFormatData* pData, const OUString& minStr, const OUString& maxStr, SvNumberFormatter* mpNumberFormatter) { double nMinValue = 0; sal_uInt32 nIndex = 0; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits