diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:27:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:27:12 +0000 |
commit | 4187e3ec8d599ff264b437ea0ae3935ed01bef79 (patch) | |
tree | a8c5bed010b9aa21c368addc0e956ff8c0de8a98 /sal/qa/rtl/process | |
parent | 219ab4972b6b7658662e98b150487ca7aefaba20 (diff) |
INTEGRATION: CWS warnings01 (1.3.94); FILE MERGED
2005/09/23 01:20:29 sb 1.3.94.2: RESYNC: (1.3-1.4); FILE MERGED
2005/09/15 12:35:45 sb 1.3.94.1: #i53898# Fixed previous change.
Diffstat (limited to 'sal/qa/rtl/process')
-rw-r--r-- | sal/qa/rtl/process/child_process_id.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sal/qa/rtl/process/child_process_id.cxx b/sal/qa/rtl/process/child_process_id.cxx index c7643a83bda6..dfdda00f4e58 100644 --- a/sal/qa/rtl/process/child_process_id.cxx +++ b/sal/qa/rtl/process/child_process_id.cxx @@ -4,9 +4,9 @@ * * $RCSfile: child_process_id.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 15:48:45 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:27:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -68,9 +68,8 @@ void printUuid( sal_uInt8 *pNode ) // ----------------------------------- Main ----------------------------------- -SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) +SAL_IMPLEMENT_MAIN_WITH_ARGS(,) { - //printf("# %s is called.\n", argv[0]); sal_uInt8 pTargetUUID[16]; rtl_getGlobalProcessId( pTargetUUID ); printUuid( pTargetUUID ); |