summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-04 15:52:03 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-04 15:56:17 +0100
commit0a40d6c3abba6f005e1b7806919e5169e032f985 (patch)
tree8989e7a614024d90d43255b65d7ea8a73b29dbe2 /include/osl
parent7fbfc12474b85b31c9d120898fff6e226d76d662 (diff)
[API CHANGE] Remove osl_setCommandArgs
...it was added late in the LO 3.3 cycle apparently by error. While this is strictly speaking an incompatible change, no client code should ever have called this deprecated, internal functionality anyway. An aborting stub is left in place for soname stability. Change-Id: Ibbc96ccf76a07a80d732a0713c95ff7b6bf1e528
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/process.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/osl/process.h b/include/osl/process.h
index 205e6da1692c..712bb0bd2f82 100644
--- a/include/osl/process.h
+++ b/include/osl/process.h
@@ -366,15 +366,6 @@ SAL_DLLPUBLIC sal_uInt32 SAL_CALL osl_getCommandArgCount(void);
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
-*/
-SAL_DLLPUBLIC int SAL_CALL osl_areCommandArgsSet (void);
-
/** Set the command-line arguments as passed to the main-function of this process.
Deprecated: This function is only for internal use. Passing the args from main will