Kaydet (Commit) f84b8c03 authored tarafından Eike Rathke's avatar Eike Rathke

adapt description, the algorithm does not define the escape character

Change-Id: I3b2493a02d16604aead5d416fc90cceecdfddc38
üst 1f335701
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
module com { module sun { module star { module util { module com { module sun { module star { module util {
/** Constants that define the search algorithm to be used with /** 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 @since LibreOffice 5.2
*/ */
...@@ -28,7 +28,10 @@ published constants SearchAlgorithms2 ...@@ -28,7 +28,10 @@ published constants SearchAlgorithms2
/// Weighted Levenshtein Distance /// Weighted Levenshtein Distance
const short APPROXIMATE = 3; 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; const short WILDCARD = 4;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment