diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-19 13:48:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-19 13:48:30 +0000 |
commit | 346aa846d0ef911e429bfa3cd4ba03de603f0a40 (patch) | |
tree | 8e369dae5668f8742756b597b8fcb5e0e4a69d17 /sal/qa | |
parent | 77c6dd3193fa02f4b5802465f5b1b13aaddf387e (diff) |
INTEGRATION: CWS qadev16 (1.2.8); FILE MERGED
2004/02/05 10:43:58 lla 1.2.8.1: #114786# wall cleanups
Diffstat (limited to 'sal/qa')
-rwxr-xr-x | sal/qa/osl/file/test_cpy_wrt_file.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/qa/osl/file/test_cpy_wrt_file.cxx b/sal/qa/osl/file/test_cpy_wrt_file.cxx index 8d44a2c2abb0..c77ca72a7fbf 100755 --- a/sal/qa/osl/file/test_cpy_wrt_file.cxx +++ b/sal/qa/osl/file/test_cpy_wrt_file.cxx @@ -2,9 +2,9 @@ * * $RCSfile: test_cpy_wrt_file.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-12-17 17:09:37 $ + * last change: $Author: obo $ $Date: 2004-03-19 14:48:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,7 +71,7 @@ using namespace rtl; #ifdef UNX # define COPY_SOURCE_PATH "/home/tr109510/ucbhelper.cxx" # define COPY_DEST_PATH "/mnt/mercury08/ucbhelper.cxx" -#else if WNT +#else /* if WNT */ # define COPY_SOURCE_PATH "d:\\msvcr70.dll" # define COPY_DEST_PATH "x:\\tra\\msvcr70.dll" #endif @@ -99,7 +99,7 @@ public: //######################################## #ifdef UNX # define WRITE_DEST_PATH "/mnt/mercury08/muell.tmp" -#else if WNT +#else /* if WNT */ # define WRITE_DEST_PATH "d:\\tmp_data.tmp" #endif |