diff options
Diffstat (limited to 'sw/source/uibase/uiview/viewsrch.cxx')
-rw-r--r-- | sw/source/uibase/uiview/viewsrch.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uiview/viewsrch.cxx b/sw/source/uibase/uiview/viewsrch.cxx index 04831dfccac9..0ca7c9028310 100644 --- a/sw/source/uibase/uiview/viewsrch.cxx +++ b/sw/source/uibase/uiview/viewsrch.cxx @@ -782,7 +782,7 @@ sal_uLong SwView::FUNC_Search( const SwSearchOptions& rOptions ) if( !bDoReplace ) aSearchOpt.replaceString.clear(); - sal_uLong nFound; + sal_Int32 nFound; if( aSrchSet.Count() || ( xReplSet && xReplSet->Count() )) { nFound = m_pWrtShell->SearchAttr( |