summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpnote.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-12-11 07:00:05 +0000
committerChristian Lippka <cl@openoffice.org>2000-12-11 07:00:05 +0000
commit6476232132cdca5cbc89ca3acea90a03c4fdcef8 (patch)
treec747f88da01bc145b0a10b6df25c06fcf6a6984f /xmloff/source/draw/ximpnote.cxx
parent43195d1ba76161bb62095e2a42380edccd90ae5e (diff)
#81647# disabled support for connections for beta
Diffstat (limited to 'xmloff/source/draw/ximpnote.cxx')
-rw-r--r--xmloff/source/draw/ximpnote.cxx5
1 files changed, 3 insertions, 2 deletions
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();
}