more fixes for "loplugin:constantparam in unotools/"

Change-Id: I357164f80970958ead86cf9ff691fe6f6f73b0f1
This commit is contained in:
Noel Grandin
2016-03-16 13:58:12 +02:00
parent 54a679338e
commit a607782cb6

View File

@@ -1834,7 +1834,7 @@ void ScAcceptChgDlg::InitFilter()
pTheView->SetFilterComment(pTPFilter->IsComment());
utl::SearchParam aSearchParam( pTPFilter->GetComment(),
utl::SearchParam::SRCH_REGEXP,false,false,false );
utl::SearchParam::SRCH_REGEXP,false );
pTheView->SetCommentParams(&aSearchParam);