summaryrefslogtreecommitdiffstats
path: root/hwpfilter/source/mzstring.h
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 17:18:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 17:18:48 +0000
commit6c0cea792438d170cfc00e9835bd3956f34eab91 (patch)
tree2a27c38875491e99c4822c39e87e24458f57c33e /hwpfilter/source/mzstring.h
parentINTEGRATION: CWS dr33 (1.4.6); FILE MERGED (diff)
downloadcore-6c0cea792438d170cfc00e9835bd3956f34eab91.tar.gz
core-6c0cea792438d170cfc00e9835bd3956f34eab91.zip
INTEGRATION: CWS dr33 (1.1.26); FILE MERGED
2005/02/14 13:31:38 dr 1.1.26.1: #i42367# remove non-ASCII characters at end of line, even in comments
Diffstat (limited to 'hwpfilter/source/mzstring.h')
-rw-r--r--hwpfilter/source/mzstring.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwpfilter/source/mzstring.h b/hwpfilter/source/mzstring.h
index 5ad7651cffae..8874b5d04147 100644
--- a/hwpfilter/source/mzstring.h
+++ b/hwpfilter/source/mzstring.h
@@ -2,9 +2,9 @@
*
* $RCSfile: mzstring.h,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dvo $ $Date: 2003-10-15 14:38:07 $
+ * last change: $Author: vg $ $Date: 2005-02-16 18:18:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,7 +196,7 @@ class MzString
void append (const char *s, int n);
void append (const char ch);
-/// ½ºÆ®¸µÀÇ ³¡¿¡¼­ ±ÛÀÚ¸¦ Áö¿î´Ù.
+/** ½ºÆ®¸µÀÇ ³¡¿¡¼­ ±ÛÀÚ¸¦ Áö¿î´Ù. */
MzString &chop(int n = 1);
private: