From ca6077be81f65bb1a419d88b575e61f79f68477b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 6 Jun 2008 11:04:57 +0000 Subject: [PATCH] INTEGRATION: CWS xmlfix2 (1.3.128); FILE MERGED 2008/05/15 17:24:05 mst 1.3.128.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/31 15:09:52 mst 1.3.128.1: remove duplicated XAttributeList implementations - configmgr/source/inc/attributelist.hxx, configmgr/source/misc/attributelist.cxx: + removed - configmgr/source/misc/makefile.mk: + remove attributelist.cxx - configmgr/source/xml/elementformatter{.hxx,.cxx}: + use comphelper/attributelist.hxx --- configmgr/source/xml/elementformatter.hxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/configmgr/source/xml/elementformatter.hxx b/configmgr/source/xml/elementformatter.hxx index df71db87409e..9ff92d20ecd4 100644 --- a/configmgr/source/xml/elementformatter.hxx +++ b/configmgr/source/xml/elementformatter.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: elementformatter.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -36,10 +36,12 @@ #include +namespace comphelper { + class AttributeList; +} + namespace configmgr { -// ----------------------------------------------------------------------------- - class AttributeListImpl; // ----------------------------------------------------------------------------- namespace xml { @@ -108,7 +110,7 @@ namespace configmgr private: ElementType::Enum m_aElementType; - rtl::Reference m_xAttributes; + rtl::Reference< ::comphelper::AttributeList> m_xAttributes; }; // -----------------------------------------------------------------------------