diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-25 16:20:31 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-25 17:33:29 +0100 |
commit | 476081b19bd71d5c1eb7d82eee4821f099ecde78 (patch) | |
tree | 4fa9e632549472ac80f4e5b530ae70143e9c341c /sal/util/sal.map | |
parent | 89e17604d12bf77308a982107319fdc55f735713 (diff) |
Clean up new toUInt64
Change-Id: Ic908cb5cc9169ab1baae2c1c52070adfb9afba39
Diffstat (limited to 'sal/util/sal.map')
-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 e21ff0a5a384..f2790d506a2e 100644 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -658,6 +658,7 @@ LIBO_UDK_4.1 { # symbols available in >= LibO 4.1 rtl_uString_ensureCapacity; rtl_string_alloc; rtl_uString_alloc; + rtl_str_toUInt64; rtl_str_valueOfUInt64; rtl_ustr_valueOfUInt64; rtl_ustr_toUInt64; |