diff options
author | Michael Stahl <mst@openoffice.org> | 2010-10-04 16:47:00 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-10-04 16:47:00 +0200 |
commit | c97ef93a330df8ccdcf72f79ae9f78f4d2ca693a (patch) | |
tree | 3b9b943b278c569539bdd41fcb3d94d2cc8115c6 /xmloff/source/draw | |
parent | b1f1247c08c86e8b6284939f2d9fbc31d218256a (diff) | |
parent | 4856f3fc585169d3135fcb9ea3ff4400b9c93d11 (diff) |
merge DEV300_m89
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/ximpcustomshape.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximpcustomshape.cxx b/xmloff/source/draw/ximpcustomshape.cxx index 98255edf68d0..6f9710392e2a 100644 --- a/xmloff/source/draw/ximpcustomshape.cxx +++ b/xmloff/source/draw/ximpcustomshape.cxx @@ -1247,7 +1247,6 @@ void XMLEnhancedCustomShapeContext::EndElement() { switch( EASGet( pValues->Name ) ) { - case EAS_Position : case EAS_RangeYMinimum : case EAS_RangeYMaximum : case EAS_RangeXMinimum : @@ -1259,6 +1258,8 @@ void XMLEnhancedCustomShapeContext::EndElement() pValues->Value.getValue()), pH ); } break; + + case EAS_Position : case EAS_Polar : { CheckAndResolveEquationParameter( (*((com::sun::star::drawing::EnhancedCustomShapeParameterPair*) |