summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-12 15:53:18 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-12 15:53:18 +0000
commitbcd320ea4744372eada857b3c1d123c59fd10827 (patch)
tree0977244b23f0ca66739d2e9f50ffd0dbe47a93d0 /xmloff
parent2c571d468e6d7ebcea5cf919b2b9de7a17ece295 (diff)
INTEGRATION: CWS impress44 (1.103.18); FILE MERGED
2005/04/05 15:05:19 sj 1.103.18.1: #i46652# fixed mapping of enhancedcustomshape glue points
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/ximpshap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index fa608e271f23..9fbce9a5e8be 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximpshap.cxx,v $
*
- * $Revision: 1.103 $
+ * $Revision: 1.104 $
*
- * last change: $Author: obo $ $Date: 2005-03-15 11:19:24 $
+ * last change: $Author: obo $ $Date: 2005-04-12 16:53:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3408,7 +3408,7 @@ SvXMLImportContext* SdXMLCustomShapeContext::CreateChildContext(
{
uno::Reference< beans::XPropertySet > xPropSet( mxShape,uno::UNO_QUERY );
if ( xPropSet.is() )
- pContext = new XMLEnhancedCustomShapeContext( GetImport(), nPrefix, rLocalName, maCustomShapeGeometry );
+ pContext = new XMLEnhancedCustomShapeContext( GetImport(), mxShape, nPrefix, rLocalName, maCustomShapeGeometry );
}
}
// delegate to parent class if no context could be created