summaryrefslogtreecommitdiff
path: root/svx/source/dialog/grfflt.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-17 13:38:26 +0200
committerNoel Grandin <noel@peralex.com>2014-03-18 11:27:38 +0200
commitac01de882d368c4d8044361f874edd4b53e33f2b (patch)
tree50b56ce1efa549fec4b69d04ae9f1cd4ecb3ccfe /svx/source/dialog/grfflt.cxx
parent399724aba4b7297a262a775d000ddf4534e38b6c (diff)
sfx2: sal_Bool->bool
Change-Id: I87c5a180566e9da185c2992844e6522e82c17747
Diffstat (limited to 'svx/source/dialog/grfflt.cxx')
-rw-r--r--svx/source/dialog/grfflt.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/svx/source/dialog/grfflt.cxx b/svx/source/dialog/grfflt.cxx
index 84a421b7345b..84971ba6ed99 100644
--- a/svx/source/dialog/grfflt.cxx
+++ b/svx/source/dialog/grfflt.cxx
@@ -50,7 +50,7 @@ sal_uIntPtr SvxGraphicFilter::ExecuteGrfFilterSlot( SfxRequest& rReq, GraphicObj
case( SID_GRFFILTER_INVERT ):
{
if( pShell )
- pShell->SetWaitCursor( sal_True );
+ pShell->SetWaitCursor( true );
if( rGraphic.IsAnimated() )
{
@@ -68,7 +68,7 @@ sal_uIntPtr SvxGraphicFilter::ExecuteGrfFilterSlot( SfxRequest& rReq, GraphicObj
}
if( pShell )
- pShell->SetWaitCursor( sal_False );
+ pShell->SetWaitCursor( false );
}
break;
@@ -89,7 +89,7 @@ sal_uIntPtr SvxGraphicFilter::ExecuteGrfFilterSlot( SfxRequest& rReq, GraphicObj
case( SID_GRFFILTER_SHARPEN ):
{
if( pShell )
- pShell->SetWaitCursor( sal_True );
+ pShell->SetWaitCursor( true );
if( rGraphic.IsAnimated() )
{
@@ -107,14 +107,14 @@ sal_uIntPtr SvxGraphicFilter::ExecuteGrfFilterSlot( SfxRequest& rReq, GraphicObj
}
if( pShell )
- pShell->SetWaitCursor( sal_False );
+ pShell->SetWaitCursor( false );
}
break;
case( SID_GRFFILTER_REMOVENOISE ):
{
if( pShell )
- pShell->SetWaitCursor( sal_True );
+ pShell->SetWaitCursor( true );
if( rGraphic.IsAnimated() )
{
@@ -132,14 +132,14 @@ sal_uIntPtr SvxGraphicFilter::ExecuteGrfFilterSlot( SfxRequest& rReq, GraphicObj
}
if( pShell )
- pShell->SetWaitCursor( sal_False );
+ pShell->SetWaitCursor( false );
}
break;
case( SID_GRFFILTER_SOBEL ):
{
if( pShell )
- pShell->SetWaitCursor( sal_True );
+ pShell->SetWaitCursor( true );
if( rGraphic.IsAnimated() )
{
@@ -157,7 +157,7 @@ sal_uIntPtr SvxGraphicFilter::ExecuteGrfFilterSlot( SfxRequest& rReq, GraphicObj
}
if( pShell )
- pShell->SetWaitCursor( sal_False );
+ pShell->SetWaitCursor( false );
}
break;
@@ -206,7 +206,7 @@ sal_uIntPtr SvxGraphicFilter::ExecuteGrfFilterSlot( SfxRequest& rReq, GraphicObj
case( SID_GRFFILTER_POPART ):
{
if( pShell )
- pShell->SetWaitCursor( sal_True );
+ pShell->SetWaitCursor( true );
if( rGraphic.IsAnimated() )
{
@@ -224,7 +224,7 @@ sal_uIntPtr SvxGraphicFilter::ExecuteGrfFilterSlot( SfxRequest& rReq, GraphicObj
}
if( pShell )
- pShell->SetWaitCursor( sal_False );
+ pShell->SetWaitCursor( false );
}
break;