diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-20 12:31:12 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-21 07:34:58 +0100 |
commit | e99047fe3bbcc28b651bcb38d0db0800bb8e57d6 (patch) | |
tree | da2dc4060386167f6ca90761976e68d136e3ab5f /svx/source/engine3d | |
parent | 0a5ab8502a8dcba1bdc1faa6972df2d9d01a4f1f (diff) |
loplugin:subtlezeroinit: svx
Change-Id: I41b2379e42710f908ab0b4531a52cfbff980725e
Diffstat (limited to 'svx/source/engine3d')
-rw-r--r-- | svx/source/engine3d/float3d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx index 8159a9cb8884..ad1a163a5e5d 100644 --- a/svx/source/engine3d/float3d.cxx +++ b/svx/source/engine3d/float3d.cxx @@ -97,7 +97,7 @@ Svx3DWin::Svx3DWin(SfxBindings* pInBindings, SfxChildWindow *pCW, vcl::Window* p , pControllerItem(nullptr) , pConvertTo3DItem(nullptr) , pConvertTo3DLatheItem(nullptr) - , mpImpl(new Svx3DWinImpl()) + , mpImpl(new Svx3DWinImpl) , ePoolUnit(MapUnit::MapMM) , mpRemember2DAttributes(nullptr) { |