[Libreoffice-commits] .: vcl/source

Jesús Corrius jcorrius at kemper.freedesktop.org
Thu Apr 26 06:51:15 PDT 2012


 vcl/source/gdi/outdev3.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 34fe1bed19e4cf66500d7e7817eb251c42f8f439
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Thu Apr 26 15:50:01 2012 +0200

    Add comment so FontSelectPattern ctor used on Windows is not removed

diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx
index adc2bf7..ad45bd1 100644
--- a/vcl/source/gdi/outdev3.cxx
+++ b/vcl/source/gdi/outdev3.cxx
@@ -2176,7 +2176,7 @@ FontSelectPattern::FontSelectPattern( const Font& rFont,
 }
 
 // -----------------------------------------------------------------------
-
+// NOTE: this ctor is still used on Windows. Do not remove.
 FontSelectPattern::FontSelectPattern( const ImplFontData& rFontData,
     const Size& rSize, float fExactHeight, int nOrientation, bool bVertical )
 :   ImplFontAttributes( rFontData ),


More information about the Libreoffice-commits mailing list