summaryrefslogtreecommitdiff
path: root/include/osl/process.h
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej.hunt@collabora.com>2014-07-31 15:34:04 +0200
committerAndrzej Hunt <andrzej.hunt@collabora.com>2014-07-31 16:02:09 +0200
commit41fbe85870d0f83c0f7eb59f6f517500b0323239 (patch)
treefb2bc0b5ed2c16e4c6a49aeb1971ac583d78d021 /include/osl/process.h
parent7cfd6db1ff785bc86125655102d4b13d0d58f792 (diff)
Mark osl_areCommandArgsSet as internal only.
Change-Id: Iac97290738088bd1ce7469ffee773994e7653efc
Diffstat (limited to 'include/osl/process.h')
-rw-r--r--include/osl/process.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osl/process.h b/include/osl/process.h
index 876919a9e834..78a937bacfe9 100644
--- a/include/osl/process.h
+++ b/include/osl/process.h
@@ -367,6 +367,9 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getCommandArg(
sal_uInt32 nArg, rtl_uString **strCommandArg);
/** Determine whether or not the command args have already been set.
+
+ Deprecated: This function is only for internal use
+
@return The command args are already set, and may not be set again.
@since LibreOffice 4.3
*/