summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-10 08:57:03 +0200
committerNoel Grandin <noel@peralex.com>2015-03-10 08:57:03 +0200
commiteeb3467569ef51640eb948f97668fa62597697b1 (patch)
tree3202776939726cdfd4bbb2222ce3e6e95c6ebe11 /extensions
parent8332bc98fac35ada2337de032bebfdae82139882 (diff)
fix build of updatecheck extension
introduced in commit d22519f62bcd1325f1e7cc920a115b68fccd1922 "V801: Decreased performance" Change-Id: Ie8e1e00db91b0d1874abc6a3e6399ff30484f993
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/check/updatehdl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatehdl.hxx b/extensions/source/update/check/updatehdl.hxx
index 570984b1de50..26d5346c8c80 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,