summaryrefslogtreecommitdiffstats
path: root/ucbhelper
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:10:51 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:10:51 +0000
commit5122363a270f17ce6f7568682968490571ce3066 (patch)
tree954a233bca9610fa9ed1e69312638a505ebfdad7 /ucbhelper
parentINTEGRATION: CWS warnings01 (1.32.10); FILE MERGED (diff)
downloadcore-5122363a270f17ce6f7568682968490571ce3066.tar.gz
core-5122363a270f17ce6f7568682968490571ce3066.zip
INTEGRATION: CWS warnings01 (1.8.12); FILE MERGED
2005/09/22 18:54:47 sb 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/01 12:15:22 sb 1.8.12.1: #i53898# Made code warning-free.
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/inc/ucbhelper/interactionrequest.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/ucbhelper/inc/ucbhelper/interactionrequest.hxx b/ucbhelper/inc/ucbhelper/interactionrequest.hxx
index 828b84f4b544..25e0f6eb6d6a 100644
--- a/ucbhelper/inc/ucbhelper/interactionrequest.hxx
+++ b/ucbhelper/inc/ucbhelper/interactionrequest.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: interactionrequest.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:28:42 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:10:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -590,14 +590,14 @@ inline InteractionSupplyAuthentication::InteractionSupplyAuthentication(
: InteractionContinuation( pRequest ),
m_aRememberPasswordModes( com::sun::star::uno::Sequence<
com::sun::star::ucb::RememberAuthentication >( 1 ) ),
- m_eDefaultRememberPasswordMode(
- com::sun::star::ucb::RememberAuthentication_NO ),
m_aRememberAccountModes( com::sun::star::uno::Sequence<
com::sun::star::ucb::RememberAuthentication >( 1 ) ),
- m_eDefaultRememberAccountMode(
- com::sun::star::ucb::RememberAuthentication_NO ),
m_eRememberPasswordMode( com::sun::star::ucb::RememberAuthentication_NO ),
+ m_eDefaultRememberPasswordMode(
+ com::sun::star::ucb::RememberAuthentication_NO ),
m_eRememberAccountMode( com::sun::star::ucb::RememberAuthentication_NO ),
+ m_eDefaultRememberAccountMode(
+ com::sun::star::ucb::RememberAuthentication_NO ),
m_bCanSetRealm( bCanSetRealm ),
m_bCanSetUserName( bCanSetUserName ),
m_bCanSetPassword( bCanSetPassword ),
@@ -626,11 +626,11 @@ inline InteractionSupplyAuthentication::InteractionSupplyAuthentication(
eDefaultRememberAccountMode )
: InteractionContinuation( pRequest ),
m_aRememberPasswordModes( rRememberPasswordModes ),
- m_eDefaultRememberPasswordMode( eDefaultRememberPasswordMode ),
m_aRememberAccountModes( rRememberAccountModes ),
- m_eDefaultRememberAccountMode( eDefaultRememberAccountMode ),
m_eRememberPasswordMode( eDefaultRememberPasswordMode ),
+ m_eDefaultRememberPasswordMode( eDefaultRememberPasswordMode ),
m_eRememberAccountMode( eDefaultRememberAccountMode ),
+ m_eDefaultRememberAccountMode( eDefaultRememberAccountMode ),
m_bCanSetRealm( bCanSetRealm ),
m_bCanSetUserName( bCanSetUserName ),
m_bCanSetPassword( bCanSetPassword ),