summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star')
-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;
};