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
commitaf38b9e3fa0d60acb8313cd2e7b161634a04e127 (patch)
treef6e510240cedc211c09bb005a65b893ce8eb1a8e /cui/source/factory/init.cxx
parent59c89deac84fb624c9271c6252e2e9e267ded1a8 (diff)
parentde9bdec4482ee2cdb78cccc382bd1ed58e11e03f (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 77c329287..43891c3fb 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 );