diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-09-30 10:28:46 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-09-30 10:28:46 +0200 |
commit | 5884223399e5cc35236880ea8923fecf57ea6a41 (patch) | |
tree | 3ce5e4d7d336d60506acdbc169e5db5381af6059 /xmloff | |
parent | 0b5a8e1e0ced5f609358ea9d562e60e72de45793 (diff) | |
parent | 324f9a50a4cf7fb0cdbf7ec674263bb54f7d7d6c (diff) |
CWS-TOOLING: integrate CWS impress198
Diffstat (limited to 'xmloff')
-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*) |