diff --git a/configmgr/source/childaccess.cxx b/configmgr/source/childaccess.cxx index adbc2159fa6e..506f47c0084c 100644 --- a/configmgr/source/childaccess.cxx +++ b/configmgr/source/childaccess.cxx @@ -245,7 +245,7 @@ css::uno::Any ChildAccess::asValue() return child.is() ? child->asValue() : css::uno::Any(); } } - value <<= css::uno::Reference(getXWeak()); + value <<= css::uno::Reference< css::uno::XInterface >(getXWeak()); } return value; }