diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-06-29 07:25:50 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-06-29 07:26:13 +0200 |
commit | 5f0ffa9fbdadb5a4a55d8be4b1cf235995de37e4 (patch) | |
tree | efc3aa69cece773baf12b5f07e6f1c80ed4307b0 /udkapi | |
parent | def32c7e14ad9743e2b55804442be5d596f6c21c (diff) |
Fix some idl descriptions
Change-Id: I9fa98ac78463f91c442f5b23b04c44457436e91f
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/reflection/XIdlField2.idl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl b/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl index 8dbbb1677c5a..1fde54692432 100644 --- a/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl @@ -46,7 +46,7 @@ published interface XCompoundTypeDescription: com::sun::star::reflection::XTypeD <p>For a polymorphic struct type template, a member of parameterized type is represented by an instance of - com::sun::star::reflection::::XTypeDescription whose + com::sun::star::reflection::XTypeDescription whose type class is <code>UNKNOWN</code> and whose name is the name of the type parameter.</p> diff --git a/udkapi/com/sun/star/reflection/XIdlField2.idl b/udkapi/com/sun/star/reflection/XIdlField2.idl index 5c77f6b0f99a..c01347834c1a 100644 --- a/udkapi/com/sun/star/reflection/XIdlField2.idl +++ b/udkapi/com/sun/star/reflection/XIdlField2.idl @@ -60,7 +60,7 @@ published interface XIdlField2: com::sun::star::reflection::XIdlMember reflects the constant enum 32-bit value. <p>When setting an interface attribute raises a - non-com::sun::star::uno::RuntimeException, it is + non com::sun::star::uno::RuntimeException, it is wrapped in a com::sun::star::lang::WrappedTargetRuntimeException.</p> @param obj @@ -81,7 +81,7 @@ published interface XIdlField2: com::sun::star::reflection::XIdlMember i.e. an interface or compound type (struct/exception). <p>When setting an interface attribute raises a - non-com::sun::star::uno::RuntimeException, it is + non com::sun::star::uno::RuntimeException, it is wrapped in a com::sun::star::lang::WrappedTargetRuntimeException.</p> @param obj |