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
commit3ff5cbc45f24f6edead8957dd889817d1f4f23b0 (patch)
tree0d9063131164f346e165fa19ccc12dd415baff0c /xmloff
parent444742b5201b4036245348f6232a677038b6f057 (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 9d7856348516..98255edf68d0 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 ) &&