diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:42:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:42:22 +0000 |
commit | ca880441e8a5da995e591e45418be7b6c6810c20 (patch) | |
tree | 9aa40b4f8b67b8a47ff3837b359e386bedda8b4e /framework | |
parent | c0ac7bf327eb9468d0ca9b95e52998929810f36c (diff) |
INTEGRATION: CWS hr33 (1.7.138); FILE MERGED
2006/11/02 18:37:40 hr 1.7.138.2: RESYNC: (1.7-1.8); FILE MERGED
2006/05/03 16:07:03 hr 1.7.138.1: #i55967#: remove not needed STL includes
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/xml/toolboxdocumenthandler.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/framework/inc/xml/toolboxdocumenthandler.hxx b/framework/inc/xml/toolboxdocumenthandler.hxx index 847bfbfc3547..39f0f27203a2 100644 --- a/framework/inc/xml/toolboxdocumenthandler.hxx +++ b/framework/inc/xml/toolboxdocumenthandler.hxx @@ -4,9 +4,9 @@ * * $RCSfile: toolboxdocumenthandler.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-10-13 09:42:26 $ + * last change: $Author: vg $ $Date: 2006-11-22 10:42:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -68,8 +68,6 @@ #include <cppuhelper/weak.hxx> #endif -#include <hash_map> - #ifndef __FRAMEWORK_STDTYPES_H_ #include <stdtypes.h> #endif |