diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2020-08-31 11:50:44 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-31 15:27:31 +0200 |
commit | 6b08eaa0c483efe5071c5a710a894e1204a0a3f4 (patch) | |
tree | 4869facd7458f10aa81e98db673208d4c5a80364 /offapi | |
parent | 3e4968e6761c816c0a6aedf59485191af8a0fa4e (diff) |
Fix end "ul" tag in LayoutManager.idl (offapi)
Change-Id: Ice50c048b62fe35d1a9f5b11435cb75f3fa45042
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101701
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/frame/LayoutManager.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/frame/LayoutManager.idl b/offapi/com/sun/star/frame/LayoutManager.idl index e53818962308..511e43ada1c9 100644 --- a/offapi/com/sun/star/frame/LayoutManager.idl +++ b/offapi/com/sun/star/frame/LayoutManager.idl @@ -44,7 +44,7 @@ <li>boolean <code>RefreshContextToolbarVisibility</code>: Set to true to refresh visibility of context toolbars</li> <li>boolean <code>HideCurrentUI</code>: Hide/Show current UI elements (Toolbar, Statusbar, Menubar, etc)</li> <li>boolean <code>PreserveContentSize</code>: When true, the outer window is resized the content/document size is preserved</li> - <ul> + </ul> </p> @since OOo 2.0 |