diff options
Diffstat (limited to 'toolkit/source/awt/vclxwindow.cxx')
-rw-r--r-- | toolkit/source/awt/vclxwindow.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx index b472c89a0401..8eaef89d63eb 100644 --- a/toolkit/source/awt/vclxwindow.cxx +++ b/toolkit/source/awt/vclxwindow.cxx @@ -334,24 +334,14 @@ void ImplInitWindowEvent( ::com::sun::star::awt::WindowEvent& rEvent, Window* pW pWindow->GetBorder( rEvent.LeftInset, rEvent.TopInset, rEvent.RightInset, rEvent.BottomInset ); } - -// class VCLXWindow - - -DBG_NAME(VCLXWindow); - VCLXWindow::VCLXWindow( bool _bWithDefaultProps ) :mpImpl( NULL ) { - DBG_CTOR( VCLXWindow, 0 ); - mpImpl = new VCLXWindowImpl( *this, _bWithDefaultProps ); } VCLXWindow::~VCLXWindow() { - DBG_DTOR( VCLXWindow, 0 ); - delete mpImpl; if ( GetWindow() ) |