diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-11-20 09:31:47 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-11-20 09:31:47 +0000 |
commit | 7e4401d2ce6be0102a5c6e406db196843bb5bda1 (patch) | |
tree | e702c5733e149199540de7199057663db3d4b45a /sc/inc/table.hxx | |
parent | 9c3b46482aef64cfdaa142c7afbe9742f3f62333 (diff) |
change for 614: SearchText -> TextSearch
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index c952cd5f2..1662596b7 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -2,9 +2,9 @@ * * $RCSfile: table.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:50 $ + * 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 @@ -73,8 +73,11 @@ #include "column.hxx" #endif -class SearchParam; -class SearchText; +namespace utl { + class SearchParam; + class TextSearch; +} + class SfxItemSet; class SfxStyleSheetBase; class SvxBoxInfoItem; @@ -149,8 +152,8 @@ private: USHORT nTab; USHORT nRecalcLvl; // Rekursionslevel Size-Recalc ScDocument* pDocument; - SearchParam* pSearchParam; - SearchText* pSearchText; + utl::SearchParam* pSearchParam; + utl::TextSearch* pSearchText; // SortierParameter um den Stackbedarf von Quicksort zu Minimieren ScSortParam aSortParam; |