From a3c5ed4918d1320ac8fae18debe4d025a26455b4 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Mon, 7 Apr 2014 23:28:14 +1000 Subject: Minor change to comment in print2.cxx Change-Id: Iacf42f6f4ae873a9af6fc60687f54549fa3774c0 --- vcl/source/gdi/print2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/gdi') diff --git a/vcl/source/gdi/print2.cxx b/vcl/source/gdi/print2.cxx index 5ff22c8b3367..4ec833832a3c 100644 --- a/vcl/source/gdi/print2.cxx +++ b/vcl/source/gdi/print2.cxx @@ -667,7 +667,7 @@ bool OutputDevice::RemoveTransparenciesFromMetaFile( const GDIMetaFile& rInMtf, pCurrAct && !bTransparent; pCurrAct = ( (GDIMetaFile&) rInMtf ).NextAction() ) { - // #i10613# determine if the action is a transparency capable + // #i10613# determine if the action is transparency capable // #107169# Also examine metafiles with masked bitmaps in // detail. Further down, this is optimized in such a way -- cgit