Kaydet (Commit) af09cddd authored tarafından Andras Timar's avatar Andras Timar

build fix

Change-Id: I4cfc98bc7bb12b0f327a2b575dfea49483ce6519
üst 79f97ee0
......@@ -2170,7 +2170,7 @@ IMPL_LINK( SVGFilter, CalcFieldHdl, EditFieldInfo*, pInfo )
if( !mCreateOjectsCurrentMasterPage.is() )
{
OSL_FAIL( "error: !mCreateOjectsCurrentMasterPage.is()" );
return;
return 0;
}
bool bHasCharSetMap = !( mTextFieldCharSets.find( mCreateOjectsCurrentMasterPage ) == mTextFieldCharSets.end() );
......
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