diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 17:13:50 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 17:13:50 +0000 |
commit | 28471298cddb6e8c386910dcc939b3bebbbb6e1e (patch) | |
tree | a9741b256098eb40153dc767b2884a2214d6ad39 | |
parent | 9fdd437b8a7ac4869b8a4cd2b5c75538f440db31 (diff) |
INTEGRATION: CWS dr33 (1.1.26); FILE MERGED
2005/02/14 13:31:32 dr 1.1.26.1: #i42367# remove non-ASCII characters at end of line, even in comments
-rw-r--r-- | hwpfilter/source/drawdef.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hwpfilter/source/drawdef.h b/hwpfilter/source/drawdef.h index 7c935b27a439..6523c6a6045e 100644 --- a/hwpfilter/source/drawdef.h +++ b/hwpfilter/source/drawdef.h @@ -2,9 +2,9 @@ * * $RCSfile: drawdef.h,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: dvo $ $Date: 2003-10-15 14:34:39 $ + * last change: $Author: vg $ $Date: 2005-02-16 18:13:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,7 +61,7 @@ * ************************************************************************/ -/* NAME $Id: drawdef.h,v 1.1 2003-10-15 14:34:39 dvo Exp $ +/* NAME $Id: drawdef.h,v 1.2 2005-02-16 18:13:50 vg Exp $ * * HISTORY * frog - Jan 11, 1999: Created. @@ -177,9 +177,9 @@ struct RotationProperty */ struct HWPDOProperty { - int line_pstyle; // ߰ - int line_hstyle; // ȭǥ - int line_tstyle; // + int line_pstyle; /* ߰ */ + int line_hstyle; /* ȭǥ */ + int line_tstyle; /* */ DWORD line_color; hunit line_width; DWORD fill_color; |