summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-02-23 23:44:23 +0100
committerEike Rathke <erack@redhat.com>2016-02-23 23:45:14 +0100
commitf84b8c03462238b821724b7f504ad141c83fcf8f (patch)
tree97e926ce6ba425b41946bc2da63f6c68de807568 /offapi/com/sun/star
parent1f3357013ba1f319a3bcddf4c9a658c46e8c0390 (diff)
adapt description, the algorithm does not define the escape character
Change-Id: I3b2493a02d16604aead5d416fc90cceecdfddc38
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r--offapi/com/sun/star/util/SearchAlgorithms2.idl7
1 files changed, 5 insertions, 2 deletions
diff --git a/offapi/com/sun/star/util/SearchAlgorithms2.idl b/offapi/com/sun/star/util/SearchAlgorithms2.idl
index caa8da89c8ab..7fb0514a3a02 100644
--- a/offapi/com/sun/star/util/SearchAlgorithms2.idl
+++ b/offapi/com/sun/star/util/SearchAlgorithms2.idl
@@ -13,7 +13,7 @@
module com { module sun { module star { module util {
/** Constants that define the search algorithm to be used with
- com::sun::star::util::SearchOptions2
+ com::sun::star::util::SearchOptions2::SearchAlgorithms2
@since LibreOffice 5.2
*/
@@ -28,7 +28,10 @@ published constants SearchAlgorithms2
/// Weighted Levenshtein Distance
const short APPROXIMATE = 3;
- /// Wildcards '*' and '?' and escape character '~'
+ /** Wildcards '*' and '?'
+ An escape character is defined by setting
+ com::sun::star::util::SearchOptions2::WildcardEscapeCharacter
+ */
const short WILDCARD = 4;
};