summaryrefslogtreecommitdiff
path: root/ure
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-22 09:43:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-22 09:43:11 +0000
commit8401b24ce69032c0e99581873ed89eefb100a8f2 (patch)
treecea6967abadf219b610ffd6a98113ec38f8a8fba /ure
parent7db79d86eca3eeb6db58224ac7a89acc54fbeec6 (diff)
INTEGRATION: CWS hr33 (1.4.12); FILE MERGED
2006/05/02 17:01:26 hr 1.4.12.1: #i55967#: no prefix for STL header please
Diffstat (limited to 'ure')
-rw-r--r--ure/source/uretest/cppmain.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ure/source/uretest/cppmain.cc b/ure/source/uretest/cppmain.cc
index 6a6b5f5c333f..642306949ec0 100644
--- a/ure/source/uretest/cppmain.cc
+++ b/ure/source/uretest/cppmain.cc
@@ -4,9 +4,9 @@
*
* $RCSfile: cppmain.cc,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 10:14:23 $
+ * last change: $Author: vg $ $Date: 2006-11-22 10:43:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,6 +39,7 @@
#include <functional>
#include <memory>
#include <new>
+#include <hash_map>
#include "com/sun/star/lang/XMain.hpp"
#include "com/sun/star/lang/XMultiComponentFactory.hpp"
@@ -63,7 +64,6 @@
#include "rtl/ustring.hxx"
#include "sal/types.h"
#include "salhelper/simplereferenceobject.hxx"
-#include "stl/hash_map"
#include "uno/current_context.hxx"
#include "uno/environment.h"
#include "uno/lbnames.h"