Kaydet (Commit) dcbf3ce4 authored tarafından Julien Nabet's avatar Julien Nabet

svx/_bmpmask sal_Bool -> bool

Change-Id: I1e1a0ea67f2c8656bd98d478a10183312eb76950
üst 8505c797
......@@ -760,7 +760,7 @@ GDIMetaFile SvxBmpMask::ImpMask( const GDIMetaFile& rMtf )
Color pDstCols[4];
sal_uIntPtr pTols[4];
sal_uInt16 nCount = InitColorArrays( pSrcCols, pDstCols, pTols );
sal_Bool pTrans[4];
bool pTrans[4];
// If no color is selected, we copy only the Mtf
if( !nCount )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment