diff options
author | Jesús Corrius <jesus@softcatala.org> | 2012-04-26 15:50:01 +0200 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2012-04-26 15:50:01 +0200 |
commit | 34fe1bed19e4cf66500d7e7817eb251c42f8f439 (patch) | |
tree | 32f2e19f6c6eb33b4acaf81b74b1e492d0903ff1 /vcl/source | |
parent | eb5f2df4d6f6c215429130b4c27d076f6777e5da (diff) |
Add comment so FontSelectPattern ctor used on Windows is not removed
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/gdi/outdev3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx index adc2bf7736fd..ad45bd1244b7 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 ), |