summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basctl/source/basicide/bastypes.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/bastypes.cxx b/basctl/source/basicide/bastypes.cxx
index 27b19fa4b3b5..2d1cfa6f0b76 100644
--- a/basctl/source/basicide/bastypes.cxx
+++ b/basctl/source/basicide/bastypes.cxx
@@ -55,13 +55,13 @@ using namespace ::com::sun::star;
BaseWindow::BaseWindow( vcl::Window* pParent, const ScriptDocument& rDocument, const OUString& aLibName, const OUString& aName )
:Window( pParent, WinBits( WB_3DLOOK ) )
+ ,pShellHScrollBar( nullptr)
+ ,pShellVScrollBar( nullptr)
+ ,nStatus( 0)
,m_aDocument( rDocument )
,m_aLibName( aLibName )
,m_aName( aName )
{
- pShellHScrollBar = nullptr;
- pShellVScrollBar = nullptr;
- nStatus = 0;
}
BaseWindow::~BaseWindow()