[Libreoffice-commits] .: vcl/source

Caolán McNamara caolan at kemper.freedesktop.org
Fri Mar 11 01:58:07 PST 2011


 vcl/source/glyphs/gcach_ftyp.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit b75594502351e91585b923de2e6f22c07b779012
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Mar 11 09:57:56 2011 +0000

    WaE: fix member init order list

diff --git a/vcl/source/glyphs/gcach_ftyp.cxx b/vcl/source/glyphs/gcach_ftyp.cxx
index 2236bad..a6a13da 100644
--- a/vcl/source/glyphs/gcach_ftyp.cxx
+++ b/vcl/source/glyphs/gcach_ftyp.cxx
@@ -329,14 +329,12 @@ FtFontInfo::FtFontInfo( const ImplDevFontAttributes& rDevFontAttributes,
 :
     maFaceFT( NULL ),
     mpFontFile( FtFontFile::FindFontFile( rNativeFileName ) ),
-#ifdef ENABLE_GRAPHITE
-    mpGraphiteFace(NULL),
-#endif
     mnFaceNum( nFaceNum ),
     mnRefCount( 0 ),
     mnSynthetic( nSynthetic ),
 #ifdef ENABLE_GRAPHITE
     mbCheckedGraphite(false),
+    mpGraphiteFace(NULL),
 #endif
     mnFontId( nFontId ),
     maDevFontAttributes( rDevFontAttributes ),


More information about the Libreoffice-commits mailing list