diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:42:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-21 16:42:57 +0000 |
commit | 044f9123c9b30548e920ea9256da02bfc9074669 (patch) | |
tree | 94c13126c60d6b920faf8448b7d0f08c7d9395d0 /remotebridges | |
parent | c1ec8686da9c188d01ba53648f8e6c7049df8484 (diff) |
INTEGRATION: CWS pj65 (1.8.8); FILE MERGED
2006/10/31 13:25:38 pjanik 1.8.8.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/source/factory/bridgeimpl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remotebridges/source/factory/bridgeimpl.cxx b/remotebridges/source/factory/bridgeimpl.cxx index e46c8cfa5ba9..e5c85dc7e7a2 100644 --- a/remotebridges/source/factory/bridgeimpl.cxx +++ b/remotebridges/source/factory/bridgeimpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bridgeimpl.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:17:34 $ + * last change: $Author: vg $ $Date: 2006-11-21 17:42:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -130,7 +130,7 @@ namespace remotebridges_factory { } if( pContext ) { - sal_Int32 nIndex; + sal_Int32 nIndex = 0; OUString sProtocol = OUString( m_pContext->m_pProtocol ).getToken( 0 , ',' , nIndex ); // get the appropriate remote environment |