summaryrefslogtreecommitdiff
path: root/sal/qa/rtl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:27:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:27:12 +0000
commit7c6f73d5a406a9165f1e842180a672ad4b750939 (patch)
treee39f716a08455f4ad9d4a25eb2a3cf1b79395768 /sal/qa/rtl
parent14e0c4073586caa6865171d6649304dba8bd8f38 (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')
-rw-r--r--sal/qa/rtl/process/child_process_id.cxx7
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 32b0f6f6a..ce30627f4 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 );