summaryrefslogtreecommitdiff
path: root/cui/source/factory
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-04-29 14:17:32 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-04-29 14:17:32 +0200
commitaf30e765cb3c15fbc1745d1aa6076dc14e565293 (patch)
tree80fc3034cd8074d0d54220177417567cad81e714 /cui/source/factory
parentc3c79d705d02bda0bc4fe691838a85f83d32e785 (diff)
parenteed1a4cbf0088d8ceb45a1eabfe166226bf17695 (diff)
cws tl78: merge with DEV300 m77
Diffstat (limited to 'cui/source/factory')
-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 );