summaryrefslogtreecommitdiff
path: root/svx/source/engine3d
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-11 12:36:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-11 18:17:58 +0200
commit83a962578f616ae4ff215fa782763f2045a20bcc (patch)
tree4286476b26081960248ea63752822d9589db6d0f /svx/source/engine3d
parent591db0f97b6084723c138a01d5f336b1f1a3a639 (diff)
loplugin:simplifyconstruct in svtools..svx
Change-Id: Ia20fac7cec01ac658a903f8b001807b2e72dbf3e Reviewed-on: https://gerrit.libreoffice.org/60316 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/engine3d')
-rw-r--r--svx/source/engine3d/e3dsceneupdater.cxx3
-rw-r--r--svx/source/engine3d/float3d.cxx5
-rw-r--r--svx/source/engine3d/scene3d.cxx1
3 files changed, 1 insertions, 8 deletions
diff --git a/svx/source/engine3d/e3dsceneupdater.cxx b/svx/source/engine3d/e3dsceneupdater.cxx
index 189889b2af79..07df1af059b9 100644
--- a/svx/source/engine3d/e3dsceneupdater.cxx
+++ b/svx/source/engine3d/e3dsceneupdater.cxx
@@ -25,8 +25,7 @@
E3DModifySceneSnapRectUpdater::E3DModifySceneSnapRectUpdater(const SdrObject* pObject)
-: mpScene(nullptr),
- mpViewInformation3D(nullptr)
+: mpScene(nullptr)
{
// Secure old 3D transformation stack before modification
if(const E3dObject* pE3dObject = dynamic_cast< const E3dObject* >(pObject))
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx
index c228f0ddd907..6df52ce4d8da 100644
--- a/svx/source/engine3d/float3d.cxx
+++ b/svx/source/engine3d/float3d.cxx
@@ -92,15 +92,10 @@ Svx3DWin::Svx3DWin(SfxBindings* pInBindings, SfxChildWindow *pCW, vcl::Window* p
, aImgLightOff(BitmapEx(RID_SVXBMP_LAMP_OFF))
, bUpdate(false)
, eViewType(ViewType3D::Geo)
- , pModel(nullptr)
, pVDev(nullptr)
, pBindings(pInBindings)
- , pControllerItem(nullptr)
- , pConvertTo3DItem(nullptr)
- , pConvertTo3DLatheItem(nullptr)
, mpImpl(new Svx3DWinImpl)
, ePoolUnit(MapUnit::MapMM)
- , mpRemember2DAttributes(nullptr)
{
get(m_pBtnGeo, "geometry");
get(m_pBtnRepresentation, "representation");
diff --git a/svx/source/engine3d/scene3d.cxx b/svx/source/engine3d/scene3d.cxx
index 32f413ab3567..3a4a98e76853 100644
--- a/svx/source/engine3d/scene3d.cxx
+++ b/svx/source/engine3d/scene3d.cxx
@@ -175,7 +175,6 @@ E3dScene::E3dScene(SdrModel& rSdrModel)
: E3dObject(rSdrModel),
SdrObjList(),
aCamera(basegfx::B3DPoint(0.0, 0.0, 4.0), basegfx::B3DPoint()),
- mp3DDepthRemapper(nullptr),
bDrawOnlySelected(false),
mbSkipSettingDirty(false)
{