Author: hdu
Date: Tue Feb  4 12:20:11 2014
New Revision: 1564269

URL: http://svn.apache.org/r1564269
Log:
#i123964# mark add_to_recently_used_file_list() as DLLPUBLIC

so its symbol can be used for dynamic loading, e.g. in vcl

Modified:
    
openoffice/trunk/main/shell/source/unix/sysshell/recently_used_file_handler.cxx

Modified: 
openoffice/trunk/main/shell/source/unix/sysshell/recently_used_file_handler.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/shell/source/unix/sysshell/recently_used_file_handler.cxx?rev=1564269&r1=1564268&r2=1564269&view=diff
==============================================================================
--- 
openoffice/trunk/main/shell/source/unix/sysshell/recently_used_file_handler.cxx 
(original)
+++ 
openoffice/trunk/main/shell/source/unix/sysshell/recently_used_file_handler.cxx 
Tue Feb  4 12:20:11 2014
@@ -494,7 +494,7 @@ namespace /* private */ {
                 </RecentFiles>
 */
 
-extern "C" void add_to_recently_used_file_list(const rtl::OUString& file_url, 
const rtl::OUString& mime_type)
+extern "C" void SAL_DLLPUBLIC_EXPORT add_to_recently_used_file_list( const 
rtl::OUString& file_url, const rtl::OUString& mime_type)
 {
     try
     {


Reply via email to