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
commit4f18ab4797b82169e82b69acef6b20c5285044bb (patch)
tree4cabcc305ab687256ccfe71c673ae21edd760ae8 /xmloff/source/draw/ximpgrp.cxx
parent92ee7f4f95827f34e2d07272b44c5768e75c1c18 (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 e9ee627ad2..3fb424b9a7 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