summaryrefslogtreecommitdiffstats
path: root/hwpfilter/source/hpara.h
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 17:17:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 17:17:03 +0000
commitf523a0c8229497de882038b97d27f89ea699965f (patch)
treeac131d67c09100299a33f43b71b784c304e493b0 /hwpfilter/source/hpara.h
parentINTEGRATION: CWS dr33 (1.2.8); FILE MERGED (diff)
downloadcore-f523a0c8229497de882038b97d27f89ea699965f.tar.gz
core-f523a0c8229497de882038b97d27f89ea699965f.zip
INTEGRATION: CWS dr33 (1.1.26); FILE MERGED
2005/02/14 13:31:35 dr 1.1.26.1: #i42367# remove non-ASCII characters at end of line, even in comments
Diffstat (limited to 'hwpfilter/source/hpara.h')
-rw-r--r--hwpfilter/source/hpara.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/hwpfilter/source/hpara.h b/hwpfilter/source/hpara.h
index 13d2c01b124a..aceebe83b50b 100644
--- a/hwpfilter/source/hpara.h
+++ b/hwpfilter/source/hpara.h
@@ -2,9 +2,9 @@
*
* $RCSfile: hpara.h,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dvo $ $Date: 2003-10-15 14:36:22 $
+ * last change: $Author: vg $ $Date: 2005-02-16 18:17:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,7 +61,7 @@
*
************************************************************************/
-/* $Id: hpara.h,v 1.1 2003-10-15 14:36:22 dvo Exp $ */
+/* $Id: hpara.h,v 1.2 2005-02-16 18:17:03 vg Exp $ */
#ifndef _HWPPARA_H_
#define _HWPPARA_H_
@@ -70,7 +70,7 @@
#include <hwpfile.h>
#include <hinfo.h>
-class HBox;
+struct HBox;
/**
* etc flag
@@ -99,7 +99,7 @@ class HWPPara;
struct LineInfo
{
-//½ÃÀÛÇÏ´Â ±ÛÀÚÀÇ À§Ä¡ : ÄÜÆ®·ÑÀº ¿©·¯ ±æÀ̸¦ °¡Áø´Ù
+/* ½ÃÀÛÇÏ´Â ±ÛÀÚÀÇ À§Ä¡ : ÄÜÆ®·ÑÀº ¿©·¯ ±æÀ̸¦ °¡Áø´Ù */
/**
* Starting character position
*/
@@ -168,7 +168,7 @@ class DLLEXPORT HWPPara
void SetNext(HWPPara *n) { _next = n; };
-// layoutÀ» À§ÇÑ ÇÔ¼ö
+/* layoutÀ» À§ÇÑ ÇÔ¼ö */
/**
* Get line information of given line
*/