diff --git a/configmgr/source/configurationregistry.cxx b/configmgr/source/configurationregistry.cxx index 6bf87a48e7a7..f22bc818ba2d 100644 --- a/configmgr/source/configurationregistry.cxx +++ b/configmgr/source/configurationregistry.cxx @@ -317,6 +317,7 @@ private: Service::Service( css::uno::Reference< css::uno::XComponentContext > const & context) + : readOnly_(false) { assert(context.is()); try {