summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ui
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r--offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl2
-rw-r--r--offapi/com/sun/star/ui/XUIConfigurationManager.idl4
2 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl b/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl
index 8437d7d11089..5391847f5f79 100644
--- a/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl
+++ b/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl
@@ -67,7 +67,7 @@ service ModuleWindowStateConfiguration
floating size in pixel of the window.</li>
<li><b>Style</b><br>a long which specifies the style of the window. A toolbar support the
following values: 0 = icons, 1 = text, 2 = text+icons.</li>
- <li><b>UIName</br><br>a localized string which specifies the default window title.</li>
+ <li><b>UIName</b><br>a localized string which specifies the default window title.</li>
</ul>
The key to a user interface element is the resource URL which has
the following syntax "private:resource/$type/$name". For example "private:resource/toolbar/standardbar"
diff --git a/offapi/com/sun/star/ui/XUIConfigurationManager.idl b/offapi/com/sun/star/ui/XUIConfigurationManager.idl
index 3ca4fbb535f9..a0b5ca6ea12b 100644
--- a/offapi/com/sun/star/ui/XUIConfigurationManager.idl
+++ b/offapi/com/sun/star/ui/XUIConfigurationManager.idl
@@ -71,9 +71,9 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
com::sun::star::beans::PropertyValue entries
are defined inside the sequence for every user interface element.
<ul>
- <li><b>ResourceURL<b/>specifies the unique resource URL for
+ <li><b>ResourceURL</b>specifies the unique resource URL for
the user interface element.</li>
- <li><b>UIName<b/>specifies the user interface name for the
+ <li><b>UIName</b>specifies the user interface name for the
user interface element. Not all user interface elements have
set UIName. At least menubars do not.</li>
</ul>