summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XTextSearch.idl
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-25 20:24:26 +0200
committerCaolán McNamara <caolanm@redhat.com>2011-01-31 10:43:16 +0000
commit406a63e9a0f1a955ff08a0d10d13352174b77193 (patch)
tree67c556e031bd22ada3bbff7dee72499f163f9e8b /offapi/com/sun/star/util/XTextSearch.idl
parenta129a38585fe89bb95de35982432c28dd4c62b4d (diff)
Some fixes to documentation (part 5)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/util/XTextSearch.idl')
-rw-r--r--offapi/com/sun/star/util/XTextSearch.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/XTextSearch.idl b/offapi/com/sun/star/util/XTextSearch.idl
index 4afbacd19894..4b035282c4bb 100644
--- a/offapi/com/sun/star/util/XTextSearch.idl
+++ b/offapi/com/sun/star/util/XTextSearch.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module util {
published enum SearchAlgorithms {
ABSOLUTE, // "normal" a kind of Boyer-Moore
REGEXP, // regular expression
- APPROXIMATE // Leveinstein distance
+ APPROXIMATE // Levenshtein distance
};
published constants SearchFlags
@@ -59,7 +59,7 @@ published constants SearchFlags
/// Flag for "regular expression" search / interpret as extended regular expression
const long REG_EXTENDED = 0x00000100;
/** Flag for "regular expression" search / No replace, i.e., avoid sub regular
- expresions, return true/false to match
+ expressions, return true/false to match
<!-- JRH: Check this for sense of the expression. -->
*/
@@ -123,7 +123,7 @@ published struct SearchOptions {
/// this many characters can be additional in the found word in a "Weight Levenshtein-Distance"
long insertedChars;
- /** asian flags for the transliteration. Same meaning as the enum of TransliteratorModule
+ /** Asian flags for the transliteration. Same meaning as the enum of TransliteratorModule
@see com/sun/star/i18n/XTransliteration.idl
*/