summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/CellRange.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/text/CellRange.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/text/CellRange.idl')
-rw-r--r--offapi/com/sun/star/text/CellRange.idl11
1 files changed, 5 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/CellRange.idl b/offapi/com/sun/star/text/CellRange.idl
index 161b3452f2f0..c2d73c7adf8d 100644
--- a/offapi/com/sun/star/text/CellRange.idl
+++ b/offapi/com/sun/star/text/CellRange.idl
@@ -88,12 +88,6 @@ published service CellRange
*/
[property] string BackGraphicURL;
- /** contains the graphic of the background.
-
- @since LibreOffice 6.1
- */
- [property] com::sun::star::graphic::XGraphic BackGraphic;
-
/** determines if the background color is transparent.
*/
[property] boolean BackTransparent;
@@ -115,6 +109,11 @@ published service CellRange
*/
[property] long NumberFormat;
+ /** contains the graphic of the background.
+
+ @since LibreOffice 6.1
+ */
+ [optional, property] com::sun::star::graphic::XGraphic BackGraphic;
};