diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-09-08 15:18:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-09-08 15:18:13 +0000 |
commit | 91c532b4a8a559634832895615193c3a4d9641b6 (patch) | |
tree | 0b75ca434a8f6651880465ff6cc705d843bac03d /sal/util | |
parent | 20a9398bfc3f5b68c79edc9c16b1a2260ba32228 (diff) |
INTEGRATION: CWS getfilesize1 (1.47.44); FILE MERGED
2004/08/24 13:08:33 cmc 1.47.44.1: #i33340# as discussed with MHU add an explicit osl_getFileSize function to mirror osl_setFileSize as an alternative to seeking to end of files and back to get their length
Diffstat (limited to 'sal/util')
-rwxr-xr-x | 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 f87310b0c47a..8633f8bdaa2a 100755 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -524,6 +524,7 @@ UDK_3.3 { rtl_cipher_encodeARCFOUR; rtl_cipher_destroyARCFOUR; rtl_digest_rawMD5; + osl_getFileSize; rtl_uStringbuffer_insertUtf32; rtl_ustr_ascii_compareIgnoreAsciiCase_WithLengths; } UDK_3.2; |