diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-30 17:02:37 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:08 +0200 |
commit | 8a3543340fc8026121a7e4d681b3fce7c920bc1f (patch) | |
tree | 3ed60f1879838b3c4b5cc5d542b94d2dba781182 /offapi/com/sun/star/ui | |
parent | 48661084104b5d52f7421909131e153639e653f2 (diff) |
*api: fix a bunch of "illegal" and "empty" tags
Apparently doxygen doesn't like XML-style empty elements.
Change-Id: I0fe8105a196fa3cf5b980f0b6f18933adf8a1d53
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r-- | offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl b/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl index 51c9e2f1aa94..fbad249636b5 100644 --- a/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl +++ b/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl @@ -32,13 +32,13 @@ module com { module sun { module star { module ui { <p> A module user interface configuration manager supports two layers of configuration settings - data:<br/> + data:<br> 1. Layer: A module default user interface configuration which describe all user interface elements settings that are used by OpenOffice. It is not possible to insert, remove or change - elements settings in this layer through the interfaces.</br> + elements settings in this layer through the interfaces.<br> 2. Layer: A module user interface configuration which only contains customized user interface elements and user-defined ones. All changes on user interface element settings are done on - this layer.</br> + this layer. </p> @since OOo 2.0 diff --git a/offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl b/offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl index d2833718425c..4b2e05b0ad84 100644 --- a/offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl +++ b/offapi/com/sun/star/ui/XModuleUIConfigurationManager.idl @@ -34,17 +34,17 @@ module com { module sun { module star { module ui { <p> A module user interface configuration manager supports, unlike a document based ui configuration manager, two layers of configuration - settings data:<br/> + settings data:<br> 1. Layer: A module default user interface configuration which describe all user interface elements settings that are used by OpenOffice. It is not possible to insert, remove or change elements settings in this layer through the - interfaces.</br> + interfaces.<br> 2. Layer: A module user interface configuration which only contains customized user interface elements and user-defined ones. All changes on user interface element settings are done on this layer. This layer is the same as the document ui - configuration manager uses.</br> + configuration manager uses. </p> @since OOo 2.0 |