[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - vcl/coretext

Tor Lillqvist tml at iki.fi
Thu Jun 20 04:09:11 PDT 2013


 vcl/coretext/salgdi2.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 52ad472c910cd79992a6f22dfa0f914daa4f0af9
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Jun 5 14:58:13 2013 +0300

    Initialise more fields, especially mfFakeDPIScale
    
    Now the iOS app displays the test document successfully again.
    
    Change-Id: I71aeacc50e51a28ba1e8b67c7da42da0c848f997
    (cherry picked from commit 684c875ebecf561bc6726e31a1db9dbbd5fb7850)
    Reviewed-on: https://gerrit.libreoffice.org/4380
    Reviewed-by: Noel Power <noel.power at suse.com>
    Tested-by: Noel Power <noel.power at suse.com>

diff --git a/vcl/coretext/salgdi2.cxx b/vcl/coretext/salgdi2.cxx
index 3d6cc95..e8c4203 100644
--- a/vcl/coretext/salgdi2.cxx
+++ b/vcl/coretext/salgdi2.cxx
@@ -290,7 +290,9 @@ AquaSalGraphics::AquaSalGraphics()
     , mbVirDev( false )
     , mbWindow( false )
 #else
-    : mpMacFontData( NULL )
+    : mrContext( NULL )
+    , mfFakeDPIScale( 1.0 )
+    , mpMacFontData( NULL )
     , mpMacTextStyle( NULL )
     , maTextColor( COL_BLACK )
     , mbNonAntialiasedText( false )


More information about the Libreoffice-commits mailing list