summaryrefslogtreecommitdiff
path: root/testshl2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 12:44:58 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 12:44:58 +0000
commite4d362ff10a598613c6800c27c4e369afbc81c11 (patch)
tree5d15e2e7dd108f258bc7860ebb82e918354049e9 /testshl2
parent64d0c9b5d221225db3fbda5a422396707d2c42c9 (diff)
INTEGRATION: CWS qadev31b (1.7.18); FILE MERGED
2008/07/03 12:42:34 lla 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2008/02/27 15:25:24 lla 1.7.18.1: #i86509# cleanups, headers are moved to inc/testshl
Diffstat (limited to 'testshl2')
-rw-r--r--testshl2/source/terminate.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/testshl2/source/terminate.cxx b/testshl2/source/terminate.cxx
index 6e6849501e3e..3db99d55d43a 100644
--- a/testshl2/source/terminate.cxx
+++ b/testshl2/source/terminate.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: terminate.cxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -45,7 +45,7 @@
#include <iostream>
#include <string>
-#include "getopt.hxx"
+#include "testshl/getopt.hxx"
#if (defined UNX) || (defined OS2)
#include <unistd.h> /* usleep */
@@ -54,7 +54,7 @@
#endif
#ifdef WNT
-# include "winstuff.hxx"
+# include "testshl/winstuff.hxx"
#endif
using namespace std;
@@ -261,7 +261,7 @@ int _cdecl main( int, char* argv[] )
if ( opt.hasOpt("-version") )
{
- fprintf(stderr, "testshl2_timeout $Revision: 1.8 $\n");
+ fprintf(stderr, "testshl2_timeout $Revision: 1.9 $\n");
exit(0);
}