summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpintreq.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:24:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:24:44 +0000
commitd2bfd7125a5af0c09864748d8dee562ec9402fe4 (patch)
tree2433fbadcf0419ac444318f1f86a5aab0b080ca6 /ucb/source/ucp/ftp/ftpintreq.cxx
parent0ffde7e7362d2aaaf78db3970d049e29268e5a6b (diff)
INTEGRATION: CWS warnings01 (1.2.218); FILE MERGED
2005/11/10 15:32:58 pl 1.2.218.1: #i55991# removed warnings
Diffstat (limited to 'ucb/source/ucp/ftp/ftpintreq.cxx')
-rw-r--r--ucb/source/ucp/ftp/ftpintreq.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/ftp/ftpintreq.cxx b/ucb/source/ucp/ftp/ftpintreq.cxx
index 4e0c464ea1..3c4109f3ba 100644
--- a/ucb/source/ucp/ftp/ftpintreq.cxx
+++ b/ucb/source/ucp/ftp/ftpintreq.cxx
@@ -133,10 +133,10 @@ bool XInteractionDisapproveImpl::isSelected() const
// XInteractionRequestImpl
XInteractionRequestImpl::XInteractionRequestImpl(const rtl::OUString& aName)
- : m_aSeq( 2 ),
- p1( new XInteractionApproveImpl ),
+ : p1( new XInteractionApproveImpl ),
p2( new XInteractionDisapproveImpl ),
- m_aName(aName)
+ m_aName(aName),
+ m_aSeq( 2 )
{
m_aSeq[0] = Reference<XInteractionContinuation>(p1);
m_aSeq[1] = Reference<XInteractionContinuation>(p2);