summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/macab/MacabRecord.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-19 22:49:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-19 22:49:09 +0100
commit12b2461a45214fe3a62ca20fe05fb2ea90a5fa5c (patch)
treee2dd9ea45d8c88f4521a55a921ac478e80b03f72 /connectivity/source/drivers/macab/MacabRecord.hxx
parent04fcf88c61cb525eef6b9a09701dac8de3634f90 (diff)
loplugin:passstringbyref
Change-Id: Ibd88c8d980072801f533103cd16d2c3a5e9b8fc5
Diffstat (limited to 'connectivity/source/drivers/macab/MacabRecord.hxx')
-rw-r--r--connectivity/source/drivers/macab/MacabRecord.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/macab/MacabRecord.hxx b/connectivity/source/drivers/macab/MacabRecord.hxx
index 9d96a52cdc8a..c1c5b26ff06e 100644
--- a/connectivity/source/drivers/macab/MacabRecord.hxx
+++ b/connectivity/source/drivers/macab/MacabRecord.hxx
@@ -59,7 +59,7 @@ namespace connectivity
macabfield *get(const sal_Int32 i) const;
static sal_Int32 compareFields(const macabfield *_field1, const macabfield *_field2);
- static macabfield *createMacabField(const OUString _newFieldString, const ABPropertyType _abtype);
+ static macabfield *createMacabField(const OUString& _newFieldString, const ABPropertyType _abtype);
static OUString fieldToString(const macabfield *_aField);
};