diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-12 12:38:09 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-12 12:38:09 +0000 |
commit | a34adb9e956c89a317a06a86948e05622ec4a87a (patch) | |
tree | 678766b58dadae3b129b3d7dbb1104299dba7208 /svx | |
parent | f4435d8a68f9684a59524c49e1fed1b5bc1d4ac0 (diff) |
INTEGRATION: CWS sj21 (1.7.106); FILE MERGED
2005/06/27 09:20:23 sj 1.7.106.1: #i49966# fixed crash (when importing WordArts using custom glue points)
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeEngine.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeEngine.cxx b/svx/source/customshapes/EnhancedCustomShapeEngine.cxx index 0a61da297a2c..02b167e57342 100644 --- a/svx/source/customshapes/EnhancedCustomShapeEngine.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeEngine.cxx @@ -2,9 +2,9 @@ * * $RCSfile: EnhancedCustomShapeEngine.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2005-04-12 16:53:39 $ + * last change: $Author: kz $ $Date: 2005-07-12 13:38:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -394,6 +394,7 @@ REF( com::sun::star::drawing::XShape ) SAL_CALL EnhancedCustomShapeEngine::rende if ( pRenderedShape ) { + aCustomShape2d.ApplyGluePoints( pRenderedShape ); xShape = SvxDrawPage::CreateShapeByTypeAndInventor( pRenderedShape->GetObjIdentifier(), pRenderedShape->GetObjInventor(), pRenderedShape, NULL ); } |