diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-20 12:33:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-21 07:35:01 +0100 |
commit | fa177eb3e3f6698c2798d85f0a287607221fa695 (patch) | |
tree | 0283dd9a02ae5445062943af85d62a18064be3ee /sd/source/ui/tools/SdGlobalResourceContainer.cxx | |
parent | 1c039083b82d9672de8a2cd088d4e3bd18f99fd0 (diff) |
loplugin:subtlezeroinit: sd
Change-Id: I2cfa2507235d51c5518123a290abfa6a4f945872
Diffstat (limited to 'sd/source/ui/tools/SdGlobalResourceContainer.cxx')
-rw-r--r-- | sd/source/ui/tools/SdGlobalResourceContainer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/tools/SdGlobalResourceContainer.cxx b/sd/source/ui/tools/SdGlobalResourceContainer.cxx index 14653553ec67..eda6e230f4d2 100644 --- a/sd/source/ui/tools/SdGlobalResourceContainer.cxx +++ b/sd/source/ui/tools/SdGlobalResourceContainer.cxx @@ -146,7 +146,7 @@ void SdGlobalResourceContainer::AddResource (const Reference<XInterface>& rxReso } SdGlobalResourceContainer::SdGlobalResourceContainer() - : mpImpl (new SdGlobalResourceContainer::Implementation()) + : mpImpl (new SdGlobalResourceContainer::Implementation) { } |