summaryrefslogtreecommitdiff
path: root/psprint/inc/psprint
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-10-24 14:06:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-10-24 14:06:10 +0000
commite2cb1a6f93faccc5ae61434a6a61552ec96690fb (patch)
treefd25e360fa2f62d594e755d008b7a150addce163 /psprint/inc/psprint
parent2686ba7e23b7f16486e93ccdef4ea1c85b64c7e2 (diff)
INTEGRATION: CWS c07v007_SRC680 (1.17.88); FILE MERGED
2006/09/18 13:27:11 pl 1.17.88.1: #b6449032# workaround for optional strict SO52 backwards compatibility
Diffstat (limited to 'psprint/inc/psprint')
-rw-r--r--psprint/inc/psprint/printergfx.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/psprint/inc/psprint/printergfx.hxx b/psprint/inc/psprint/printergfx.hxx
index 5eb6278a864e..86b71bedac3e 100644
--- a/psprint/inc/psprint/printergfx.hxx
+++ b/psprint/inc/psprint/printergfx.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: printergfx.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:35:07 $
+ * last change: $Author: hr $ $Date: 2006-10-24 15:06:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -274,6 +274,7 @@ private:
fontID getFontSubstitute () const;
fontID getFallbackID () const { return mnFallbackID; }
+ bool mbStrictSO52Compatibility;
public:
/* grahics status update */
void PSSetColor ();
@@ -444,6 +445,9 @@ public:
sal_Unicode* pUnicodes,
sal_Int16 nLen,
sal_Int32* pDeltaArray );
+
+ bool getStrictSO52Compatibility() const;
+ void setStrictSO52Compatibility( bool );
};
} /* namespace psp */