summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-02-26 15:21:46 +0100
committerEike Rathke <erack@redhat.com>2016-02-26 15:23:14 +0100
commitfd2355221f7d603ddc8f85076cc50022a298ae69 (patch)
tree5188a1de8f5dee5f1402cb19fb43ffac50b4bd2d /offapi
parent75e24386af32766b288bbd016e7595eacd33837e (diff)
WILD_MATCH_SELECTION @since LibreOffice 5.2
Change-Id: Ie84088f571245864663b49be2a457d6ed04bc267
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/util/SearchFlags.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/util/SearchFlags.idl b/offapi/com/sun/star/util/SearchFlags.idl
index 964f836962c1..77d0da38b405 100644
--- a/offapi/com/sun/star/util/SearchFlags.idl
+++ b/offapi/com/sun/star/util/SearchFlags.idl
@@ -133,6 +133,8 @@ published constants SearchFlags
<p> If set, the entire selection must match. If not set, a
substring match is allowed. </p>
+
+ @since LibreOffice 5.2
*/
const long WILD_MATCH_SELECTION = 0x00100000;
};