summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XTextSearch.idl
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-07-05 07:51:07 +0000
committerjp <jp@openoffice.org>2001-07-05 07:51:07 +0000
commitd2ab839d43bb1a41cb98936a7c73cd2163a72580 (patch)
tree7dc966cc61870a90f904b2bee2541e47f9402ff2 /offapi/com/sun/star/util/XTextSearch.idl
parent716a546ea05890f83abcbeeeb23aecb4c4f911a1 (diff)
Bug #89255#: define ALL_IGNORE_CASE as deprecated
Diffstat (limited to 'offapi/com/sun/star/util/XTextSearch.idl')
-rw-r--r--offapi/com/sun/star/util/XTextSearch.idl13
1 files changed, 10 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/XTextSearch.idl b/offapi/com/sun/star/util/XTextSearch.idl
index 1dd9c256ebd5..dd963dbf62ee 100644
--- a/offapi/com/sun/star/util/XTextSearch.idl
+++ b/offapi/com/sun/star/util/XTextSearch.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTextSearch.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:51 $
+ * last change: $Author: jp $ $Date: 2001-07-05 08:51:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,14 @@ enum SearchAlgorithms {
constants SearchFlags
{
- /// Flag for all search methods
+ //Flag for all search methods
+
+ /**
+ @deprecated : the constant ALL_IGNORE_CASE is never supported -
+ it must use the transliteration flags of
+ the SearchOptions.
+ <p>@see TransliterationModulesNew
+ */
const long ALL_IGNORE_CASE = 0x00000001;
/// Flag for normal (Boyer-Moore) search