diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-12 09:38:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-12 12:48:22 +0200 |
commit | feca66c513a681769c4b66ed1f1e0c70dada246c (patch) | |
tree | b2f806de7f370439fecc69dda5172ba671b799df /toolkit/source/awt/vclxwindow.cxx | |
parent | 99e3703a845c643f17b589cf8174677ef88bb89a (diff) |
loplugin:simplifyconstruct in toolkit..ucb
Change-Id: Ica3efbdbf05a8161861b8be1ccdc62ab4aec1d69
Reviewed-on: https://gerrit.libreoffice.org/60371
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit/source/awt/vclxwindow.cxx')
-rw-r--r-- | toolkit/source/awt/vclxwindow.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx index f4d2815197ac..65b14459e8bd 100644 --- a/toolkit/source/awt/vclxwindow.cxx +++ b/toolkit/source/awt/vclxwindow.cxx @@ -219,7 +219,6 @@ VCLXWindowImpl::VCLXWindowImpl( VCLXWindow& _rAntiImpl, bool _bWithDefaultProps ,mnListenerLockLevel( 0 ) ,mnWritingMode( WritingMode2::CONTEXT ) ,mnContextWritingMode( WritingMode2::CONTEXT ) - ,mpPropHelper( nullptr ) { } @@ -330,7 +329,6 @@ void ImplInitWindowEvent( css::awt::WindowEvent& rEvent, vcl::Window const * pWi } VCLXWindow::VCLXWindow( bool _bWithDefaultProps ) - :mpImpl( nullptr ) { mpImpl.reset( new VCLXWindowImpl( *this, _bWithDefaultProps ) ); } |