summaryrefslogtreecommitdiff
path: root/configmgr/source/localizedvaluenode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/localizedvaluenode.hxx')
-rw-r--r--configmgr/source/localizedvaluenode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/localizedvaluenode.hxx b/configmgr/source/localizedvaluenode.hxx
index f4300e977b04..e3055aecf9f3 100644
--- a/configmgr/source/localizedvaluenode.hxx
+++ b/configmgr/source/localizedvaluenode.hxx
@@ -39,7 +39,7 @@ public:
virtual OUString getTemplateName() const override;
- css::uno::Any getValue() const { return value_;}
+ const css::uno::Any& getValue() const { return value_;}
css::uno::Any *getValuePtr(int layer)
{
setLayer(layer);