summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TextTableRow.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/TextTableRow.idl')
-rw-r--r--offapi/com/sun/star/text/TextTableRow.idl10
1 files changed, 4 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/TextTableRow.idl b/offapi/com/sun/star/text/TextTableRow.idl
index 42198943af34..d640d1c06cce 100644
--- a/offapi/com/sun/star/text/TextTableRow.idl
+++ b/offapi/com/sun/star/text/TextTableRow.idl
@@ -58,12 +58,6 @@ published service TextTableRow
*/
[property] string BackGraphicURL;
- /** contains the graphic of a background.
-
- @since LibreOffice 6.1
- */
- [property] com::sun::star::graphic::XGraphic BackGraphic;
-
/** contains the name of the file filter of a background graphic.
*/
[property] string BackGraphicFilter;
@@ -106,7 +100,11 @@ published service TextTableRow
*/
[optional, property] sequence<com::sun::star::beans::PropertyValue> RowInteropGrabBag;
+ /** contains the graphic of the background.
+ @since LibreOffice 6.1
+ */
+ [optional, property] com::sun::star::graphic::XGraphic BackGraphic;
};