summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/gdi/outdev3.cxx2
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 ),