summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/util/SearchOptions2.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/util/SearchOptions2.idl b/offapi/com/sun/star/util/SearchOptions2.idl
index 72097365ccf3..a7f16e59b109 100644
--- a/offapi/com/sun/star/util/SearchOptions2.idl
+++ b/offapi/com/sun/star/util/SearchOptions2.idl
@@ -16,8 +16,14 @@
module com { module sun { module star { module util {
+/** This augments com::sun::star::util::SearchOptions to be able to
+ specify additional search algorithms for use with
+ com::sun::star::util::XTextSearch2
+ @since LibreOffice 5.2
+ */
published struct SearchOptions2 : com::sun::star::util::SearchOptions {
+
/** Search type, one of com::sun::star::util::SearchAlgorithms2
constants. This is preferred over the content of the
SearchAlgorithms SearchOptions::algorithmType enum field.