From 4a086fca7b0a77c20bc9f1c97507966e2861f3da Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 19 Jan 2012 12:23:23 +0000 Subject: fix SvStream to not require a custom open or lstat method. --- sal/util/sal.map | 2 -- 1 file changed, 2 deletions(-) (limited to 'sal/util') diff --git a/sal/util/sal.map b/sal/util/sal.map index 26c30fc03191..02610f554bd2 100644 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -647,9 +647,7 @@ PRIVATE_textenc.1 { # LibreOffice 3.6 PRIVATE_file.1 { # LibreOffice 3.6 global: - osl_openFilePath; osl_identicalDirectoryItem; - osl_lstatFilePath; osl_getFileOSHandle; }; -- cgit