summaryrefslogtreecommitdiff
path: root/hwpfilter/source/datecode.h
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:52:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:52:12 +0000
commitcb6f4388740d2aa5f6b6df8946561b6e7811749e (patch)
tree366062f033c651d776fa7de267d41628e9c71749 /hwpfilter/source/datecode.h
parentc7d8ee15a2b8dc3a11120e0dc821cfefa093ccb2 (diff)
INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED
2005/10/04 08:26:29 sb 1.2.4.1: #i53898# Merged in lost 1.1.32.1.
Diffstat (limited to 'hwpfilter/source/datecode.h')
-rw-r--r--hwpfilter/source/datecode.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/hwpfilter/source/datecode.h b/hwpfilter/source/datecode.h
index 33aaf7aa4c98..2da5020470f2 100644
--- a/hwpfilter/source/datecode.h
+++ b/hwpfilter/source/datecode.h
@@ -4,9 +4,9 @@
*
* $RCSfile: datecode.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 16:29:47 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:52:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,6 +40,7 @@ static hchar defaultform[] =
{
'1', 0x9165, 32, '2', 0xB6A9, 32, '3', 0xB7A9, 0
};
+#ifdef _DATECODE_WEEK_DEFINES_
static hchar kor_week[] =
{
0xB7A9, 0xB6A9, 0xD1C1, 0xAE81, 0xA1A2, 0x8B71, 0xC9A1
@@ -60,4 +61,5 @@ static const char *en_week[] =
"Sunday", "Monday", "Tuesday", "Wednesday",
"Thursday", "Friday", "Saturday"
};
+#endif //_DATECODE_WEEK_DEFINES_
#endif