From 4765ea3238c5d562eb86da46d7b353312191c717 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 8 May 2018 15:36:37 +0200 Subject: No need to reflect ongoing compatible changes in type_reference Had been added as part of 7a8ed362eb163ac15a000ba1cfc74b58315800a1 "[API CHANGE] revert and deprecate *BackGraphicURL add *BackGraphic", for no apparent reason. (Will eventually be added with a "Update the reference rdbs to libreoffice-6-1-0" commit.) Change-Id: If6c0405df91accc52a67ad62d7ee7dfb49a4c569 Reviewed-on: https://gerrit.libreoffice.org/53981 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- offapi/type_reference/offapi.idl | 1 - 1 file changed, 1 deletion(-) (limited to 'offapi') diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl index f49b0267ed48..dad8fdc4d586 100644 --- a/offapi/type_reference/offapi.idl +++ b/offapi/type_reference/offapi.idl @@ -3643,7 +3643,6 @@ module com { [property, maybevoid, optional] boolean ParaIsConnectBorder; [property, optional] string ListId; [property, optional] short OutlineLevel; - [property, optional] ::com::sun::star::graphic::XGraphic ParaBackGraphic; }; }; module util { -- cgit