[Libreoffice-commits] core.git: hwpfilter/source
Stephan Bergmann
sbergman at redhat.com
Tue Nov 24 04:06:20 PST 2015
hwpfilter/source/hwpreader.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 295c7827e03fa02f5ef7fb6dc1c8ddf29d7cde24
Author: Stephan Bergmann <sbergman at 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,
More information about the Libreoffice-commits
mailing list