summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcontentcaps.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 16:27:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 16:27:21 +0000
commit817d3d430505b0b289fb1d2e92ba8d1e05bb4f76 (patch)
tree6e52487d8fa0e71bc6f47b1c991367a9ab2792ee /ucb/source/ucp/ftp/ftpcontentcaps.cxx
parent4ef4fd7f4e783b4059aa5404f170312cd70b81e7 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcontentcaps.cxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcontentcaps.cxx13
1 files changed, 10 insertions, 3 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontentcaps.cxx b/ucb/source/ucp/ftp/ftpcontentcaps.cxx
index 9b6b902283a4..d475aba2cfd4 100644
--- a/ucb/source/ucp/ftp/ftpcontentcaps.cxx
+++ b/ucb/source/ucp/ftp/ftpcontentcaps.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftpcontentcaps.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: abi $ $Date: 2002-10-24 16:43:05 $
+ * last change: $Author: hr $ $Date: 2003-03-27 17:26:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ Sequence< Property > FTPContent::getProperties(
const Reference< XCommandEnvironment > & xEnv
)
{
- Sequence< Property > props(6);
+ Sequence< Property > props(7);
props[0] =
Property(
@@ -127,6 +127,13 @@ Sequence< Property > FTPContent::getProperties(
getCppuType( static_cast< DateTime* >( 0 ) ),
PropertyAttribute::BOUND | PropertyAttribute::READONLY );
+ props[6] =
+ Property(
+ OUString( RTL_CONSTASCII_USTRINGPARAM( "IsReadOnly" ) ),
+ -1,
+ getCppuBooleanType(),
+ PropertyAttribute::BOUND | PropertyAttribute::READONLY );
+
return props;
}