From b706b04110d9305b319689a5577746fac3e0e4c3 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 20 Jan 2023 18:27:28 +0100 Subject: [API CHANGE] offapi: clean up these index services IDL files CreateFromStarImage isn't implemented, having been removed in 2000. Change-Id: Ic0e90eaf760374df69f8d8779c37819d4943a063 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145911 Tested-by: Michael Stahl Reviewed-by: Michael Stahl --- offapi/com/sun/star/text/IllustrationsIndex.idl | 1 - offapi/com/sun/star/text/ObjectIndex.idl | 20 +++++++------------- offapi/com/sun/star/text/TableIndex.idl | 2 -- 3 files changed, 7 insertions(+), 16 deletions(-) (limited to 'offapi/com/sun/star') diff --git a/offapi/com/sun/star/text/IllustrationsIndex.idl b/offapi/com/sun/star/text/IllustrationsIndex.idl index d58392ded2bc..9c0ad89c955b 100644 --- a/offapi/com/sun/star/text/IllustrationsIndex.idl +++ b/offapi/com/sun/star/text/IllustrationsIndex.idl @@ -44,7 +44,6 @@ published service IllustrationsIndex [optional, property, maybevoid] string CreateFromParagraphStyle; }; - }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/text/ObjectIndex.idl b/offapi/com/sun/star/text/ObjectIndex.idl index 3df13f2abd63..8273d1ee9ee8 100644 --- a/offapi/com/sun/star/text/ObjectIndex.idl +++ b/offapi/com/sun/star/text/ObjectIndex.idl @@ -21,28 +21,26 @@ module com { module sun { module star { module text { -/** specifies service of object indexes within a document.@see com::sun::star::text::BaseIndex +/** specifies service of object indexes within a document. + @see com::sun::star::text::BaseIndex */ published service ObjectIndex { service com::sun::star::text::BaseIndex; - /** Determines if star office math objects are included in the office. + /** Determines if LibreOffice Math objects are included in the index. */ [optional, property] boolean CreateFromStarMath;//objects - /** Determines if star office image objects are included in the office. - */ - [optional, property] boolean CreateFromStarImage;//objects - /** Determines if star office chart objects are included in the office. + /** Determines if LibreOffice Chart objects are included in the index. */ [optional, property] boolean CreateFromStarChart;//objects - /** Determines if star office calc objects are included in the office. + /** Determines if LibreOffice Calc objects are included in the index. */ [optional, property] boolean CreateFromStarCalc;//objects - /** Determines if star office draw objects are included in the office. + /** Determines if LibreOffice Draw objects are included in the index. */ [optional, property] boolean CreateFromStarDraw;//objects - /** Determines if external embedded objects are included in the office. + /** Determines if external embedded objects are included in the index. */ [optional, property] boolean CreateFromOtherEmbeddedObjects;//objects @@ -53,10 +51,6 @@ published service ObjectIndex [optional, property, maybevoid] string CreateFromParagraphStyle; }; - }; }; }; }; - - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/text/TableIndex.idl b/offapi/com/sun/star/text/TableIndex.idl index e65f86233111..24d282f215b4 100644 --- a/offapi/com/sun/star/text/TableIndex.idl +++ b/offapi/com/sun/star/text/TableIndex.idl @@ -50,8 +50,6 @@ published service TableIndex [optional, property, maybevoid] string CreateFromParagraphStyle; }; - }; }; }; }; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit