diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-09 13:19:11 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-09 15:56:50 +0000 |
commit | b6a69585b00867005820c1dd94e10e0e6b545e2a (patch) | |
tree | 39c76e48dffcfbadd619cf7dc52bb9def0f85691 /sal/util/sal.map | |
parent | 6851074c8a515ec5a7856d4b744e3425c8829a29 (diff) |
Fold sal_detail_log_backtrace into sal_detail_log
...the latter is LO-privately exported from sal, so it should be OK to add one
more parameter to it.
Change-Id: If6bf3458433aac2cc8b4e0cbd1602306051a777b
Reviewed-on: https://gerrit.libreoffice.org/34080
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal/util/sal.map')
-rw-r--r-- | sal/util/sal.map | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map index b99d5241a7dd..b04487e4d548 100644 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -730,7 +730,6 @@ PRIVATE_1.2 { # LibreOffice 3.5 PRIVATE_1.3 { # LibreOffice 5.4 global: - sal_detail_log_backtrace; sal_detail_log_report; } PRIVATE_1.2; |