diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-12-03 18:15:49 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-12-03 18:31:57 +0100 |
commit | affd2b5c4fba727c1b119bdcbdb71325c10ef954 (patch) | |
tree | 1f421361dac1147f7b9b1d1bb23bce3efc8705ef /offapi/com | |
parent | aa61177f1d339422acb3322c8851962cd1ca7466 (diff) |
SwXDocumentIndex: implement css.util.XRefreshable
... as has been promised since the OOo initial import in deprecation
notices in XDocumentIndex :-/
Change-Id: I5dd7e482e0e6d60dcad3de883d5815f729e6b80f
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/text/BaseIndex.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/BaseIndex.idl b/offapi/com/sun/star/text/BaseIndex.idl index 4c812f2cbf98..0a6274ade6ad 100644 --- a/offapi/com/sun/star/text/BaseIndex.idl +++ b/offapi/com/sun/star/text/BaseIndex.idl @@ -22,6 +22,7 @@ #define __com_sun_star_text_BaseIndex_idl__ #include <com/sun/star/util/Color.idl> +#include <com/sun/star/util/XRefreshable.idl> #include <com/sun/star/text/XDocumentIndex.idl> #include <com/sun/star/container/XIndexReplace.idl> #include <com/sun/star/text/XTextColumns.idl> @@ -46,6 +47,9 @@ published service BaseIndex // DocMerge: empty anyway interface com::sun::star::text::XDocumentIndex; + /** @since LibreOffice 4.0 */ + [optional] interface com::sun::star::util::XRefreshable; + /** contains the title of the index.*/ // DocMerge: empty anyway |