[Libreoffice-commits] .: sc/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed Feb 29 06:01:44 PST 2012


 sc/source/ui/view/gridwin4.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2f1ee06df6117d94738df87f9f3cdb159c9389fe
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Feb 29 13:11:11 2012 +0000

    WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'const sal_Bool'

diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx
index c7b258f..ff3e67b 100644
--- a/sc/source/ui/view/gridwin4.cxx
+++ b/sc/source/ui/view/gridwin4.cxx
@@ -1382,7 +1382,7 @@ void ScGridWindow::GetSelectionRects( ::std::vector< Rectangle >& rPixelRects )
     PutInOrder( nY1, nY2 );
 
     sal_Bool bTestMerge = sal_True;
-    sal_Bool bRepeat = sal_True;
+    bool bRepeat = true;
 
     SCCOL nTestX2 = nX2;
     SCROW nTestY2 = nY2;


More information about the Libreoffice-commits mailing list