summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-18 15:43:24 +0200
committerNoel Grandin <noel@peralex.com>2014-02-19 13:05:07 +0200
commit3ee9f196a1992646c097e9da86c931ce4aeb58dd (patch)
treef2a54653f302434c6020ee199ba88b6018ea7b93 /sc
parent215a2d9028ff3cdfe60bb8c9e00172e4458103ce (diff)
sal_Bool->bool
Change-Id: I14854ed1c5e4fe7789a410b6073abef514bb15e6
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/redcom.hxx2
-rw-r--r--sc/source/ui/miscdlgs/redcom.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/redcom.hxx b/sc/source/ui/inc/redcom.hxx
index dd48d92d8fc8..502e389548a0 100644
--- a/sc/source/ui/inc/redcom.hxx
+++ b/sc/source/ui/inc/redcom.hxx
@@ -48,7 +48,7 @@ protected:
public:
ScRedComDialog( Window* pParent, const SfxItemSet& rCoreSet,
- ScDocShell *,ScChangeAction *,sal_Bool bPrevNext = false);
+ ScDocShell *pShell, ScChangeAction *pAction, bool bPrevNext = false);
~ScRedComDialog();
short Execute();
diff --git a/sc/source/ui/miscdlgs/redcom.cxx b/sc/source/ui/miscdlgs/redcom.cxx
index 18411075a7ee..04650ada93e9 100644
--- a/sc/source/ui/miscdlgs/redcom.cxx
+++ b/sc/source/ui/miscdlgs/redcom.cxx
@@ -28,7 +28,7 @@
//------------------------------------------------------------------------
ScRedComDialog::ScRedComDialog( Window* pParent, const SfxItemSet& rCoreSet,
- ScDocShell *pShell,ScChangeAction *pAction,sal_Bool bPrevNext)
+ ScDocShell *pShell, ScChangeAction *pAction, bool bPrevNext)
{
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
if(pFact)