summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpfile.h
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-04-20 09:59:32 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-04-20 10:00:01 +0200
commit0db1e713bde4b16604c2f564fdc785ba0b467242 (patch)
tree9ff5c0e35d0056ac7538856741ea0531925d66be /hwpfilter/source/hwpfile.h
parent4393bd096c377897cda0b1199ec19d74f42f6132 (diff)
cpplint: [readability/utf8] Line contains invalid UTF-8
Change-Id: I8052539d86fbda5631b31f3163b1c51666153c8c
Diffstat (limited to 'hwpfilter/source/hwpfile.h')
-rw-r--r--hwpfilter/source/hwpfile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwpfilter/source/hwpfile.h b/hwpfilter/source/hwpfile.h
index a50ad584396e..41e50b72511b 100644
--- a/hwpfilter/source/hwpfile.h
+++ b/hwpfilter/source/hwpfile.h
@@ -187,7 +187,7 @@ class DLLEXPORT HWPFile
* Reads paragraph list of hwp file from HIODev
*/
bool ParaListRead();
-/* ׸ ߰ д´. */
+/* 그림 등의 추가 정보를 읽는다. */
/**
* Reads additional information like embeded image of hwp file from HIODev
*/
@@ -266,7 +266,7 @@ class DLLEXPORT HWPFile
OlePicture *oledata;
private:
-/* hwp ̸ */
+/* hwp 파일 이름 */
int m_nCurrentPage;
int m_nMaxSettedPage;
HIODev *hiodev;
@@ -283,7 +283,7 @@ class DLLEXPORT HWPFile
std::list<EmPicture*> emblist;
std::list<HyperText*> hyperlist;
int currenthyper;
- std::list<ParaShape*> pslist; /* Ÿǽ ʿ */
+ std::list<ParaShape*> pslist; /* 스타오피스의 구조상 필요 */
std::list<CharShape*> cslist;
std::list<FBoxStyle*> fbslist;
std::list<DateCode*> datecodes;