summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ui
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-30 16:29:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:07 +0200
commit48661084104b5d52f7421909131e153639e653f2 (patch)
tree0e6907c51a2fce0aea6f85d0cdfc03b9e85c3942 /offapi/com/sun/star/ui
parent*api: fix all unknown commands (diff)
downloadcore-48661084104b5d52f7421909131e153639e653f2.tar.gz
core-48661084104b5d52f7421909131e153639e653f2.zip
*api: fix unterminated tags
Change-Id: Iff23e173e4726682c719c5de303fded0bc671bd3
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>