impress194: #i109282# applied patch (reading negative enhanced-path parameter)

This commit is contained in:
sj 2010-07-14 13:47:44 +02:00
parent 444742b520
commit 3ff5cbc45f

View file

@ -708,6 +708,7 @@ void GetEnhancedPath( std::vector< com::sun::star::beans::PropertyValue >& rDest
case '8' :
case '9' :
case '.' :
case '-' :
{
com::sun::star::drawing::EnhancedCustomShapeParameterPair aPair;
if ( GetNextParameter( aPair.First, nIndex, rValue ) &&