summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpresultsetI.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-12-01 14:56:10 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-12-01 14:56:10 +0000
commitec2994761f2fad8f3cc027eff0ebaad1e29de8d6 (patch)
treee662a76dc763bae3b910a512a8ee62d4b1da66aa /ucb/source/ucp/ftp/ftpresultsetI.cxx
parentd95b326eaf9ac272cc5ececb4d7a9818ebc9462e (diff)
INTEGRATION: CWS ooo20031110 (1.3.94); FILE MERGED
2003/11/10 13:54:59 waratah 1.3.94.1: #i22301# Correct for scoping rules
Diffstat (limited to 'ucb/source/ucp/ftp/ftpresultsetI.cxx')
-rw-r--r--ucb/source/ucp/ftp/ftpresultsetI.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/ucb/source/ucp/ftp/ftpresultsetI.cxx b/ucb/source/ucp/ftp/ftpresultsetI.cxx
index b723848d4125..7a6ea45ba19e 100644
--- a/ucb/source/ucp/ftp/ftpresultsetI.cxx
+++ b/ucb/source/ucp/ftp/ftpresultsetI.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftpresultsetI.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: abi $ $Date: 2002-08-29 09:45:03 $
+ * last change: $Author: rt $ $Date: 2003-12-01 15:56:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,9 @@ ResultSetI::ResultSetI(const Reference<XMultiServiceFactory>& xMSF,
const std::vector<FTPDirentry>& dirvec)
: ResultSetBase(xMSF,xProvider,nOpenMode,seqProp,seqSort)
{
- for(unsigned i = 0; i < dirvec.size(); ++i)
+ unsigned i;
+
+ for( i = 0; i < dirvec.size(); ++i)
m_aPath.push_back(dirvec[i].m_aURL);
// m_aIdents holds the contentidentifiers