summaryrefslogtreecommitdiff
path: root/editeng/source/misc/hangulhanja.cxx
diff options
context:
space:
mode:
authorAlan Du <alan_du22@yahoo.com>2010-10-11 20:39:21 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-10-11 20:39:21 -0400
commit86d85bfd4c3460023c64f4687c1c9533a89aa85c (patch)
tree9b2f959f53eec725747e08d2c9f0b0dae8b38056 /editeng/source/misc/hangulhanja.cxx
parentc91f21eb8e269dd1544ac5e314cd07269743c9b7 (diff)
Removed a lot of the //CHINA001 comments.
Diffstat (limited to 'editeng/source/misc/hangulhanja.cxx')
-rw-r--r--editeng/source/misc/hangulhanja.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/misc/hangulhanja.cxx b/editeng/source/misc/hangulhanja.cxx
index 378ffb705300..1b4d41c5afb0 100644
--- a/editeng/source/misc/hangulhanja.cxx
+++ b/editeng/source/misc/hangulhanja.cxx
@@ -106,7 +106,7 @@ namespace editeng
static StringMap m_aRecentlyUsedList;
// general
- AbstractHangulHanjaConversionDialog* //CHINA001 HangulHanjaConversionDialog*
+ AbstractHangulHanjaConversionDialog*
m_pConversionDialog; // the dialog to display for user interaction
Window* m_pUIParent; // the parent window for any UI we raise
Reference< XMultiServiceFactory >
@@ -344,7 +344,7 @@ namespace editeng
if(pFact)
{
m_pConversionDialog = pFact->CreateHangulHanjaConversionDialog(m_pUIParent, m_ePrimaryConversionDirection );
- DBG_ASSERT(m_pConversionDialog, "Dialogdiet fail!");//CHINA001
+ DBG_ASSERT(m_pConversionDialog, "Dialogdiet fail!");
m_pConversionDialog->EnableRubySupport( m_pAntiImpl->HasRubySupport() );