diff options
author | Michael Stahl <mst@openoffice.org> | 2010-10-18 13:01:28 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-10-18 13:01:28 +0200 |
commit | 54f461e9f9e2f84e6408cdf0d365de1a64442c0a (patch) | |
tree | 61b1abc21088c775f0efd6caf8b79615da12e6a7 /xmloff/source/draw/ximpcustomshape.cxx | |
parent | 8281fcfc6399d8f9d77bf848fc2ed2bf44321d24 (diff) | |
parent | 0a32cf5fb23d5e46747ec7bdfb2ee69ebc5442f5 (diff) |
sw34bf01: merge fix for #i114999#
Diffstat (limited to 'xmloff/source/draw/ximpcustomshape.cxx')
-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*) |