summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 13:26:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 13:26:43 +0000
commit57299805a944357784fdeaff522ee22f36477c6e (patch)
tree0916bbd8cc5ce6f7f2d8a8e3f9f1b374f4c4d18a /psprint
parent7dda072aa043c541dee5db95ec29fa3047870620 (diff)
INTEGRATION: CWS vcl13 (1.6.20); FILE MERGED
2003/06/24 12:16:43 pl 1.6.20.1: #i15935# enable multibyte PostScript fonts
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/printergfx/glyphset.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/psprint/source/printergfx/glyphset.hxx b/psprint/source/printergfx/glyphset.hxx
index fed76ed06d6b..12aa2e3060f5 100644
--- a/psprint/source/printergfx/glyphset.hxx
+++ b/psprint/source/printergfx/glyphset.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: glyphset.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 14:24:08 $
+ * last change: $Author: hr $ $Date: 2003-06-30 14:26:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,6 +95,7 @@ private:
rtl::OString maBaseName;
fonttype::type meBaseType;
rtl_TextEncoding mnBaseEncoding;
+ bool mbUseFontEncoding;
typedef std::hash_map< sal_Unicode, sal_uInt8 > char_map_t;
typedef std::list< char_map_t > char_list_t;