Kaydet (Commit) 4bbbfe52 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix build, this looks like the intent here

Change-Id: Ic89bb307a2e4a08badacb3c13d1f9e2c47f77850
üst 95c04e21
...@@ -780,7 +780,7 @@ void SvxSearchDialog::Init_Impl( bool bSearchPattern ) ...@@ -780,7 +780,7 @@ void SvxSearchDialog::Init_Impl( bool bSearchPattern )
nModifyFlagCheck = MODIFY_CALC_NOTES; nModifyFlagCheck = MODIFY_CALC_NOTES;
break; break;
} }
if ( ( nModifyFlag & MODIFY_FORMULAS ) == 0 ) if ( (nModifyFlag & nModifyFlagCheck) == 0 )
m_pCalcSearchInLB->SelectEntryPos( static_cast<sal_Int32>(pSearchItem->GetCellType()) ); m_pCalcSearchInLB->SelectEntryPos( static_cast<sal_Int32>(pSearchItem->GetCellType()) );
m_pWordBtn->SetText( aCalcStr.getToken( 0, '#' ) ); m_pWordBtn->SetText( aCalcStr.getToken( 0, '#' ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment