summaryrefslogtreecommitdiff
path: root/vcl/generic/print/glyphset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/generic/print/glyphset.hxx')
-rw-r--r--vcl/generic/print/glyphset.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/vcl/generic/print/glyphset.hxx b/vcl/generic/print/glyphset.hxx
index 0225109c7dd8..7a65b64610f7 100644
--- a/vcl/generic/print/glyphset.hxx
+++ b/vcl/generic/print/glyphset.hxx
@@ -65,23 +65,23 @@ private:
sal_Int32 nGlyphSetID);
sal_Bool GetCharID (sal_Unicode nChar,
- sal_uChar* nOutGlyphID, sal_Int32* nOutGlyphSetID);
+ unsigned char* nOutGlyphID, sal_Int32* nOutGlyphSetID);
sal_Bool LookupCharID (sal_Unicode nChar,
- sal_uChar* nOutGlyphID, sal_Int32* nOutGlyphSetID);
+ unsigned char* nOutGlyphID, sal_Int32* nOutGlyphSetID);
sal_Bool AddCharID (sal_Unicode nChar,
- sal_uChar* nOutGlyphID,
+ unsigned char* nOutGlyphID,
sal_Int32* nOutGlyphSetID);
sal_Bool GetGlyphID (sal_uInt32 nGlyph, sal_Unicode nUnicode,
- sal_uChar* nOutGlyphID, sal_Int32* nOutGlyphSetID);
+ unsigned char* nOutGlyphID, sal_Int32* nOutGlyphSetID);
sal_Bool LookupGlyphID (sal_uInt32 nGlyph,
- sal_uChar* nOutGlyphID, sal_Int32* nOutGlyphSetID);
+ unsigned char* nOutGlyphID, sal_Int32* nOutGlyphSetID);
sal_Bool AddGlyphID (sal_uInt32 nGlyph, sal_Unicode nUnicode,
- sal_uChar* nOutGlyphID,
+ unsigned char* nOutGlyphID,
sal_Int32* nOutGlyphSetID);
void AddNotdef (char_map_t &rCharMap);
void AddNotdef (glyph_map_t &rGlyphMap);
- sal_uChar GetAnsiMapping (sal_Unicode nUnicodeChar);
- sal_uChar GetSymbolMapping (sal_Unicode nUnicodeChar);
+ unsigned char GetAnsiMapping (sal_Unicode nUnicodeChar);
+ unsigned char GetSymbolMapping (sal_Unicode nUnicodeChar);
void ImplDrawText (PrinterGfx &rGfx, const Point& rPoint,
const sal_Unicode* pStr, sal_Int16 nLen);