coverity#738825 Uninitialized scalar field
Change-Id: Id61080e5ed087886af9a44d6016cd4caac5f918d
This commit is contained in:
@@ -195,8 +195,10 @@ SfxTabPage* SdTpOptionsContents::Create( Window* pWindow,
|
|||||||
#define TABLE_COUNT 12
|
#define TABLE_COUNT 12
|
||||||
#define TOKEN ':'
|
#define TOKEN ':'
|
||||||
|
|
||||||
SdTpOptionsMisc::SdTpOptionsMisc( Window* pParent, const SfxItemSet& rInAttrs ) :
|
SdTpOptionsMisc::SdTpOptionsMisc(Window* pParent, const SfxItemSet& rInAttrs)
|
||||||
SfxTabPage ( pParent, "OptSavePage","modules/simpress/ui/optimpressgeneralpage.ui", rInAttrs )
|
: SfxTabPage(pParent, "OptSavePage", "modules/simpress/ui/optimpressgeneralpage.ui", rInAttrs)
|
||||||
|
, nWidth(0)
|
||||||
|
, nHeight(0)
|
||||||
{
|
{
|
||||||
get(m_pCbxQuickEdit , "qickedit");
|
get(m_pCbxQuickEdit , "qickedit");
|
||||||
get(m_pCbxPickThrough , "textselected");
|
get(m_pCbxPickThrough , "textselected");
|
||||||
@@ -288,8 +290,6 @@ SdTpOptionsMisc::SdTpOptionsMisc( Window* pParent, const SfxItemSet& rInAttrs )
|
|||||||
m_pCbScale->InsertEntry( GetScale( aTable[i], 1 ) );
|
m_pCbScale->InsertEntry( GetScale( aTable[i], 1 ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
SdTpOptionsMisc::~SdTpOptionsMisc()
|
SdTpOptionsMisc::~SdTpOptionsMisc()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user