summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorHerbert Duerr [hdu] <duerr@sun.com>2010-08-02 09:02:35 +0200
committerHerbert Duerr [hdu] <duerr@sun.com>2010-08-02 09:02:35 +0200
commitdf927c57ac0c1843d180902eb746a572fdabbc17 (patch)
tree49ea3f4f68335b652fe7ec8b2398fd3b9d455825 /vcl
parent0a9d3dfbb7083398a3950b273bd09d1a8d4ffbcb (diff)
#i113563# fix compile with system-graphite (thanks cmc)
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/glyphs/graphite_layout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/glyphs/graphite_layout.cxx b/vcl/source/glyphs/graphite_layout.cxx
index 2a56d4517e0b..5d971d4bc985 100644
--- a/vcl/source/glyphs/graphite_layout.cxx
+++ b/vcl/source/glyphs/graphite_layout.cxx
@@ -677,7 +677,7 @@ public:
return hash;
};
protected:
- virtual void UniqueCacheInfo(std::wstring & stuFace, bool & fBold, bool & fItalic)
+ virtual void UniqueCacheInfo( ext_std::wstring& stuFace, bool& fBold, bool& fItalic )
{
#ifdef WIN32
dynamic_cast<GraphiteWinFont&>(mrRealFont).UniqueCacheInfo(stuFace, fBold, fItalic);