diff options
author | Thorsten Behrens <thb@documentfoundation.org> | 2015-02-16 17:22:14 +0100 |
---|---|---|
committer | Thorsten Behrens <thb@documentfoundation.org> | 2015-02-16 23:26:55 +0100 |
commit | 5818dd94599540196072955b5987671f7f7d5a44 (patch) | |
tree | d94cf695962eb7cbdaeda86ba32d3dcf0c2772d1 /sal/util/sal.map | |
parent | 6b3aa0fe4094e87290bd33a30bd6cd99ee78ce38 (diff) |
Related: tdf#63690 - add stubs for removed rtl_logfile functions.
This fixes up 3d403f2af2e5b7d26254d45590764f279450fab6, by not
removing public API.
Change-Id: I60a4b7284661238bdf32a1600f27a7e507c5374a
Diffstat (limited to 'sal/util/sal.map')
-rw-r--r-- | sal/util/sal.map | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map index bca9c880e044..6acd9c44470e 100644 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -500,6 +500,7 @@ UDK_3_0_0 { rtl_addUnloadingListener; rtl_removeUnloadingListener; + rtl_logfile_trace; osl_getProcessLocale; osl_setProcessLocale; local: @@ -545,6 +546,7 @@ UDK_3.3 { osl_setCommandArgs; rtl_uStringbuffer_insertUtf32; rtl_ustr_ascii_compareIgnoreAsciiCase_WithLengths; + rtl_logfile_longTrace; rtl_ustr_asciil_reverseEquals_WithLength; } UDK_3.2; @@ -606,6 +608,7 @@ UDK_3.9 { # OOo 3.1 UDK_3.10 { # OOo 3.2 global: + rtl_logfile_hasLogFile; rtl_math_erf; rtl_math_erfc; rtl_math_asinh; |