summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2002-10-15 12:59:09 +0000
committerAndreas Bille <abi@openoffice.org>2002-10-15 12:59:09 +0000
commitcce77d15c528a3ec3190867b6e18f8abee4bfb10 (patch)
tree45682978d24ae5d47fa3ee852e043d2f32d3b7e2 /ucb
parent213448a74eeb03bd61a9caa6ec0ee2a215638063 (diff)
#97147# now error message exists
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/ftp/ftpcontent.cxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontent.cxx b/ucb/source/ucp/ftp/ftpcontent.cxx
index bef19a42a568..24188656d015 100644
--- a/ucb/source/ucp/ftp/ftpcontent.cxx
+++ b/ucb/source/ucp/ftp/ftpcontent.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftpcontent.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: abi $ $Date: 2002-10-15 13:04:03 $
+ * last change: $Author: abi $ $Date: 2002-10-15 13:59:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -339,20 +339,20 @@ Any SAL_CALL FTPContent::execute(
}
- if(aCommand.Name.compareToAscii(
- "getPropertyValues") == 0 &&
- action != NOACTION) {
- // It is not allowed to throw if
- // command is getPropertyValues
- vos::ORef<ucb::PropertyValueSet> xRow =
- new ucb::PropertyValueSet(m_xSMgr);
- Sequence<Property> Properties;
- aCommand.Argument >>= Properties;
- for(int i = 0; i < Properties.getLength(); ++i)
- xRow->appendVoid(Properties[i]);
- aRet <<= Reference<XRow>(xRow.getBodyPtr());
- return aRet;
- }
+// if(aCommand.Name.compareToAscii(
+// "getPropertyValues") == 0 &&
+// action != NOACTION) {
+// // It is not allowed to throw if
+// // command is getPropertyValues
+// vos::ORef<ucb::PropertyValueSet> xRow =
+// new ucb::PropertyValueSet(m_xSMgr);
+// Sequence<Property> Properties;
+// aCommand.Argument >>= Properties;
+// for(int i = 0; i < Properties.getLength(); ++i)
+// xRow->appendVoid(Properties[i]);
+// aRet <<= Reference<XRow>(xRow.getBodyPtr());
+// return aRet;
+// }
if(action == THROWAUTHENTICATIONREQUEST) {
ucbhelper::cancelCommandExecution(