summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uui/source/loginerr.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/uui/source/loginerr.hxx b/uui/source/loginerr.hxx
index 60bb266ece8c..a5b620e011d9 100644
--- a/uui/source/loginerr.hxx
+++ b/uui/source/loginerr.hxx
@@ -48,11 +48,12 @@ private:
bool m_bRecommendToOpenReadonly;
public:
- LoginErrorInfo()
- : m_nFlags( LOGINERROR_FLAG_MODIFY_USER_NAME ),
- m_nRet( ERRCODE_BUTTON_CANCEL )
- {
- }
+ LoginErrorInfo()
+ : m_nFlags(LOGINERROR_FLAG_MODIFY_USER_NAME)
+ , m_nRet(ERRCODE_BUTTON_CANCEL)
+ , m_bRecommendToOpenReadonly(false)
+ {
+ }
const OUString& GetTitle() const { return m_aTitle; }
const OUString& GetServer() const { return m_aServer; }