summaryrefslogtreecommitdiff
path: root/sw/inc/hhcwrp.hxx
diff options
context:
space:
mode:
authorMatthew J. Francis <mjay.francis@gmail.com>2014-08-29 18:18:40 +0800
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-09-01 10:10:42 +0200
commitc369013edb76cd47ef7e8c193a18a57ff165ddfb (patch)
tree32fcf0402aeeb593ab0165bf180a5681a19c0917 /sw/inc/hhcwrp.hxx
parent542ae4e06f9f70e328a3e85f1272ead558b36766 (diff)
fdo#83178 fix Chinese Conversion crash
Reviewed on: https://gerrit.libreoffice.org/11187 Change-Id: Ifa9c7c1a29d7076903e038d3132c635b1143e2d8
Diffstat (limited to 'sw/inc/hhcwrp.hxx')
-rw-r--r--sw/inc/hhcwrp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/hhcwrp.hxx b/sw/inc/hhcwrp.hxx
index df973d0c513b..9ff03b66ca8c 100644
--- a/sw/inc/hhcwrp.hxx
+++ b/sw/inc/hhcwrp.hxx
@@ -27,7 +27,7 @@ class SwWrtShell;
struct SwConversionArgs;
class SwPaM;
-class SwHHCWrapper : public editeng::HangulHanjaConversion
+class SW_DLLPUBLIC SwHHCWrapper : public editeng::HangulHanjaConversion
{
SwView * m_pView;
Window* m_pWin;