summaryrefslogtreecommitdiff
path: root/cui/source/factory/init.cxx
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-03-22 18:17:46 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-03-22 18:17:46 +0100
commit46aa13222d7abdd2a706a7147f8e920ef96df013 (patch)
tree1dec0a757c19fac3254e39470052ffe8cf2aa06d /cui/source/factory/init.cxx
parent94bf193db97db0d4ccf6491f8886fdca44e4b252 (diff)
parente645ebac252928d38d0694cbc6bbf8fd8b9bfb88 (diff)
CWS-TOOLING: integrate CWS vcl109
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 );