diff options
author | Eike Rathke <erack@redhat.com> | 2016-10-01 12:11:19 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-10-01 22:55:57 +0000 |
commit | 2135eae2a97c17d89cb47a2074830fd2d7b2226f (patch) | |
tree | 6f91d5cdc9ffc0653275b020529848756305b71b /sal/util | |
parent | ec3aabe66bde2c8bdea2c3692ac1c4981c8910a3 (diff) |
let approxEqual() not scale too early for large representable integer values
And since this is now too much code for inline move implementation to math.cxx
Which again made it necessary to give libreofficekit lokdocview.cxx its own
implementation that doesn't even claim to build against sal ...
Change-Id: I0f80be9d9172ee20693b9babde715206f2c3d8c1
Reviewed-on: https://gerrit.libreoffice.org/29428
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sal/util')
-rw-r--r-- | sal/util/sal.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map index d9995e1e4cae..d50752ce31ae 100644 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -704,6 +704,7 @@ LIBO_UDK_5.3 { # symbols available in >= LibO 5.3 rtl_uString_newReplaceFirstAsciiLUtf16L; rtl_uString_newReplaceFirstUtf16LAsciiL; rtl_uString_newReplaceFirstUtf16LUtf16L; + rtl_math_approxEqual; } LIBO_UDK_5.2; PRIVATE_1.0 { |