summaryrefslogtreecommitdiff
path: root/configmgr/source/type.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/type.cxx')
-rw-r--r--configmgr/source/type.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/type.cxx b/configmgr/source/type.cxx
index 9924aef4d4d4..f0d109d74fcc 100644
--- a/configmgr/source/type.cxx
+++ b/configmgr/source/type.cxx
@@ -63,7 +63,7 @@ Type elementType(Type type) {
}
}
-css::uno::Type mapType(Type type) {
+css::uno::Type const & mapType(Type type) {
switch (type) {
case TYPE_ANY:
return cppu::UnoType< css::uno::Any >::get();