coverity#708569 Uninitialized scalar field
Change-Id: Ibe5ff56f9b068dd438ecd92f99fdd2a91b604165
This commit is contained in:
@@ -48,11 +48,12 @@ private:
|
|||||||
bool m_bRecommendToOpenReadonly;
|
bool m_bRecommendToOpenReadonly;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
LoginErrorInfo()
|
LoginErrorInfo()
|
||||||
: m_nFlags( LOGINERROR_FLAG_MODIFY_USER_NAME ),
|
: m_nFlags(LOGINERROR_FLAG_MODIFY_USER_NAME)
|
||||||
m_nRet( ERRCODE_BUTTON_CANCEL )
|
, m_nRet(ERRCODE_BUTTON_CANCEL)
|
||||||
{
|
, m_bRecommendToOpenReadonly(false)
|
||||||
}
|
{
|
||||||
|
}
|
||||||
|
|
||||||
const OUString& GetTitle() const { return m_aTitle; }
|
const OUString& GetTitle() const { return m_aTitle; }
|
||||||
const OUString& GetServer() const { return m_aServer; }
|
const OUString& GetServer() const { return m_aServer; }
|
||||||
|
Reference in New Issue
Block a user