[Libreoffice-commits] core.git: svx/source

Julien Nabet serval2412 at yahoo.fr
Thu Nov 27 13:48:12 PST 2014


 svx/source/dialog/_bmpmask.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dcbf3ce47400e6f3f0af8900efb96a2718c2a185
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Nov 27 22:47:25 2014 +0100

    svx/_bmpmask sal_Bool -> bool
    
    Change-Id: I1e1a0ea67f2c8656bd98d478a10183312eb76950

diff --git a/svx/source/dialog/_bmpmask.cxx b/svx/source/dialog/_bmpmask.cxx
index c720a73..5570bc8 100644
--- a/svx/source/dialog/_bmpmask.cxx
+++ b/svx/source/dialog/_bmpmask.cxx
@@ -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 )


More information about the Libreoffice-commits mailing list