summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpgrp.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-13 07:10:44 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-13 07:10:44 +0000
commitd3f6a2efe41177104fa61fb9d8bfa1a54466cbc5 (patch)
treeb5783b58d5bf39c26d953740cbabb3a7ffce159a /xmloff/source/draw/ximpgrp.cxx
parentfe21223dff3c398e93d8a258db43098ec2e17916 (diff)
INTEGRATION: CWS oasis (1.10.178); FILE MERGED
2004/05/28 16:37:58 mib 1.10.178.1: - #i20153#: Events
Diffstat (limited to 'xmloff/source/draw/ximpgrp.cxx')
-rw-r--r--xmloff/source/draw/ximpgrp.cxx8
1 files changed, 4 insertions, 4 deletions
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 );
}