summaryrefslogtreecommitdiff
path: root/configmgr/source/rootaccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/rootaccess.hxx')
-rw-r--r--configmgr/source/rootaccess.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/rootaccess.hxx b/configmgr/source/rootaccess.hxx
index 4c16a2932ea4..a308ef59b223 100644
--- a/configmgr/source/rootaccess.hxx
+++ b/configmgr/source/rootaccess.hxx
@@ -72,7 +72,7 @@ public:
OUString getAbsolutePathRepresentation();
- OUString getLocale() const { return locale_;}
+ const OUString& getLocale() const { return locale_;}
bool isUpdate() const { return update_;}