summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/XFastPropertySet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/XFastPropertySet.idl')
-rw-r--r--udkapi/com/sun/star/beans/XFastPropertySet.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/beans/XFastPropertySet.idl b/udkapi/com/sun/star/beans/XFastPropertySet.idl
index e90fde48bfbd..e6e1cb137246 100644
--- a/udkapi/com/sun/star/beans/XFastPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XFastPropertySet.idl
@@ -66,7 +66,7 @@ published interface XFastPropertySet: com::sun::star::uno::XInterface
@throws stardiv::uno::lang::WrappedTargetException
if the implementation has an internal reason for the exception.
In this case the original exception is wrapped into this
- <type scope="com::sun::star::lang">WrappedTargetException</type>.
+ com::sun::star::lang::WrappedTargetException.
*/
void setFastPropertyValue( [in] long nHandle,
@@ -89,7 +89,7 @@ published interface XFastPropertySet: com::sun::star::uno::XInterface
@throws com::sun::star::lang::WrappedTargetException
if the implementation has an internal reason for the exception.
In this case the original exception is wrapped into that
- <type scope="com::sun::star::lang">WrappedTargetException</type>.
+ com::sun::star::lang::WrappedTargetException.
*/
any getFastPropertyValue( [in] long nHandle )
raises( com::sun::star::beans::UnknownPropertyException,