diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:42:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:42:35 +0000 |
commit | 904411944a7e1c076d164fb0a0a58b822f188847 (patch) | |
tree | 750146033723ce865d65a30ad8fd6086e0a4e8ba /framework/test | |
parent | ca880441e8a5da995e591e45418be7b6c6810c20 (diff) |
INTEGRATION: CWS hr33 (1.5.138); FILE MERGED
2006/11/02 18:57:11 hr 1.5.138.2: RESYNC: (1.5-1.6); FILE MERGED
2006/05/03 16:21:04 hr 1.5.138.1: #i55967#: remove not needed STL includes
Diffstat (limited to 'framework/test')
-rw-r--r-- | framework/test/typecfg/typecfg.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/framework/test/typecfg/typecfg.cxx b/framework/test/typecfg/typecfg.cxx index 88ce64087124..82a0a12c9fb4 100644 --- a/framework/test/typecfg/typecfg.cxx +++ b/framework/test/typecfg/typecfg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: typecfg.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-16 14:33:29 $ + * last change: $Author: vg $ $Date: 2006-11-22 10:42:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -96,10 +96,6 @@ #include <rtl/ustrbuf.hxx> #endif -#ifndef __SGI_STL_HASH_MAP -#include <hash_map> -#endif - #include <vcl/event.hxx> #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> |