From 6476232132cdca5cbc89ca3acea90a03c4fdcef8 Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Mon, 11 Dec 2000 07:00:05 +0000 Subject: #81647# disabled support for connections for beta --- xmloff/source/draw/ximpnote.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xmloff/source/draw/ximpnote.cxx') diff --git a/xmloff/source/draw/ximpnote.cxx b/xmloff/source/draw/ximpnote.cxx index 513b7869229a..7c8a92502791 100644 --- a/xmloff/source/draw/ximpnote.cxx +++ b/xmloff/source/draw/ximpnote.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ximpnote.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: cl $ $Date: 2000-11-23 18:27:34 $ + * last change: $Author: cl $ $Date: 2000-12-11 08:00:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -160,6 +160,7 @@ SvXMLImportContext *SdXMLNotesContext::CreateChildContext( USHORT nPrefix, void SdXMLNotesContext::EndElement() { SdXMLGroupShapeContext::EndElement(); + GetImport().GetShapeImport()->restoreConnections(); } -- cgit