From d99419ae357e4d264ae735dd4062083b348afbb2 Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Fri, 14 Dec 2001 14:39:26 +0000 Subject: #95930# import gluepoints --- xmloff/source/draw/ximpgrp.cxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'xmloff/source/draw/ximpgrp.cxx') diff --git a/xmloff/source/draw/ximpgrp.cxx b/xmloff/source/draw/ximpgrp.cxx index f9a5a915eee3..678600e163ca 100644 --- a/xmloff/source/draw/ximpgrp.cxx +++ b/xmloff/source/draw/ximpgrp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ximpgrp.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: dvo $ $Date: 2001-06-29 21:07:13 $ + * last change: $Author: cl $ $Date: 2001-12-14 15:39:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,6 +85,7 @@ using namespace ::rtl; using namespace ::com::sun::star; using ::xmloff::token::IsXMLToken; using ::xmloff::token::XML_EVENTS; +using ::xmloff::token::XML_GLUE_POINT; ////////////////////////////////////////////////////////////////////////////// @@ -117,6 +118,10 @@ SvXMLImportContext* SdXMLGroupShapeContext::CreateChildContext( USHORT nPrefix, { pContext = new SdXMLEventsContext( GetImport(), nPrefix, rLocalName, xAttrList, mxShape ); } + else if( nPrefix == XML_NAMESPACE_DRAW && IsXMLToken( rLocalName, XML_GLUE_POINT ) ) + { + addGluePoint( xAttrList ); + } else { // call GroupChildContext function at common ShapeImport -- cgit