From d3f6a2efe41177104fa61fb9d8bfa1a54466cbc5 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 13 Jul 2004 07:10:44 +0000 Subject: INTEGRATION: CWS oasis (1.10.178); FILE MERGED 2004/05/28 16:37:58 mib 1.10.178.1: - #i20153#: Events --- xmloff/source/draw/ximpgrp.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xmloff/source/draw/ximpgrp.cxx') diff --git a/xmloff/source/draw/ximpgrp.cxx b/xmloff/source/draw/ximpgrp.cxx index 9b50f96c6d..cc611d91e4 100644 --- a/xmloff/source/draw/ximpgrp.cxx +++ b/xmloff/source/draw/ximpgrp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ximpgrp.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hjs $ $Date: 2004-06-28 13:52:57 $ + * last change: $Author: rt $ $Date: 2004-07-13 08:10:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,7 @@ using namespace ::rtl; using namespace ::com::sun::star; using ::xmloff::token::IsXMLToken; -using ::xmloff::token::XML_EVENTS; +using ::xmloff::token::XML_EVENT_LISTENERS; using ::xmloff::token::XML_GLUE_POINT; ////////////////////////////////////////////////////////////////////////////// @@ -114,7 +114,7 @@ SvXMLImportContext* SdXMLGroupShapeContext::CreateChildContext( USHORT nPrefix, { SvXMLImportContext* pContext = 0L; - if( nPrefix == XML_NAMESPACE_OFFICE && IsXMLToken( rLocalName, XML_EVENTS ) ) + if( nPrefix == XML_NAMESPACE_OFFICE && IsXMLToken( rLocalName, XML_EVENT_LISTENERS ) ) { pContext = new SdXMLEventsContext( GetImport(), nPrefix, rLocalName, xAttrList, mxShape ); } -- cgit v1.2.3