INTEGRATION: CWS xmlfix2 (1.5.260); FILE MERGED

2008/05/15 17:21:07 mst 1.5.260.2: RESYNC: (1.5-1.6); FILE MERGED
2008/03/31 15:32:49 mst 1.5.260.1: remove duplicated XAttributeList implementations
- framework/inc/services/attributelist.hxx,
  framework/source/services/attributelist.cxx,
  framework/inc/xml/attributelist.hxx,
  framework/source/xml/attributelist.cxx:
  + removed
- framework/source/xml/makefile.mk, framework/util/makefile.mk:
  + remove attributelist.cxx
- framework/source/xml/{acceleratorconfigurationwriter.cxx,
    eventsdocumenthandler.cxx,imagesdocumenthandler.cxx,
    menudocumenthandler.cxx,saxnamespacefilter.cxx,
    statusbardocumenthandler.cxx,toolboxdocumenthandler.cxx,
    toolboxlayoutdocumenthandler.cxx}
  + use comphelper/attributelist.hxx
This commit is contained in:
Rüdiger Timm
2008-06-06 11:02:40 +00:00
parent 743a397141
commit 3d556b4fac

View File

@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: toolboxlayoutdocumenthandler.cxx,v $
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -40,7 +40,6 @@
#include <threadhelp/resetableguard.hxx>
#include <xml/toolboxlayoutdocumenthandler.hxx>
#include <macros/debug.hxx>
#include <xml/attributelist.hxx>
#include <xml/toolboxconfigurationdefines.hxx>
//_________________________________________________________________________________________________________________