diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-21 17:09:32 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-21 17:09:32 +0000 |
commit | 96c2f2bc8093c1dbf729d3d0c4849eefb87b5ce1 (patch) | |
tree | d4717936f45eb873784bb8a16a91a645de68de6b /sal/util | |
parent | 59cefd339d0c3fcde5b614d7f142a957397672d9 (diff) |
android: remove nonsensical write to file buffer during readLine
also expose in-memory file method for unit testing.
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 1e9753b4845d..472ea8f45614 100644 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -649,6 +649,7 @@ PRIVATE_textenc.1 { # LibreOffice 3.6 PRIVATE_file.1 { # LibreOffice 3.6 global: osl_getFileOSHandle; + osl_openMemoryAsFile; }; # Unique libstdc++ symbols: |