summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-04 15:06:23 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-04 15:06:23 +0200
commitf762dad2e7b7dfa42abc4d16209e033b037b5938 (patch)
treeaeeedafb27773072f2674b43c6d03b1d85e244d7 /udkapi
parentbe62c01287c095c22a83ecfe6f9f45874f6e56f8 (diff)
fdo#46374 replace stardiv in comments where applicable
Change-Id: Icd07fba84735325408741ad10864c63ea32a6481
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/beans/XFastPropertySet.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/beans/XFastPropertySet.idl b/udkapi/com/sun/star/beans/XFastPropertySet.idl
index e6e1cb137246..f41997c2d237 100644
--- a/udkapi/com/sun/star/beans/XFastPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XFastPropertySet.idl
@@ -63,7 +63,7 @@ published interface XFastPropertySet: com::sun::star::uno::XInterface
if the new value cannot be converted to the type of the
underlying property by an identity or widening conversion.
- @throws stardiv::uno::lang::WrappedTargetException
+ @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 this
com::sun::star::lang::WrappedTargetException.