diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 12:45:12 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 12:45:12 +0000 |
commit | 2b467d25561de175b110a21b5e483f6cf1b44cd9 (patch) | |
tree | 971ff03715f076f7fcb1280bb72ea27e873fbcfc /testshl2 | |
parent | e4d362ff10a598613c6800c27c4e369afbc81c11 (diff) |
INTEGRATION: CWS qadev31b (1.22.34); FILE MERGED
2008/07/03 12:42:39 lla 1.22.34.2: RESYNC: (1.22-1.24); FILE MERGED
2008/02/27 15:25:24 lla 1.22.34.1: #i86509# cleanups, headers are moved to inc/testshl
Diffstat (limited to 'testshl2')
-rw-r--r-- | testshl2/source/testshl.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testshl2/source/testshl.cxx b/testshl2/source/testshl.cxx index fe32b3d1bf98..bf44b3c4572f 100644 --- a/testshl2/source/testshl.cxx +++ b/testshl2/source/testshl.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: testshl.cxx,v $ - * $Revision: 1.24 $ + * $Revision: 1.25 $ * * This file is part of OpenOffice.org. * @@ -40,7 +40,7 @@ #endif #ifdef WNT -# include "winstuff.hxx" +# include "testshl/winstuff.hxx" #endif #include <iostream> @@ -50,11 +50,11 @@ #include <rtl/string.hxx> // #include <rtl/tres.h> -#include "autoregisterhelper.hxx" +#include "testshl/autoregisterhelper.hxx" // #include "cmdlinebits.hxx" -#include "log.hxx" -#include "filehelper.hxx" -#include "getopt.hxx" +#include "testshl/log.hxx" +#include "testshl/filehelper.hxx" +#include "testshl/getopt.hxx" #include "cppunit/result/outputter.hxx" #include "cppunit/joblist.hxx" @@ -266,7 +266,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(, argv) if ( opt.hasOpt("-verbose") ) { - fprintf(stderr, "testshl2 $Revision: 1.24 $\n"); + fprintf(stderr, "testshl2 $Revision: 1.25 $\n"); } if ( opt.hasOpt("-endless")) // this exists only for self test issues |