hwpfilter/source/hwpreader.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 295c7827e03fa02f5ef7fb6dc1c8ddf29d7cde24 Author: Stephan Bergmann <sberg...@redhat.com> Date: Tue Nov 24 13:05:24 2015 +0100 Translate Korean comments ...via translate.google.com, to make file plain ASCII Change-Id: Icbf25074bd92eb1f0fb453f9887b1f1f1ca82b57 diff --git a/hwpfilter/source/hwpreader.cxx b/hwpfilter/source/hwpreader.cxx index 774c329..764f095 100644 --- a/hwpfilter/source/hwpreader.cxx +++ b/hwpfilter/source/hwpreader.cxx @@ -656,7 +656,7 @@ void HwpReader::makeDrawMiscStyle( HWPDrawingObject *hdo ) pList->clear(); rendEl( "draw:gradient"); } - /* í´ì¹ */ + /* hatch */ else if( prop->pattern_type >> 24 & 0x01 ) { int type = prop->pattern_type & 0xffffff; @@ -2430,7 +2430,7 @@ void HwpReader::makeCaptionStyle(FBoxStyle * fstyle) */ void HwpReader::makeFStyle(FBoxStyle * fstyle) { - /* 캡ì exist */ + /* caption exist */ if( ( fstyle->boxtype == 'G' || fstyle->boxtype == 'X' ) && fstyle->cap_len > 0 ) { makeCaptionStyle(fstyle); @@ -3243,7 +3243,7 @@ void HwpReader::makeFieldCode(hchar_string & rStr, FieldCode *hbox) } } - else if( hbox->type[0] == 3 && hbox->type[1] == 2 ) /* ë§ë ë ì§ */ + else if( hbox->type[0] == 3 && hbox->type[1] == 2 ) /* creation date */ { if( hbox->m_pDate ) padd("style:data-style-name", sXML_CDATA,
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits