summaryrefslogtreecommitdiff
path: root/registry/test
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 15:22:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 15:22:33 +0000
commit2eeff6fd422dbfc79260938f4f2177a5f08306fb (patch)
treef7d9613ce927f6feaceadd01f78d183f0a28fa1b /registry/test
parent5ca6d99ac6a87e1ae3addaeb1663d370fa1b63a1 (diff)
INTEGRATION: CWS ooo20030412 (1.5.48); FILE MERGED
2003/04/01 10:07:31 mh 1.5.48.1: chg: to standard header includes, #i3557#
Diffstat (limited to 'registry/test')
-rw-r--r--registry/test/testregcpp.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/registry/test/testregcpp.cxx b/registry/test/testregcpp.cxx
index 07dd6e406245..f1654c799fb1 100644
--- a/registry/test/testregcpp.cxx
+++ b/registry/test/testregcpp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testregcpp.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-14 09:51:06 $
+ * last change: $Author: hr $ $Date: 2003-04-28 16:22:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,7 @@
*
************************************************************************/
-#include <iostream.h>
+#include <iostream>
#include <stdio.h>
#include <string.h>
@@ -77,6 +77,7 @@
#include <rtl/ustring.hxx>
#endif
+using namespace std;
using namespace rtl;
void test_coreReflection()