Kaydet (Commit) 184b8052 authored tarafından Herbert Dürr's avatar Herbert Dürr

#i123964# mark add_to_recently_used_file_list() as DLLPUBLIC

so its symbol can be used for dynamic loading, e.g. in vcl
üst d41f7a0f
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment