From 28e8649a0c46059da0fa1238f1e237df731f8578 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 18 Feb 2014 13:20:42 +0200 Subject: sal_Bool->bool Change-Id: I0ae11b619d63ebb929ebef985d2824b9d64349f3 --- sc/source/ui/inc/gridwin.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sc/source/ui/inc/gridwin.hxx') diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx index 501a95d68a08..37d42da2f3ab 100644 --- a/sc/source/ui/inc/gridwin.hxx +++ b/sc/source/ui/inc/gridwin.hxx @@ -214,7 +214,7 @@ class ScGridWindow : public Window, public DropTargetHelper, public DragSourceHe void DPMouseMove( const MouseEvent& rMEvt ); void DPMouseButtonUp( const MouseEvent& rMEvt ); - void DPTestMouse( const MouseEvent& rMEvt, sal_Bool bMove ); + void DPTestMouse( const MouseEvent& rMEvt, bool bMove ); /** * Check if the mouse click is on a field popup button. @@ -226,9 +226,9 @@ class ScGridWindow : public Window, public DropTargetHelper, public DragSourceHe void DPLaunchFieldPopupMenu( const Point& rScrPos, const Size& rScrSize, const ScAddress& rPos, ScDPObject* pDPObj); - void RFMouseMove( const MouseEvent& rMEvt, sal_Bool bUp ); + void RFMouseMove( const MouseEvent& rMEvt, bool bUp ); - void PagebreakMove( const MouseEvent& rMEvt, sal_Bool bUp ); + void PagebreakMove( const MouseEvent& rMEvt, bool bUp ); void UpdateDragRect( bool bShowRange, const Rectangle& rPosRect ); @@ -239,7 +239,7 @@ class ScGridWindow : public Window, public DropTargetHelper, public DragSourceHe void ExecDataSelect( SCCOL nCol, SCROW nRow, const OUString& rStr ); - void ExecPageFieldSelect( SCCOL nCol, SCROW nRow, sal_Bool bHasSelection, const OUString& rStr ); + void ExecPageFieldSelect( SCCOL nCol, SCROW nRow, bool bHasSelection, const OUString& rStr ); bool HasScenarioButton( const Point& rPosPixel, ScRange& rScenRange ); -- cgit