summaryrefslogtreecommitdiffstats
path: root/extensions/source/bibliography/datman.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-17 11:25:23 +0200
committerNoel Grandin <noel@peralex.com>2014-03-17 13:30:53 +0200
commitb69dcab522f04d914f5f2ded350032bc3840c312 (patch)
tree5c5b0dbce39b857c98003c577fb55370481be3e2 /extensions/source/bibliography/datman.hxx
parentframework: prefer passing OUString by reference (diff)
downloadcore-b69dcab522f04d914f5f2ded350032bc3840c312.tar.gz
core-b69dcab522f04d914f5f2ded350032bc3840c312.zip
extensions: prefer passing OUString by reference
Change-Id: Ic411b2776d0c054d59bfdc847f67785c85c5cb9e
Diffstat (limited to 'extensions/source/bibliography/datman.hxx')
-rw-r--r--extensions/source/bibliography/datman.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx
index 9d649caffa2c..015f2b7d0853 100644
--- a/extensions/source/bibliography/datman.hxx
+++ b/extensions/source/bibliography/datman.hxx
@@ -110,7 +110,7 @@ protected:
void SetMeAsUidListener();
void RemoveMeAsUidListener();
- void UpdateAddressbookCursor(OUString aSourceName);
+ void UpdateAddressbookCursor(const OUString& aSourceName);
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >
updateGridModel(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm > & xDbForm);