diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-05-13 06:57:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-05-13 06:57:13 +0000 |
commit | a11b1d8ad0388ed1ec39c9c3ffb1fa0308c74e7a (patch) | |
tree | d328def480511d918cc93034fe88eb1cbf24ba07 /xmloff | |
parent | ec79ab63c9347b9dfa6108bebd764d3eb22fbd16 (diff) |
INTEGRATION: CWS sj20 (1.9.16); FILE MERGED
2005/05/10 16:29:38 sj 1.9.16.1: #i48589# fixed incorrect gluepoint mapping
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/ximpcustomshape.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpcustomshape.cxx b/xmloff/source/draw/ximpcustomshape.cxx index 13e701d3841e..7820fd0dfae1 100644 --- a/xmloff/source/draw/ximpcustomshape.cxx +++ b/xmloff/source/draw/ximpcustomshape.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ximpcustomshape.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2005-04-12 16:52:37 $ + * last change: $Author: rt $ $Date: 2005-05-13 07:57:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1129,6 +1129,7 @@ void XMLEnhancedCustomShapeContext::StartElement( const uno::Reference< xml::sax case EAS_glue_points : { sal_Int32 i, nPairs = GetEnhancedParameterPairSequence( maPath, rValue, EAS_GluePoints ); + GetImport().GetShapeImport()->moveGluePointMapping( mrxShape, nPairs ); for ( i = 0; i < nPairs; i++ ) GetImport().GetShapeImport()->addGluePointMapping( mrxShape, i + 4, i + 4 ); } |