summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl')
-rw-r--r--udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl b/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl
index 18033de91061..3344306d4f7e 100644
--- a/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl
@@ -68,7 +68,7 @@ published interface XTolerantMultiPropertySet : com::sun::star::uno::XInterface
Otherwise for every property value that could not successfully
be set an entry of the
- <type scope="com::sun::star::beans">SetPropertyTolerantFailed</type>
+ com::sun::star::beans::SetPropertyTolerantFailed
will be present in this sequence.
The order of the properties is also alphabetically ascending.
@@ -96,7 +96,7 @@ published interface XTolerantMultiPropertySet : com::sun::star::uno::XInterface
@returns
a sequence of type
- <type scope="com::sun::star::beans">GetPropertyTolerantResult</type>
+ com::sun::star::beans::GetPropertyTolerantResult
for each of the properties listed in <var>aPropertyNames</var>.
*/
sequence< com::sun::star::beans::GetPropertyTolerantResult > getPropertyValuesTolerant(
@@ -120,7 +120,7 @@ published interface XTolerantMultiPropertySet : com::sun::star::uno::XInterface
@returns
a sequence of type
- <type scope="com::sun::star::beans">GetDirectPropertyTolerantResult</type>
+ com::sun::star::beans::GetDirectPropertyTolerantResult
but only for those properties supplied whoms state is
<member scope="com::sun::star::beans::PropertyState">DIRECT_VALUE</member>.
*/