summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/process/rtl_Process_Const.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/rtl/process/rtl_Process_Const.h')
-rw-r--r--sal/qa/rtl/process/rtl_Process_Const.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/qa/rtl/process/rtl_Process_Const.h b/sal/qa/rtl/process/rtl_Process_Const.h
index ebf0b3cb4120..71f4ae7dbb68 100644
--- a/sal/qa/rtl/process/rtl_Process_Const.h
+++ b/sal/qa/rtl/process/rtl_Process_Const.h
@@ -20,7 +20,7 @@
#ifndef _RTL_PROCESS_CONST_H_
#define _RTL_PROCESS_CONST_H_
-//------------------------------------------------------------------------
+
#include <rtl/ustring.hxx>
using namespace ::rtl;
@@ -29,13 +29,13 @@ using namespace ::rtl;
extern "C"
{
#endif
-//------------------------------------------------------------------------
+
::rtl::OUString suParam0(RTL_CONSTASCII_USTRINGPARAM("-join"));
::rtl::OUString suParam1(RTL_CONSTASCII_USTRINGPARAM("-with"));
::rtl::OUString suParam2(RTL_CONSTASCII_USTRINGPARAM("-child"));
::rtl::OUString suParam3(RTL_CONSTASCII_USTRINGPARAM("-process"));
-//------------------------------------------------------------------------
+
#ifdef __cplusplus
}
#endif