summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2003-01-16 07:05:30 +0000
committerMichael Hönnig <mi@openoffice.org>2003-01-16 07:05:30 +0000
commitaf2933a592b699f689406bdff82bc50f86f8e82e (patch)
tree02a68764c397487563058819b9239ded844d0842 /udkapi
parent26cb410ed4d55bf585e94d389446b5c1fb537342 (diff)
#55857# broken links
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/beans/XPropertyContainer.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/beans/XPropertyContainer.idl b/udkapi/com/sun/star/beans/XPropertyContainer.idl
index 3185b19118d6..5e5e62c37868 100644
--- a/udkapi/com/sun/star/beans/XPropertyContainer.idl
+++ b/udkapi/com/sun/star/beans/XPropertyContainer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertyContainer.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:43:43 $
+ * last change: $Author: mi $ $Date: 2003-01-16 08:05:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,7 +98,7 @@ module com { module sun { module star { module beans {
/** makes it possible to add and remove properties to or from an object.
<p>Some scripting engines cannot access properties directly when the
- property set is changed. Please use <member>XPropertySet::getPropertyValue</type>
+ property set is changed. Please use <member>XPropertySet::getPropertyValue</member>
etc. in this case. </p>
*/
interface XPropertyContainer: com::sun::star::uno::XInterface