[PATCH] fix build error

Rob Snelders programming at ertai.nl
Sun Jun 10 23:19:37 PDT 2012


Change-Id: Ie43fb139af5cfd3a4386fb21ad71d1adeb85bd82
---
 vcl/generic/glyphs/gcach_layout.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vcl/generic/glyphs/gcach_layout.cxx b/vcl/generic/glyphs/gcach_layout.cxx
index 40c7a33..5326299 100644
--- a/vcl/generic/glyphs/gcach_layout.cxx
+++ b/vcl/generic/glyphs/gcach_layout.cxx
@@ -234,7 +234,7 @@ const void* IcuFontFromServerFont::getFontTable( LETag nICUTableTag ) const
 #if OSL_DEBUG_LEVEL > 1
     fprintf(stderr,"IcuGetTable(\"%s\") => %p\n", pTagName, pBuffer);
     int mnHeight = mrServerFont.GetFontSelData().mnHeight;
-    const char* pName = mrServerFont.GetFontFileName()->getStr();
+    const char* pName = mrServerFont.GetFontFileName().getStr();
     fprintf(stderr,"font( h=%d, \"%s\" )\n", mnHeight, pName );
 #endif
     return (const void*)pBuffer;
-- 
1.7.9.5


--------------000001050701020400090900--


More information about the LibreOffice mailing list