summaryrefslogtreecommitdiff
path: root/sc/inc/chgviset.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-11-20 09:31:47 +0000
committerNiklas Nebel <nn@openoffice.org>2000-11-20 09:31:47 +0000
commitf801273cfa20d490dfcfd61fbe7a00bc23956556 (patch)
treed45574eb1dd1808cf5321183ef503015d4229dfd /sc/inc/chgviset.hxx
parent49a611a799d8ab37d7d87fdecb297a3218f6dc15 (diff)
change for 614: SearchText -> TextSearch
Diffstat (limited to 'sc/inc/chgviset.hxx')
-rw-r--r--sc/inc/chgviset.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/sc/inc/chgviset.hxx b/sc/inc/chgviset.hxx
index ecc3f0691d05..87d595e5a508 100644
--- a/sc/inc/chgviset.hxx
+++ b/sc/inc/chgviset.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: chgviset.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:48 $
+ * last change: $Author: nn $ $Date: 2000-11-20 10:26:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,13 +77,15 @@ enum ScChgsDateMode{ SCDM_DATE_BEFORE=0,SCDM_DATE_SINCE=1,SCDM_DATE_EQUAL=2,
SCDM_DATE_NOTEQUAL=3,SCDM_DATE_BETWEEN=4, SCDM_DATE_SAVE=5,
SCDM_NO_DATEMODE=6};
-class SearchText;
+namespace utl {
+ class TextSearch;
+}
class ScChangeViewSettings
{
private:
- SearchText* pCommentSearcher;
+ utl::TextSearch* pCommentSearcher;
DateTime aFirstDateTime;
DateTime aLastDateTime;
String aAuthorToShow;