diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-09-13 21:23:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-09-14 09:09:12 +0200 |
commit | fa652c4062d87e85e84a86c717d6059d667dfbf5 (patch) | |
tree | 82a16b7f87fff8599e35e7c76058b7eed3ff4dd8 /sd/qa | |
parent | 65c43d97f3f03e944c6bc35eb44a1ebcde31094e (diff) |
loplugin:simplifyconstruct (make screenshot)
Change-Id: Ia888dba63ee6917bd5726e92a8e248b63f744047
Reviewed-on: https://gerrit.libreoffice.org/60467
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sd/qa')
-rw-r--r-- | sd/qa/unit/dialogs-test.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx index f2338c9f8e16..dd9a6d989bec 100644 --- a/sd/qa/unit/dialogs-test.cxx +++ b/sd/qa/unit/dialogs-test.cxx @@ -113,10 +113,7 @@ SdDialogsTest::SdDialogsTest() mpImpressDocument(nullptr), mpDocShell(nullptr), mpViewShell(nullptr), - mpDrawView(nullptr), - mpSfxItemSetFromSdrObject(nullptr), - mpEmptySfxItemSet(nullptr), - mpEmptyFillStyleSfxItemSet(nullptr) + mpDrawView(nullptr) { } |