summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-01-05 14:01:00 +0100
committerJens-Heiner Rechtien <hr@openoffice.org>2010-01-05 14:01:00 +0100
commit0329cf725b6af7f4df33e1ee9a5845e45a9be673 (patch)
treeb62e4e4d6636ef94f9a662a9eca18cf290fc6fb3 /sw/source/ui
parent8bfd7efc07f735520771ff50eb044835602567c8 (diff)
parent79018ea0d1127408bc83c6a9ef9c810116799ec4 (diff)
CWS-TOOLING: integrate CWS cmcfixes68ooo/DEV300_m69
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/uiview/srcview.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/uiview/srcview.cxx b/sw/source/ui/uiview/srcview.cxx
index 07cfce2d2e..b2c046a7c6 100644
--- a/sw/source/ui/uiview/srcview.cxx
+++ b/sw/source/ui/uiview/srcview.cxx
@@ -717,6 +717,7 @@ USHORT SwSrcView::StartSearchAndReplace(const SvxSearchItem& rSearchItem,
if(!bApi)
+ {
if(bNotFoundMessage)
{
InfoBox( 0, SW_RES(MSG_NOT_FOUND)).Execute();
@@ -728,6 +729,7 @@ USHORT SwSrcView::StartSearchAndReplace(const SvxSearchItem& rSearchItem,
pTextView->SetSelection( TextSelection( aPaM, aPaM ) );
StartSearchAndReplace( rSearchItem, FALSE, FALSE, TRUE );
}
+ }
}
return nFound;
}