diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-04 15:06:23 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-04 15:06:23 +0200 |
commit | f762dad2e7b7dfa42abc4d16209e033b037b5938 (patch) | |
tree | aeeedafb27773072f2674b43c6d03b1d85e244d7 /udkapi/com/sun/star/beans | |
parent | be62c01287c095c22a83ecfe6f9f45874f6e56f8 (diff) |
fdo#46374 replace stardiv in comments where applicable
Change-Id: Icd07fba84735325408741ad10864c63ea32a6481
Diffstat (limited to 'udkapi/com/sun/star/beans')
-rw-r--r-- | udkapi/com/sun/star/beans/XFastPropertySet.idl | 2 |
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. |