diff options
author | Matthew J. Francis <mjay.francis@gmail.com> | 2014-08-29 18:18:40 +0800 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-09-01 10:10:42 +0200 |
commit | c369013edb76cd47ef7e8c193a18a57ff165ddfb (patch) | |
tree | 32fcf0402aeeb593ab0165bf180a5681a19c0917 /sw/inc/hhcwrp.hxx | |
parent | 542ae4e06f9f70e328a3e85f1272ead558b36766 (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.hxx | 2 |
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; |