summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TextSection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/TextSection.idl')
-rw-r--r--offapi/com/sun/star/text/TextSection.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/TextSection.idl b/offapi/com/sun/star/text/TextSection.idl
index d6baa829c633..c7911d1c2d44 100644
--- a/offapi/com/sun/star/text/TextSection.idl
+++ b/offapi/com/sun/star/text/TextSection.idl
@@ -112,12 +112,6 @@ published service TextSection
*/
[property] string BackGraphicURL;
- /** contains the graphic of the background.
-
- @since LibreOffice 6.1
- */
- [property] com::sun::star::graphic::XGraphic BackGraphic;
-
/** contains the name of the file filter for the background graphic.
*/
[property] string BackGraphicFilter;
@@ -197,6 +191,12 @@ published service TextSection
/** determines the left margin of the section
*/
[optional, property] long SectionRightMargin;
+
+ /** contains the graphic of the background.
+
+ @since LibreOffice 6.1
+ */
+ [optional, property] com::sun::star::graphic::XGraphic BackGraphic;
};