summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl')
-rw-r--r--udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl4
1 files changed, 2 insertions, 2 deletions
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;