summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/imagemgr.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-01-29 14:50:58 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-01-29 14:50:58 +0000
commitd108983d1e79cdfe537417dfe42d7f8c29e7cd81 (patch)
tree780a7b94d073244075ba0181380aabeb200b5c5b /sfx2/source/appl/imagemgr.cxx
parent10d957096288007092279acd3312c21d71235a16 (diff)
INTEGRATION: CWS cppuhelpshrink (1.17.114); FILE MERGED
2006/12/22 14:37:20 mmeeks 1.17.114.1: #i72766# save memory in cppuhelper, using a vector instead of a hash_map
Diffstat (limited to 'sfx2/source/appl/imagemgr.cxx')
-rw-r--r--sfx2/source/appl/imagemgr.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/appl/imagemgr.cxx b/sfx2/source/appl/imagemgr.cxx
index f8dc47908371..4303fa57d9f6 100644
--- a/sfx2/source/appl/imagemgr.cxx
+++ b/sfx2/source/appl/imagemgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: imagemgr.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 16:18:03 $
+ * last change: $Author: rt $ $Date: 2007-01-29 15:50:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -75,6 +75,8 @@
#include "objsh.hxx"
#include "docfac.hxx"
+#include <hash_map>
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::frame;
using namespace ::com::sun::star::lang;