diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-30 14:12:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:06 +0200 |
commit | ddba7d155d07b9018a9f5bf051b6faa1bdac022b (patch) | |
tree | 9b28c72c50b615097448855dccb99957fe8e35dc /udkapi | |
parent | 73d568408a150875b5c6046680f38e6db287c8fa (diff) |
*api: convert all unsupported html tags
Only useful ones appear to be <tbody> and <thead> which doxygen doesn't
support but we only use those in 3 places so who cares.
Change-Id: I374f7d208873a8436fe76e0f800ce18df5b188b3
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl index 641be7e99bd4..d82777004c41 100644 --- a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl +++ b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl @@ -88,8 +88,7 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn XTypeDescription can be returned by the enumerator: <table border="1"> - <thead><tr><th>IDL</th><th>interface</th></tr></thead> - <tbody> + <tr><th>IDL</th><th>interface</th></tr> <tr> <td>enum</td> <td>XEnumTypeDescription</td> @@ -138,7 +137,6 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn <td>constants</td> <td>XConstantsTypeDescription</td> </tr> - </tbody> </table> @throws NoSuchTypeNameException |