diff options
Diffstat (limited to 'vcl/unx/generic/print/glyphset.hxx')
-rw-r--r-- | vcl/unx/generic/print/glyphset.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/generic/print/glyphset.hxx b/vcl/unx/generic/print/glyphset.hxx index 52f7052bd710..f3599a4e8a89 100644 --- a/vcl/unx/generic/print/glyphset.hxx +++ b/vcl/unx/generic/print/glyphset.hxx @@ -65,12 +65,12 @@ public: GlyphSet (sal_Int32 nFontID, bool bVertical); ~GlyphSet (); - sal_Int32 GetFontID () { return mnFontID;} + sal_Int32 GetFontID () const { return mnFontID;} static OString GetReencodedFontName (rtl_TextEncoding nEnc, const OString &rFontName); - bool IsVertical () { return mbVertical;} + bool IsVertical () const { return mbVertical;} void DrawGlyph (PrinterGfx& rGfx, const Point& rPoint, |