diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-07-31 15:32:08 +0200 |
---|---|---|
committer | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-07-31 16:02:08 +0200 |
commit | 7cfd6db1ff785bc86125655102d4b13d0d58f792 (patch) | |
tree | e9363d6b19245b66c8e8e2034d56357b72631c66 /include/osl | |
parent | 68969cc61adecac481ae9656978ef952f435b310 (diff) |
Add @since to osl_areCommandArgsSet.
Change-Id: Ib2d033f975a9b5bf7b667fd80e495d8f043faff0
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osl/process.h b/include/osl/process.h index 7fb619f4ccab..876919a9e834 100644 --- a/include/osl/process.h +++ b/include/osl/process.h @@ -368,6 +368,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getCommandArg( /** Determine whether or not the command args have already been set. @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); |