diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-07 23:28:14 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-07 23:28:14 +1000 |
commit | a3c5ed4918d1320ac8fae18debe4d025a26455b4 (patch) | |
tree | dbfadd46890b580dfcc75c642d1a89880d18a2c5 /vcl/source/gdi | |
parent | e6997a8e40325903c857eb3c83c8da530a3b7bc9 (diff) |
Minor change to comment in print2.cxx
Change-Id: Iacf42f6f4ae873a9af6fc60687f54549fa3774c0
Diffstat (limited to 'vcl/source/gdi')
-rw-r--r-- | vcl/source/gdi/print2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |