summaryrefslogtreecommitdiff
path: root/hwpfilter/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 17:14:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 17:14:28 +0000
commit5b3cbe30cbfe6760fff4701c7fd62e5741514c4e (patch)
tree9bc471e4b00c3ae573fd422cce20bcf2352562ac /hwpfilter/source
parent28471298cddb6e8c386910dcc939b3bebbbb6e1e (diff)
INTEGRATION: CWS dr33 (1.1.26); FILE MERGED
2005/02/10 15:46:11 dr 1.1.26.1: #i36782# remove non-ASCII chars from sources
Diffstat (limited to 'hwpfilter/source')
-rw-r--r--hwpfilter/source/fontmap.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/hwpfilter/source/fontmap.cpp b/hwpfilter/source/fontmap.cpp
index 6fcdde25c4e1..b99a003c5a83 100644
--- a/hwpfilter/source/fontmap.cpp
+++ b/hwpfilter/source/fontmap.cpp
@@ -2,9 +2,9 @@
*
* $RCSfile: fontmap.cpp,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dvo $ $Date: 2003-10-15 14:38:55 $
+ * last change: $Author: vg $ $Date: 2005-02-16 18:14:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,12 @@
#include <string.h>
#endif
+// #i42367# prevent MS compiler from using system locale for parsing
+#ifdef _MSC_VER
+#pragma setlocale("C")
+#endif
+
+
struct FontEntry
{
const char *familyname;