coverity#984140 Uninitialized pointer field

Change-Id: Icba06e9bfa85b67a9e2a5f6952d023d6655267d4
This commit is contained in:
Caolán McNamara
2014-03-19 16:10:57 +00:00
parent 7a958026f3
commit 43f74365f9

View File

@@ -1390,6 +1390,7 @@ CustomPropertiesWindow::CustomPropertiesWindow(Window* pParent,
m_aYesNoButton ( this, SfxResId( SFX_WIN_PROPERTY_YESNO ) ),
m_aRemoveButton ( this, SfxResId( SFX_PB_PROPERTY_REMOVE ) ),
m_nScrollPos (0),
m_pCurrentLine (NULL),
m_aNumberFormatter( ::comphelper::getProcessComponentContext(),
Application::GetSettings().GetLanguageTag().getLanguageType() )