summaryrefslogtreecommitdiff
path: root/uui/source/loginerr.hxx
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-18 13:31:23 +0200
committerobo <obo@openoffice.org>2010-06-18 13:31:23 +0200
commit1049a5b33e6c2b40c4557bc6932956cc2431b03f (patch)
treed89910dcff61363f801790d9a6541275baaebf7e /uui/source/loginerr.hxx
parent9827d16734c9e1984a0fd7aab43209df07d992ff (diff)
parent86307827b3b671154a44b552e2f8a8bb94791442 (diff)
CWS-TOOLING: integrate CWS tl79
Diffstat (limited to 'uui/source/loginerr.hxx')
-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 73d61bea359f..ec1317dbd805 100755
--- a/uui/source/loginerr.hxx
+++ b/uui/source/loginerr.hxx
@@ -81,7 +81,7 @@ public:
{ return ( m_nFlags & LOGINERROR_FLAG_IS_USE_SYSCREDS ) ==
LOGINERROR_FLAG_IS_USE_SYSCREDS; }
BYTE GetFlags() const { return m_nFlags; }
- USHORT GetResult() const { return m_nRet; }
+ USHORT GetResult() const { return m_nRet; }
void SetTitle( const String& aTitle )
{ m_aTitle = aTitle; }