impress196: #i112309# EnhancedCustomShape::parseError not catched on linux platform
This commit is contained in:
parent
34b5697be9
commit
9977adcaf8
1 changed files with 7 additions and 0 deletions
|
@ -2094,6 +2094,13 @@ void ConvertEnhancedCustomShapeEquation( SdrObjCustomShape* pCustoShape,
|
|||
aEquation.nPara[ 0 ] = 1; // hoping that this will not break anything
|
||||
rEquations.push_back( aEquation );
|
||||
}
|
||||
catch ( ... )
|
||||
{
|
||||
EnhancedCustomShapeEquation aEquation; // #i112309# EnhancedCustomShape::Parse error
|
||||
aEquation.nOperation = 0; // not catched on linux platform
|
||||
aEquation.nPara[ 0 ] = 1;
|
||||
rEquations.push_back( aEquation );
|
||||
}
|
||||
rEquationOrder.push_back( rEquations.size() - 1 );
|
||||
}
|
||||
// now updating our old equation indices, they are marked with a bit in the hiword of nOperation
|
||||
|
|
Loading…
Reference in a new issue