summaryrefslogtreecommitdiffstats
path: root/unotools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-19 16:29:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-05-20 15:23:38 +0100
commit38dd732295241b06a86a9a06ff316ea2ed0550b1 (patch)
tree7f76986c3db137af169259f71cf2ffe506eb5167 /unotools/inc
parentremove un-necessary code (diff)
downloadcore-38dd732295241b06a86a9a06ff316ea2ed0550b1.tar.gz
core-38dd732295241b06a86a9a06ff316ea2ed0550b1.zip
this can be passed by reference, like the name suggests
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/configitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/inc/unotools/configitem.hxx b/unotools/inc/unotools/configitem.hxx
index ff85b878e5b5..dd1ab6964b93 100644
--- a/unotools/inc/unotools/configitem.hxx
+++ b/unotools/inc/unotools/configitem.hxx
@@ -115,7 +115,7 @@ namespace utl
GetTree();
protected:
- ConfigItem(const rtl::OUString rSubTree,
+ ConfigItem(const rtl::OUString &rSubTree,
sal_Int16 nMode = CONFIG_MODE_DELAYED_UPDATE);
ConfigItem(utl::ConfigManager& rManager, const rtl::OUString rSubTree);