summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/beans
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans')
-rw-r--r--udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl2
-rw-r--r--udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl4
-rw-r--r--udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl2
-rw-r--r--udkapi/com/sun/star/beans/XIntrospection.idl4
-rw-r--r--udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl2
5 files changed, 7 insertions, 7 deletions
diff --git a/udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl b/udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl
index 798e4029a8a0..6a398309faf1 100644
--- a/udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl
+++ b/udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module beans {
/** specifies information being retrieved about a single property.
This type is used for the elements in the sequence returned by
- <member scope="com::sun::star::beans::XTolerantMultiPropertySet">GetDirectPropertyTolerantResult</member>.
+ com::sun::star::beans::XTolerantMultiPropertySet::GetDirectPropertyTolerantResult.
@see com::sun::star::beans::XTolerantMultiPropertySet
*/
diff --git a/udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl b/udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl
index d80e78e1bfcf..dda56b6b3a8b 100644
--- a/udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl
+++ b/udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl
@@ -44,7 +44,7 @@ published struct GetPropertyTolerantResult
/** contains the state of the property.
<p>The value is undefined if <var>Result</var> is not
- <member scope="com::sun::star::beans::TolerantPropertySetResultType">SUCCESS</member>.</p>
+ com::sun::star::beans::TolerantPropertySetResultType::SUCCESS.</p>
*/
com::sun::star::beans::PropertyState State;
@@ -52,7 +52,7 @@ published struct GetPropertyTolerantResult
/** contains the value of the property.
<p>The value is undefined if <var>Result</var> is not
- <member scope="com::sun::star::beans::TolerantPropertySetResultType">SUCCESS</member>.</p>
+ com::sun::star::beans::TolerantPropertySetResultType::SUCCESS.</p>
*/
any Value;
diff --git a/udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl b/udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl
index 0cb2495d3555..5964c1925073 100644
--- a/udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl
+++ b/udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl
@@ -39,7 +39,7 @@ published struct SetPropertyTolerantFailed
properties value.
<p>Since the property was not successful set the result will never be
- <member scope="com::sun::star::beans::TolerantPropertySetResultType">SUCCESS</member>.
+ com::sun::star::beans::TolerantPropertySetResultType::SUCCESS.
</p>
@see com::sun::star::beans::TolerantPropertySetResultType
diff --git a/udkapi/com/sun/star/beans/XIntrospection.idl b/udkapi/com/sun/star/beans/XIntrospection.idl
index 0b1e25caa21d..ca19c2785e4f 100644
--- a/udkapi/com/sun/star/beans/XIntrospection.idl
+++ b/udkapi/com/sun/star/beans/XIntrospection.idl
@@ -70,9 +70,9 @@ published interface XIntrospection: com::sun::star::uno::XInterface
<dd>If an object implements com::sun::star::container::XNameAccess,
the items that can be accessed are not considered as properties
of the object and so are not included in the property list offered by
- <member scope="com::sun::star::beans">XIntrospectionAccess::getProperties()</member>.
+ com::sun::star::beans::XIntrospectionAccess::getProperties().
com::sun::star::container::XNameAccess items have to be
- accessed separately by <member scope="com::sun::star::beans">XIntrospectionAccess::getNameAccess()</member>.
+ accessed separately by com::sun::star::beans::XIntrospectionAccess::getNameAccess().
</dd>
</dl>
diff --git a/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl b/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl
index 3344306d4f7e..6e20545d9371 100644
--- a/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl
@@ -122,7 +122,7 @@ published interface XTolerantMultiPropertySet : com::sun::star::uno::XInterface
a sequence of 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>.
+ com::sun::star::beans::PropertyState::DIRECT_VALUE.
*/
sequence< com::sun::star::beans::GetDirectPropertyTolerantResult > getDirectPropertyValuesTolerant(
[in] sequence< string > aPropertyNames );