Kaydet (Commit) 2c570973 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud Kaydeden (comit) Caolán McNamara

coverity#707602 Uninitialized pointer field

Change-Id: I70fa5899f3bb1eeb22eb18d77f2c816ec60aa97c
Reviewed-on: https://gerrit.libreoffice.org/2212Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst de3fc38a
......@@ -37,6 +37,8 @@ VCLXAccessibleTabPageWindow::VCLXAccessibleTabPageWindow( VCLXWindow* pVCLXWindo
:VCLXAccessibleComponent( pVCLXWindow )
{
m_pTabPage = static_cast< TabPage* >( GetWindow() );
m_pTabControl = 0;
m_nPageId = 0;
if ( m_pTabPage )
{
Window* pParent = m_pTabPage->GetAccessibleParentWindow();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment