summaryrefslogtreecommitdiff
path: root/framework/inc/uiconfiguration
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-22 09:41:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-22 09:41:06 +0000
commitd84b200ac05c9a00757ce68b195a55a20e7805df (patch)
treeb50bf2a5b50c0cb712270f9225f71db042a1c2a6 /framework/inc/uiconfiguration
parent9497391b8cffbc2818eee72ff53b4735ed03e0f9 (diff)
INTEGRATION: CWS hr33 (1.3.138); FILE MERGED
2006/05/03 15:55:41 hr 1.3.138.1: #i55967#: remove not needed STL includes
Diffstat (limited to 'framework/inc/uiconfiguration')
-rw-r--r--framework/inc/uiconfiguration/graphicnameaccess.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/framework/inc/uiconfiguration/graphicnameaccess.hxx b/framework/inc/uiconfiguration/graphicnameaccess.hxx
index d6ac6174af6f..6a829e6c1e01 100644
--- a/framework/inc/uiconfiguration/graphicnameaccess.hxx
+++ b/framework/inc/uiconfiguration/graphicnameaccess.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: graphicnameaccess.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:39:15 $
+ * last change: $Author: vg $ $Date: 2006-11-22 10:41:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,8 +55,6 @@
#include <cppuhelper/implbase1.hxx>
#endif
-#include <hash_map>
-
namespace framework
{
class GraphicNameAccess : public ::cppu::WeakImplHelper1< ::com::sun::star::container::XNameAccess >