summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpfile.cxx
diff options
context:
space:
mode:
authorJihui Choi <jihui.choi@gmail.com>2015-06-22 12:56:10 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-07-16 05:35:30 -0500
commit188208d93a5d95e1f5eb39294c5e467d6d53edef (patch)
tree70e2343c2ee432afc507c6fa41c5691eecddf437 /hwpfilter/source/hwpfile.cxx
parent43cf7b9abf1262011b22a7b1a355569585f76b16 (diff)
tdf#91067: Translate Korean comments
Change-Id: Idbee9cb5a1745bb2cc3c4cb1238773da7ff2a0a3 Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'hwpfilter/source/hwpfile.cxx')
-rw-r--r--hwpfilter/source/hwpfile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hwpfile.cxx b/hwpfilter/source/hwpfile.cxx
index d4457a5f1a7f..6f6ea75b4a4c 100644
--- a/hwpfilter/source/hwpfile.cxx
+++ b/hwpfilter/source/hwpfile.cxx
@@ -389,7 +389,7 @@ ColumnDef *HWPFile::GetColumnDef(int num)
else
return 0;
}
-/* @return 인덱스는 1부터 시작한다. */
+/* Index of @return starts from 1 */
int HWPFile::GetPageMasterNum(int page)
{
std::list<ColumnInfo*>::iterator it = columnlist.begin();