summaryrefslogtreecommitdiff
path: root/cui/source/factory/init.cxx
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-05-11 13:45:11 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-05-11 13:45:11 +0200
commit87d4070b9db3c4b8b95459c80f8c34b73e2fcb01 (patch)
tree10881f8a8c4b40b434b4ac086310ebd8ce1b193d /cui/source/factory/init.cxx
parentbbb1428e3666acc7503d86704bbf1e1a4ac04795 (diff)
parenteed1a4cbf0088d8ceb45a1eabfe166226bf17695 (diff)
cws tl80: merge with DEV300 m77
Diffstat (limited to 'cui/source/factory/init.cxx')
-rw-r--r--cui/source/factory/init.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/factory/init.cxx b/cui/source/factory/init.cxx
index bfafd3bfd2bd..19df0ac00e7b 100644
--- a/cui/source/factory/init.cxx
+++ b/cui/source/factory/init.cxx
@@ -36,7 +36,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 );