summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-09-19 13:43:50 +0000
committerOliver Specht <os@openoffice.org>2002-09-19 13:43:50 +0000
commitc1354eb863a2578cef89beb344f515ed0089a342 (patch)
tree791e8525f01a2d8f493788e829b5b282f1f23180 /sw/source/ui/uiview
parented8b5f2debac216243930aba0873e0d75de8d0dd (diff)
#100992# #103515# replace message revived
Diffstat (limited to 'sw/source/ui/uiview')
-rw-r--r--sw/source/ui/uiview/viewsrch.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/source/ui/uiview/viewsrch.cxx b/sw/source/ui/uiview/viewsrch.cxx
index 21e0e8a99f19..7b9c4b0281a6 100644
--- a/sw/source/ui/uiview/viewsrch.cxx
+++ b/sw/source/ui/uiview/viewsrch.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewsrch.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: os $ $Date: 2002-09-13 13:05:46 $
+ * last change: $Author: os $ $Date: 2002-09-19 14:43:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -402,7 +402,7 @@ void SwView::ExecSearch(SfxRequest& rReq, BOOL bNoMessage)
return;
}
- if( !bApi && !ULONG_MAX == nFound)
+ if( !bApi && ULONG_MAX != nFound)
{
String aText( SW_RES( STR_NB_REPLACED ) );
const xub_StrLen nPos = aText.Search( String::CreateFromAscii("XX") );
@@ -872,6 +872,9 @@ void SwView::StateSearch(SfxItemSet &rSet)
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.11 2002/09/13 13:05:46 os
+ #100992# changed treatment of maximum undoable replace operations
+
Revision 1.10 2002/06/27 09:01:45 mba
#100714#: macro recording