summaryrefslogtreecommitdiff
path: root/registry/workben
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 15:22:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 15:22:55 +0000
commitb3862260eeb177a9491c7103ee6b6d12d2009e63 (patch)
tree6eaadfaef0e1728e80159d308adb9f352b214d29 /registry/workben
parenta995a9827dea91e4dd455337052f4eb3909fd989 (diff)
INTEGRATION: CWS ooo20030412 (1.1.1.1.58); FILE MERGED
2003/04/01 10:09:08 mh 1.1.1.1.58.1: chg: to standard header includes, #i3557#
Diffstat (limited to 'registry/workben')
-rw-r--r--registry/workben/regtest.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/registry/workben/regtest.cxx b/registry/workben/regtest.cxx
index a39f34fe2c80..fe1980237628 100644
--- a/registry/workben/regtest.cxx
+++ b/registry/workben/regtest.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: regtest.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:18:43 $
+ * last change: $Author: hr $ $Date: 2003-04-28 16:22:55 $
*
* 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 "registry/registry.h"
@@ -72,6 +72,7 @@
#include <rtl/alloc.h>
#endif
+using namespace std;
using namespace rtl;
#if (defined UNX) || (defined OS2)