summaryrefslogtreecommitdiff
path: root/sal/util/sal.map
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej.hunt@collabora.com>2014-07-10 12:17:05 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-07-14 10:46:45 +0000
commit8ab5d9ccb68e3785cdcfdfe0bc6abc774d91bc55 (patch)
tree5e7048a8349c4967462a6046be4eabd30548af49 /sal/util/sal.map
parent85ad903b57d1d1362f0d9a64ca3de37606645dee (diff)
Introduce osl_areCommandArgsSet.
We cannot call osl_setCommandArgs twice, however there is currently no way to determine whether or not this has already been done. This is necessary e.g. for LibreOfficeKit where we may also be using UNO separately (and also for unit tests where LO is already set-up prior to the unit test running, and therefore we can't set up osl again from within LOK). Change-Id: Id1f357ef604eb2b6b7814c9a04ac6933a39fd3eb Signed-off-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/10225 Reviewed-by: Matúš Kukan <matus.kukan@collabora.com> Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sal/util/sal.map')
-rw-r--r--sal/util/sal.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index 1d7d491d295a..6acd9c44470e 100644
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -675,6 +675,7 @@ LIBO_UDK_4.3 { # symbols available in >= LibO 4.3
osl_createDirectoryWithFlags;
rtl_allocateAlignedMemory;
rtl_freeAlignedMemory;
+ osl_areCommandArgsSet;
} LIBO_UDK_4.2;
PRIVATE_1.0 {