diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-01-20 18:27:28 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-01-23 10:12:15 +0000 |
commit | b706b04110d9305b319689a5577746fac3e0e4c3 (patch) | |
tree | 736a0cf6496c2569e4a8bbb9b744bdea9ec568f4 /offapi/com/sun/star | |
parent | 5ef8d07fe04717dc4a5b8846a3b324381b2c8efd (diff) |
[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 <michael.stahl@allotropia.de>
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r-- | offapi/com/sun/star/text/IllustrationsIndex.idl | 1 | ||||
-rw-r--r-- | offapi/com/sun/star/text/ObjectIndex.idl | 20 | ||||
-rw-r--r-- | offapi/com/sun/star/text/TableIndex.idl | 2 |
3 files changed, 7 insertions, 16 deletions
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: */ |