summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpgrp.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-12-14 14:39:26 +0000
committerChristian Lippka <cl@openoffice.org>2001-12-14 14:39:26 +0000
commitd99419ae357e4d264ae735dd4062083b348afbb2 (patch)
treed1d38a70f830b295882805aac46ce1154324a8c9 /xmloff/source/draw/ximpgrp.cxx
parent0558bea84e8584fd6d025b6fdd844857a77a5f38 (diff)
#95930# import gluepoints
Diffstat (limited to 'xmloff/source/draw/ximpgrp.cxx')
-rw-r--r--xmloff/source/draw/ximpgrp.cxx9
1 files changed, 7 insertions, 2 deletions
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