diff options
author | Thorsten Behrens <thb@documentfoundation.org> | 2015-02-13 17:02:58 +0100 |
---|---|---|
committer | Thorsten Behrens <thb@documentfoundation.org> | 2015-02-14 00:46:15 +0100 |
commit | 3d403f2af2e5b7d26254d45590764f279450fab6 (patch) | |
tree | d0e295f3f915cb36f38ddc335109f77858491665 /sal/util | |
parent | 7f5a0495eb5579101f58d9fec10153486c91a40a (diff) |
Related: tdf#63690 - remove rtl_logfile
This was unused since the earlier cleanup.
Change-Id: Ia56641c4242037a0ce501e43939b8dc862499f0e
Diffstat (limited to 'sal/util')
-rw-r--r-- | sal/util/sal.map | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map index 6acd9c44470e..bca9c880e044 100644 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -500,7 +500,6 @@ UDK_3_0_0 { rtl_addUnloadingListener; rtl_removeUnloadingListener; - rtl_logfile_trace; osl_getProcessLocale; osl_setProcessLocale; local: @@ -546,7 +545,6 @@ UDK_3.3 { osl_setCommandArgs; rtl_uStringbuffer_insertUtf32; rtl_ustr_ascii_compareIgnoreAsciiCase_WithLengths; - rtl_logfile_longTrace; rtl_ustr_asciil_reverseEquals_WithLength; } UDK_3.2; @@ -608,7 +606,6 @@ 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; |