summaryrefslogtreecommitdiff
path: root/configmgr/source/propertynode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/propertynode.hxx')
-rw-r--r--configmgr/source/propertynode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/propertynode.hxx b/configmgr/source/propertynode.hxx
index 7716ae963e34..e1ddb4495d08 100644
--- a/configmgr/source/propertynode.hxx
+++ b/configmgr/source/propertynode.hxx
@@ -45,7 +45,7 @@ public:
bool isNillable() const { return nillable_;}
- css::uno::Any getValue(Components & components);
+ css::uno::Any const & getValue(Components & components);
void setValue(int layer, css::uno::Any const & value);
css::uno::Any *getValuePtr(int layer);