coverity#707681 Uninitialized scalar field
Change-Id: I88796c85447571d446c398439066029c3a200b4b
This commit is contained in:
@@ -317,6 +317,7 @@ private:
|
|||||||
|
|
||||||
Service::Service(
|
Service::Service(
|
||||||
css::uno::Reference< css::uno::XComponentContext > const & context)
|
css::uno::Reference< css::uno::XComponentContext > const & context)
|
||||||
|
: readOnly_(false)
|
||||||
{
|
{
|
||||||
assert(context.is());
|
assert(context.is());
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user