summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-07-22 10:55:12 +0200
committerMathias Bauer <mba@openoffice.org>2010-07-22 10:55:12 +0200
commit24c7e8d018f977bf8e5664825bb81fc34d4133de (patch)
treef3ac3a484bafd92eec251796112f69c4dfe0a6a6 /uui
parente92515df270ea0d52e47d6922a83d968f6445b93 (diff)
parent7bf7e8dcafe955b9cacda7d043f75359ce811696 (diff)
CWS changehid: resync to m85
Diffstat (limited to 'uui')
-rwxr-xr-xuui/source/loginerr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/loginerr.hxx b/uui/source/loginerr.hxx
index ec1317dbd805..39bbfb7d820c 100755
--- a/uui/source/loginerr.hxx
+++ b/uui/source/loginerr.hxx
@@ -68,7 +68,7 @@ public:
const String& GetUserName() const { return m_aUserName; }
const String& GetPassword() const { return m_aPassword; }
const String& GetPasswordToModify() const { return m_aPasswordToModify; }
- const bool IsRecommendToOpenReadonly() const { return m_bRecommendToOpenReadonly; }
+ bool IsRecommendToOpenReadonly() const { return m_bRecommendToOpenReadonly; }
const String& GetPath() const { return m_aPath; }
const String& GetErrorText() const { return m_aErrorText; }
BOOL GetCanRememberPassword() const { return ( m_nFlags & LOGINERROR_FLAG_CAN_REMEMBER_PASSWORD ); }