summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/XPropertyAccess.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/XPropertyAccess.idl')
-rw-r--r--udkapi/com/sun/star/beans/XPropertyAccess.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/beans/XPropertyAccess.idl b/udkapi/com/sun/star/beans/XPropertyAccess.idl
index eaecdf5a0ed6..d8cbb43c4bfe 100644
--- a/udkapi/com/sun/star/beans/XPropertyAccess.idl
+++ b/udkapi/com/sun/star/beans/XPropertyAccess.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module beans {
/** makes it possible to access all property values and to set them at once.
<p>In most cases this interface will be in addition to
- <type>XPropertySet</type>. It is especially useful for remote
+ XPropertySet. It is especially useful for remote
communication because it lessens the number of calls for getting
property values; that is especially important because these calls
are necessarily synchronous. </p>