diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:20:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:20:36 +0000 |
commit | 11b38a5319dd09d405d8c9e56a98b5d74e54084b (patch) | |
tree | fe38540ebe3692f440678a839f94c5030140ee90 /ucb/source/ucp/file/filinsreq.cxx | |
parent | 5dabf689c29d74be5f0d942dc0ea46994b713f30 (diff) |
INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED
2005/11/10 15:32:55 pl 1.4.10.1: #i55991# removed warnings
Diffstat (limited to 'ucb/source/ucp/file/filinsreq.cxx')
-rw-r--r-- | ucb/source/ucp/file/filinsreq.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ucb/source/ucp/file/filinsreq.cxx b/ucb/source/ucp/file/filinsreq.cxx index c34f33b0439f..87ff852c97ad 100644 --- a/ucb/source/ucp/file/filinsreq.cxx +++ b/ucb/source/ucp/file/filinsreq.cxx @@ -4,9 +4,9 @@ * * $RCSfile: filinsreq.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:25:25 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:20:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -143,13 +143,13 @@ XInteractionRequestImpl::XInteractionRequestImpl( const rtl::OUString& aClashingName, const Reference<XInterface>& xOrigin, shell *pShell,sal_Int32 CommandId) - : m_aSeq( 2 ), - p1( new XInteractionSupplyNameImpl ), + : p1( new XInteractionSupplyNameImpl ), p2( new XInteractionAbortImpl ), - m_aClashingName(aClashingName), - m_xOrigin(xOrigin), m_nErrorCode(0), - m_nMinorError(0) + m_nMinorError(0), + m_aSeq( 2 ), + m_aClashingName(aClashingName), + m_xOrigin(xOrigin) { if( pShell ) pShell->retrieveError(CommandId,m_nErrorCode,m_nMinorError); |