summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/NumberingLevel.idl
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2018-05-14 22:12:03 +0900
committerTomaž Vajngerl <quikee@gmail.com>2018-05-14 16:21:52 +0200
commit76f30450577bcecf0423833884e3e5215decdd07 (patch)
treeebe23f653cfb007125e042eb724ff6c4133b2e12 /offapi/com/sun/star/style/NumberingLevel.idl
parent209f95d9148969f578196a76e0981cf6161f11dc (diff)
[API-CHANGE] revert reordering of Graphic properties
This reverts the reordering of properties and adds new properties to the end and marks them as optional so we break API as little as possible. Change-Id: I422d882d1d1c721dd3ff7ad289329a9df58beb42 Reviewed-on: https://gerrit.libreoffice.org/54322 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'offapi/com/sun/star/style/NumberingLevel.idl')
-rw-r--r--offapi/com/sun/star/style/NumberingLevel.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/style/NumberingLevel.idl b/offapi/com/sun/star/style/NumberingLevel.idl
index f006e66c4360..c7e700cc63d1 100644
--- a/offapi/com/sun/star/style/NumberingLevel.idl
+++ b/offapi/com/sun/star/style/NumberingLevel.idl
@@ -80,7 +80,7 @@ published service NumberingLevel
@since LibreOffice 6.1
*/
- [property] com::sun::star::graphic::XGraphic Graphic;
+ [optional, property] com::sun::star::graphic::XGraphic Graphic;
};