summaryrefslogtreecommitdiff
path: root/sfx2/source/control/request.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-10 09:21:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-10 12:24:50 +0200
commit700929e8e0f930faa983a3945901b74a745b6347 (patch)
tree8ac928558e6a8e5ab0af0244ba171a728b1c631c /sfx2/source/control/request.cxx
parentf0de1dea8a408daf894388411b5443bcffd26119 (diff)
loplugin:simplifyconstruct in sfx2..starmath
Change-Id: I9fbdd23ad61773e57aaf7d70fd19d05a50b8d399 Reviewed-on: https://gerrit.libreoffice.org/60238 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/control/request.cxx')
-rw-r--r--sfx2/source/control/request.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/control/request.cxx b/sfx2/source/control/request.cxx
index 7c73d3664c8e..3249e6d81dea 100644
--- a/sfx2/source/control/request.cxx
+++ b/sfx2/source/control/request.cxx
@@ -190,7 +190,6 @@ SfxRequest::SfxRequest
*/
: nSlot(nSlotId),
- pArgs(nullptr),
pImpl( new SfxRequest_Impl(this) )
{
pImpl->bDone = false;
@@ -223,7 +222,6 @@ SfxRequest::SfxRequest
// creates a SfxRequest without arguments
: nSlot(nSlotId),
- pArgs(nullptr),
pImpl( new SfxRequest_Impl(this) )
{
pImpl->bDone = false;