summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpbody.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-06-19 13:53:22 +0000
committerChristian Lippka <cl@openoffice.org>2001-06-19 13:53:22 +0000
commit957c694caef0a18b85e1ea73532ae062b6887802 (patch)
treec2e68c141c7cdc28ce0b95da5897d542241d518a /xmloff/source/draw/ximpbody.cxx
parent4955786cd2af7aef46bb44ed733959da1711ef5d (diff)
#87219# fixed glue point api to use ids not index
Diffstat (limited to 'xmloff/source/draw/ximpbody.cxx')
-rw-r--r--xmloff/source/draw/ximpbody.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximpbody.cxx b/xmloff/source/draw/ximpbody.cxx
index fc3e02b1955b..5e2ffd9166bc 100644
--- a/xmloff/source/draw/ximpbody.cxx
+++ b/xmloff/source/draw/ximpbody.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximpbody.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: cl $ $Date: 2001-05-28 13:32:20 $
+ * last change: $Author: cl $ $Date: 2001-06-19 14:53:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -175,6 +175,8 @@ SdXMLDrawPageContext::SdXMLDrawPageContext( SdXMLImport& rImport,
}
}
+ GetImport().GetShapeImport()->startPage( rShapes );
+
uno::Reference< drawing::XDrawPage > xDrawPage(rShapes, uno::UNO_QUERY);
// set an id?
@@ -352,7 +354,7 @@ SvXMLImportContext *SdXMLDrawPageContext::CreateChildContext( USHORT nPrefix,
void SdXMLDrawPageContext::EndElement()
{
SdXMLGenericPageContext::EndElement();
- GetImport().GetShapeImport()->restoreConnections();
+ GetImport().GetShapeImport()->endPage(GetLocalShapesContext());
}
//////////////////////////////////////////////////////////////////////////////