summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorsj <sj@openoffice.org>2010-07-14 13:47:44 +0200
committersj <sj@openoffice.org>2010-07-14 13:47:44 +0200
commit54fdb7a81218e99dc73afbde861ca192f0b1e23c (patch)
treec75591cf8ef97fbd4a0ceb6b22a5886a90900e53 /xmloff
parent2b74969b50186346b77c1e877db17b89b5eae684 (diff)
impress194: #i109282# applied patch (reading negative enhanced-path parameter)
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/ximpcustomshape.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/draw/ximpcustomshape.cxx b/xmloff/source/draw/ximpcustomshape.cxx
index 5d50cbecba..44625536aa 100644
--- a/xmloff/source/draw/ximpcustomshape.cxx
+++ b/xmloff/source/draw/ximpcustomshape.cxx
@@ -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 ) &&