[Libreoffice-commits] .: sc/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed Jan 5 06:50:10 PST 2011


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

New commits:
commit e68ec4b3702a5e761790fd7500b10cfbd0264faa
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Jan 5 14:50:00 2011 +0000

    WaE: C4805 mix of bool and BOOL

diff --git a/sc/source/ui/drawfunc/fudraw.cxx b/sc/source/ui/drawfunc/fudraw.cxx
index 1ae036b..5e6340d 100644
--- a/sc/source/ui/drawfunc/fudraw.cxx
+++ b/sc/source/ui/drawfunc/fudraw.cxx
@@ -100,7 +100,7 @@ void FuDraw::DoModifiers(const MouseEvent& rMEvt)
 //    const ScGridOptions& rGrid = rOpt.GetGridOptions();
 //    BOOL bGridOpt = rGrid.GetUseGridSnap();
 
-    BOOL bOrtho		= bShift;
+    bool bOrtho		= bShift;
     BOOL bAngleSnap	= bShift;
 //    BOOL bGridSnap  = ( bGridOpt != bCtrl );        // andere Snap's nicht unterstuetzt
     BOOL bCenter	= bAlt;


More information about the Libreoffice-commits mailing list