diff options
author | sj <sj@openoffice.org> | 2010-09-02 18:37:30 +0200 |
---|---|---|
committer | sj <sj@openoffice.org> | 2010-09-02 18:37:30 +0200 |
commit | 324f9a50a4cf7fb0cdbf7ec674263bb54f7d7d6c (patch) | |
tree | 56752a054fe2d0bf669f49cfd79fe40b14c3dae6 /xmloff | |
parent | 0e6f37318dd855bd04e3281435d1af751398c98f (diff) |
impress198: #i114276# fixed problem with the second handle position parameter of the enhancedcustoms
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*) |