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 | f801273cfa20d490dfcfd61fbe7a00bc23956556 (patch) | |
tree | d45574eb1dd1808cf5321183ef503015d4229dfd /sc/source/ui/miscdlgs/acredlin.cxx | |
parent | 49a611a799d8ab37d7d87fdecb297a3218f6dc15 (diff) |
change for 614: SearchText -> TextSearch
Diffstat (limited to 'sc/source/ui/miscdlgs/acredlin.cxx')
-rw-r--r-- | sc/source/ui/miscdlgs/acredlin.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sc/source/ui/miscdlgs/acredlin.cxx b/sc/source/ui/miscdlgs/acredlin.cxx index 7d6f2be4e2a4..14596db7d269 100644 --- a/sc/source/ui/miscdlgs/acredlin.cxx +++ b/sc/source/ui/miscdlgs/acredlin.cxx @@ -2,9 +2,9 @@ * * $RCSfile: acredlin.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2000-11-14 16:35:36 $ + * last change: $Author: nn $ $Date: 2000-11-20 10:31:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,6 +68,7 @@ #pragma hdrstop #include <svtools/undo.hxx> +#include <unotools/textsearch.hxx> #include <vcl/msgbox.hxx> #include <sfx2/app.hxx> @@ -2126,8 +2127,8 @@ void ScAcceptChgDlg::InitFilter() pTheView->SetFilterComment(pTPFilter->IsComment()); - SearchParam aSearchParam( pTPFilter->GetComment(), - SearchParam::SRCH_REGEXP,FALSE,FALSE,FALSE ); + utl::SearchParam aSearchParam( pTPFilter->GetComment(), + utl::SearchParam::SRCH_REGEXP,FALSE,FALSE,FALSE ); pTheView->SetCommentParams(&aSearchParam); |