[Libreoffice-commits] core.git: extensions/source
Noel Grandin
noel at peralex.com
Mon Mar 9 23:58:50 PDT 2015
extensions/source/update/check/updatehdl.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit eeb3467569ef51640eb948f97668fa62597697b1
Author: Noel Grandin <noel at peralex.com>
Date: Tue Mar 10 08:57:03 2015 +0200
fix build of updatecheck extension
introduced in commit d22519f62bcd1325f1e7cc920a115b68fccd1922
"V801: Decreased performance"
Change-Id: Ie8e1e00db91b0d1874abc6a3e6399ff30484f993
diff --git a/extensions/source/update/check/updatehdl.hxx b/extensions/source/update/check/updatehdl.hxx
index 570984b..26d5346 100644
--- a/extensions/source/update/check/updatehdl.hxx
+++ b/extensions/source/update/check/updatehdl.hxx
@@ -143,7 +143,7 @@ private:
void enableControls( short nCtrlState );
void setDownloadBtnLabel( bool bAppendDots );
void loadStrings();
- OUString loadString( const com::sun::star::uno::Reference< com::sun::star::resource::XResourceBundle > xBundle,
+ OUString loadString( const com::sun::star::uno::Reference< com::sun::star::resource::XResourceBundle >& xBundle,
sal_Int32 nResourceId ) const;
OUString substVariables( const OUString &rSource ) const;
static void setProperty( com::sun::star::uno::Sequence< com::sun::star::beans::NamedValue > &rProps,
More information about the Libreoffice-commits
mailing list