diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-03-22 18:17:46 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-03-22 18:17:46 +0100 |
commit | 46aa13222d7abdd2a706a7147f8e920ef96df013 (patch) | |
tree | 1dec0a757c19fac3254e39470052ffe8cf2aa06d /cui/source/factory | |
parent | 94bf193db97db0d4ccf6491f8886fdca44e4b252 (diff) | |
parent | e645ebac252928d38d0694cbc6bbf8fd8b9bfb88 (diff) |
CWS-TOOLING: integrate CWS vcl109
Diffstat (limited to 'cui/source/factory')
-rw-r--r-- | cui/source/factory/init.cxx | 2 |
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 ); |