diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-19 14:01:33 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-19 14:01:33 +0000 |
commit | 13a752cdbb9e2c1e2c0f922158f03fc70c12245c (patch) | |
tree | 050e47c940f84f196a2ed884af49d3543a5083c7 /sal/util | |
parent | 9f03ad248e2e0151facadee0738a7fa6158743f9 (diff) |
sal: expose a public API for comparing directory items
Windows impl. still pending.
Diffstat (limited to 'sal/util')
-rw-r--r-- | sal/util/sal.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map index 02610f554bd2..1e9753b4845d 100644 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -613,6 +613,7 @@ LIBO_UDK_3.5 { # symbols available in >= LibO 3.5 LIBO_UDK_3.6 { # symbols available in >= LibO 3.6 global: osl_unmapMappedFile; + osl_identicalDirectoryItem; } UDK_3.10; PRIVATE_1.0 { @@ -647,7 +648,6 @@ PRIVATE_textenc.1 { # LibreOffice 3.6 PRIVATE_file.1 { # LibreOffice 3.6 global: - osl_identicalDirectoryItem; osl_getFileOSHandle; }; |