diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:40:15 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:40:15 +0000 |
commit | 3ae9861b0fbcb6f33bcc6acf6abfad5aed082057 (patch) | |
tree | 13bd8b4f3f3de7a1085f660a0abcda3c796bfbc7 /framework | |
parent | 7a429886769f595a0a31037625ecfc9f03613edc (diff) |
INTEGRATION: CWS hr33 (1.5.68); FILE MERGED
2006/05/03 15:48:45 hr 1.5.68.1: #i55967#: remove not needed STL includes
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/classes/propertysethelper.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/framework/inc/classes/propertysethelper.hxx b/framework/inc/classes/propertysethelper.hxx index fd84201f0e16..cd69b08b9e2b 100644 --- a/framework/inc/classes/propertysethelper.hxx +++ b/framework/inc/classes/propertysethelper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: propertysethelper.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2006-02-07 10:23:12 $ + * last change: $Author: vg $ $Date: 2006-11-22 10:40:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,9 +36,6 @@ #ifndef __FRAMEWORK_CLASSES_PROPERTYSETHELPER_HXX_ #define __FRAMEWORK_CLASSES_PROPERTYSETHELPER_HXX_ -#include <hash_map> -#include <vector> - //_________________________________________________________________________________________________________________ // my own includes |