summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/printergfx.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/vcl/printergfx.hxx')
-rw-r--r--vcl/inc/vcl/printergfx.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/vcl/inc/vcl/printergfx.hxx b/vcl/inc/vcl/printergfx.hxx
index 3bb242c802dd..e34a1ce78001 100644
--- a/vcl/inc/vcl/printergfx.hxx
+++ b/vcl/inc/vcl/printergfx.hxx
@@ -6,9 +6,6 @@
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: printergfx.hxx,v $
- * $Revision: 1.19.18.1 $
- *
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -32,6 +29,7 @@
#define _PSPRINT_PRINTERGFX_HXX_
#include "vcl/helper.hxx"
+#include "vcl/sallayout.hxx"
#include "osl/file.hxx"
#include "tools/gen.hxx"
@@ -325,7 +323,7 @@ public:
const sal_Int32* pDeltaArray = NULL);
void drawGlyphs( const Point& rPoint,
- sal_uInt32* pGlyphIds,
+ sal_GlyphId* pGlyphIds,
sal_Unicode* pUnicodes,
sal_Int16 nLen,
sal_Int32* pDeltaArray );
@@ -428,7 +426,7 @@ public:
// for CTL
void DrawGlyphs( const Point& rPoint,
- sal_uInt32* pGlyphIds,
+ sal_GlyphId* pGlyphIds,
sal_Unicode* pUnicodes,
sal_Int16 nLen,
sal_Int32* pDeltaArray );