summaryrefslogtreecommitdiff
path: root/psprint/inc
diff options
context:
space:
mode:
authorChristof Pintaske <cp@openoffice.org>2001-07-06 15:11:14 +0000
committerChristof Pintaske <cp@openoffice.org>2001-07-06 15:11:14 +0000
commit1bd09fea1c26c2d491e12ab0c14f86e40139caba (patch)
tree01acb9808d1710b459e87dd106734aa86b925c90 /psprint/inc
parenta21bdc4f4c0ee2b80e5e19275b0580a1ed955fa0 (diff)
#89352# use glyphset technique for type1 fonts as well
Diffstat (limited to 'psprint/inc')
-rw-r--r--psprint/inc/psprint/printergfx.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/psprint/inc/psprint/printergfx.hxx b/psprint/inc/psprint/printergfx.hxx
index 090152fd11fc..6db16a0f69c6 100644
--- a/psprint/inc/psprint/printergfx.hxx
+++ b/psprint/inc/psprint/printergfx.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: printergfx.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: pl $ $Date: 2001-06-08 16:32:28 $
+ * last change: $Author: cp $ $Date: 2001-07-06 16:06:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -343,6 +343,8 @@ public:
sal_Int16 nGlyphs, sal_Int16 nBytes,
const sal_Int32* pDeltaArray = NULL);
void PSComment (const sal_Char* pComment );
+ void LicenceWarning (const Point& rPoint, const sal_Unicode* pStr,
+ sal_Int16 nLen, const sal_Int32* pDeltaArray);
void OnEndPage ();
PrintFontManager& GetFontMgr () { return mrFontMgr; }