summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2009-12-16 12:20:14 +0100
committerKai Sommerfeld <kso@openoffice.org>2009-12-16 12:20:14 +0100
commit3af36784ea015240ea72d9c08395c57adc251b4f (patch)
tree90381dca1c7415b367934a96d6aacac6138b4b29 /ucb
parent4606fc3bbccb3b1f5ae66cc70a4ac5c53c52f444 (diff)
whitespace cleanup.
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/ftp/ftpresultsetI.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/ucb/source/ucp/ftp/ftpresultsetI.cxx b/ucb/source/ucp/ftp/ftpresultsetI.cxx
index 40bd4569fd..ab18061de3 100644
--- a/ucb/source/ucp/ftp/ftpresultsetI.cxx
+++ b/ucb/source/ucp/ftp/ftpresultsetI.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -62,14 +62,14 @@ ResultSetI::ResultSetI(const Reference<XMultiServiceFactory>& xMSF,
m_aPath.push_back(dirvec[i].m_aURL);
// m_aIdents holds the contentidentifiers
-
+
m_aItems.resize( m_aPath.size() );
m_aIdents.resize( m_aPath.size() );
-
+
for(unsigned n = 0; n < m_aItems.size(); ++n) {
- rtl::Reference<ucbhelper::PropertyValueSet> xRow =
+ rtl::Reference<ucbhelper::PropertyValueSet> xRow =
new ucbhelper::PropertyValueSet(xMSF);
-
+
for( int i = 0; i < seqProp.getLength(); ++i) {
const rtl::OUString& Name = seqProp[i].Name;
if(Name.compareToAscii("ContentType") == 0 )