diff options
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 d627eda0988c..17874777c882 100644 --- a/sw/inc/hhcwrp.hxx +++ b/sw/inc/hhcwrp.hxx @@ -50,7 +50,7 @@ class SW_DLLPUBLIC SwHHCWrapper : public editeng::HangulHanjaConversion bool m_bIsDrawObj; bool m_bIsOtherContent; bool m_bStartChk; - bool const m_bIsSelection; ///< true if only the selected text should be converted + bool m_bIsSelection; ///< true if only the selected text should be converted bool m_bStartDone; bool m_bEndDone; |