summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-06 11:02:40 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-06 11:02:40 +0000
commit3d556b4fac439e3725c484eba1eb1bf993ae548c (patch)
treed52d235e4b90e4280c0139edc83d9217a79ab21b /framework
parent743a39714110d09d32be8ad6b656f89c720560ef (diff)
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
Diffstat (limited to 'framework')
-rw-r--r--framework/source/xml/toolboxlayoutdocumenthandler.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/source/xml/toolboxlayoutdocumenthandler.cxx b/framework/source/xml/toolboxlayoutdocumenthandler.cxx
index 7c0816cd46d3..5fb9d7677a83 100644
--- a/framework/source/xml/toolboxlayoutdocumenthandler.cxx
+++ b/framework/source/xml/toolboxlayoutdocumenthandler.cxx
@@ -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>
//_________________________________________________________________________________________________________________