diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 13:10:56 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 13:10:56 +0000 |
commit | 6e380aa47ef0ca91fe81ce12771e6999d6dfa37c (patch) | |
tree | afd34986db417395136c2d1fa77cc3f9dd7676c1 /framework/inc/xml | |
parent | 4dfc76ac1229789e3dfb1a2ed420ac72e09c5243 (diff) |
INTEGRATION: CWS ooo20040704 (1.2.58); FILE MERGED
2004/07/19 05:50:45 svesik 1.2.58.3: RESYNC: (1.2-1.3); FILE MERGED
2004/07/02 10:21:15 cmc 1.2.58.2: #i30891# revert header and namespace change
2004/06/28 12:23:42 cmc 1.2.58.1: #i30801 allow using system stl if possible
Diffstat (limited to 'framework/inc/xml')
-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 7932fa25c9c4..1905f3f47d32 100644 --- a/framework/inc/xml/toolboxdocumenthandler.hxx +++ b/framework/inc/xml/toolboxdocumenthandler.hxx @@ -2,9 +2,9 @@ * * $RCSfile: toolboxdocumenthandler.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-07-06 16:55:36 $ + * last change: $Author: rt $ $Date: 2004-09-08 14:10:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,9 +94,7 @@ #include <cppuhelper/weak.hxx> #endif -#ifndef __SGI_STL_HASH_MAP #include <hash_map> -#endif #ifndef __FRAMEWORK_STDTYPES_H_ #include <stdtypes.h> |