From c503a3bad48fa3ddf4c3847900f1516320ac1f4c Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 13 Jul 2004 06:54:52 +0000 Subject: INTEGRATION: CWS oasis (1.2.286); FILE MERGED 2004/05/28 16:40:19 mib 1.2.286.1: - #i20153#: Events --- xmloff/inc/XMLEventImportHelper.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmloff/inc/XMLEventImportHelper.hxx') diff --git a/xmloff/inc/XMLEventImportHelper.hxx b/xmloff/inc/XMLEventImportHelper.hxx index addfb5a6cd41..295e4e1df887 100644 --- a/xmloff/inc/XMLEventImportHelper.hxx +++ b/xmloff/inc/XMLEventImportHelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLEventImportHelper.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dvo $ $Date: 2001-01-23 13:20:03 $ + * last change: $Author: rt $ $Date: 2004-07-13 07:54:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,7 @@ class XMLEventsImportContext; struct XMLEventNameTranslation; typedef ::std::map< ::rtl::OUString, XMLEventContextFactory* > FactoryMap; -typedef ::std::map< ::rtl::OUString, ::rtl::OUString > NameMap; +typedef ::std::map< XMLEventName, ::rtl::OUString > NameMap; typedef ::std::list< NameMap* > NameMapList; -- cgit