You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2014/03/10 13:24:40 UTC

svn commit: r1575922 - /openoffice/trunk/main/vcl/source/glyphs/graphite_adaptors.cxx

Author: hdu
Date: Mon Mar 10 12:24:40 2014
New Revision: 1575922

URL: http://svn.apache.org/r1575922
Log:
#i124394# fix build for freetype>=2.51 headers

Modified:
    openoffice/trunk/main/vcl/source/glyphs/graphite_adaptors.cxx

Modified: openoffice/trunk/main/vcl/source/glyphs/graphite_adaptors.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/source/glyphs/graphite_adaptors.cxx?rev=1575922&r1=1575921&r2=1575922&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/source/glyphs/graphite_adaptors.cxx (original)
+++ openoffice/trunk/main/vcl/source/glyphs/graphite_adaptors.cxx Mon Mar 10 12:24:40 2014
@@ -45,7 +45,7 @@
 
 #include <salgdi.hxx>
 
-#include <freetype/ftsynth.h>
+#include <freetype2/ftsynth.h>
 
 // Module
 #include "gcach_ftyp.hxx"