From f6e4f736a63512f8dd9aff517fb12b05fb98f55e Mon Sep 17 00:00:00 2001 From: "Philipp Lohmann [pl]" Date: Fri, 22 Jan 2010 13:32:32 +0100 Subject: vcl109: #i108553# add forgotten export statement --- cui/source/factory/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/factory/init.cxx') diff --git a/cui/source/factory/init.cxx b/cui/source/factory/init.cxx index de01a2deb1b3..6655ee834a06 100644 --- a/cui/source/factory/init.cxx +++ b/cui/source/factory/init.cxx @@ -39,7 +39,7 @@ // caution: needs C-Linkage since dynamically loaded via symbol name extern "C" { -bool GetSpecialCharsForEdit(Window* i_pParent, const Font& i_rFont, String& o_rResult) +SAL_DLLPUBLIC_EXPORT bool GetSpecialCharsForEdit(Window* i_pParent, const Font& i_rFont, String& o_rResult) { bool bRet = false; SvxCharacterMap* aDlg = new SvxCharacterMap( i_pParent ); -- cgit v1.2.1