diff options
author | Vasily Melenchuk <Vasily.Melenchuk@cib.de> | 2018-06-29 14:58:05 +0300 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-06-29 15:10:44 +0200 |
commit | 64da85bc5b73a60cdbdd32fb7c8680274bce8205 (patch) | |
tree | 4fb94ecd77bc993a900e05ac9ec36669d365a573 /offapi/com/sun/star/ui | |
parent | 917d31ad634e3710e63a3c06b8d7ebbb7e4d47ef (diff) |
idl: change since from 6.2 to 6.1 for new status bar property
New property introduced in d77f8eef165a7c6fd97cc06dcbc4ead55e7b633c
expected to be backported to 6.1
Change-Id: I6486fa0f42adcd39c9929f4d90b7310e22d851c6
Reviewed-on: https://gerrit.libreoffice.org/56685
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r-- | offapi/com/sun/star/ui/ItemStyle.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/ui/XStatusbarItem.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/ItemStyle.idl b/offapi/com/sun/star/ui/ItemStyle.idl index 966a4f4e19dc..37495a490573 100644 --- a/offapi/com/sun/star/ui/ItemStyle.idl +++ b/offapi/com/sun/star/ui/ItemStyle.idl @@ -153,7 +153,7 @@ constants ItemStyle /** marks always visible element which can not be removed when statusbar width is not sufficient. - @since LibreOffice 6.2 + @since LibreOffice 6.1 */ const short MANDATORY = 4096; }; diff --git a/offapi/com/sun/star/ui/XStatusbarItem.idl b/offapi/com/sun/star/ui/XStatusbarItem.idl index faed72d9021f..a45d961fedb6 100644 --- a/offapi/com/sun/star/ui/XStatusbarItem.idl +++ b/offapi/com/sun/star/ui/XStatusbarItem.idl @@ -64,7 +64,7 @@ interface XStatusbarItem </li> <li>com::sun::star::ui::ItemStyle::AUTO_SIZE</li> <li>com::sun::star::ui::ItemStyle::OWNER_DRAW</li> - <li>com::sun::star::ui::ItemStyle::MANDATORY (@since LibreOffice 6.2)</li> + <li>com::sun::star::ui::ItemStyle::MANDATORY (@since LibreOffice 6.1)</li> </ul> @see com::sun::star::ui::ItemStyle |