summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hwpfilter/source/hwpreader.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwpfilter/source/hwpreader.cxx b/hwpfilter/source/hwpreader.cxx
index 774c3294f278..764f0957d09e 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,