summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh4.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-17 13:32:34 +0200
committerNoel Grandin <noel@peralex.com>2014-02-18 10:07:58 +0200
commitd858c06847edfbde900e1fc216bd7d7c65eeece2 (patch)
tree182e4040b1e279613ee675c905a6edeee5f183ad /sc/source/ui/docshell/docsh4.cxx
parentd5cca704f55e3e02147171e645af215e4edb22d4 (diff)
sal_Bool->bool
Change-Id: I779608850fc81518c130e6f23d5dd1599a59fa14
Diffstat (limited to 'sc/source/ui/docshell/docsh4.cxx')
-rw-r--r--sc/source/ui/docshell/docsh4.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx
index b0d4d309f4ab..a044962fa5e8 100644
--- a/sc/source/ui/docshell/docsh4.cxx
+++ b/sc/source/ui/docshell/docsh4.cxx
@@ -657,12 +657,12 @@ void ScDocShell::Execute( SfxRequest& rReq )
WinBits(WB_YES_NO | WB_DEF_NO),
ScGlobal::GetRscString( STR_END_REDLINING ) );
if( aBox.Execute() == RET_YES )
- bDo = ExecuteChangeProtectionDialog( NULL, sal_True );
+ bDo = ExecuteChangeProtectionDialog( NULL, true );
else
bDo = false;
}
else // merge might reject some actions
- bDo = ExecuteChangeProtectionDialog( NULL, sal_True );
+ bDo = ExecuteChangeProtectionDialog( NULL, true );
}
if ( !bDo )
{
@@ -1131,7 +1131,7 @@ void UpdateAcceptChangesDialog()
//------------------------------------------------------------------
-bool ScDocShell::ExecuteChangeProtectionDialog( Window* _pParent, sal_Bool bJustQueryIfProtected )
+bool ScDocShell::ExecuteChangeProtectionDialog( Window* _pParent, bool bJustQueryIfProtected )
{
bool bDone = false;
ScChangeTrack* pChangeTrack = aDocument.GetChangeTrack();
@@ -1485,7 +1485,7 @@ bool ScDocShell::AdjustPrintZoom( const ScRange& rRange )
return bChange;
}
-void ScDocShell::PageStyleModified( const OUString& rStyleName, sal_Bool bApi )
+void ScDocShell::PageStyleModified( const OUString& rStyleName, bool bApi )
{
ScDocShellModificator aModificator( *this );
@@ -2218,7 +2218,7 @@ SCTAB ScDocShell::GetCurTab()
return pViewData ? pViewData->GetTabNo() : static_cast<SCTAB>(0);
}
-ScTabViewShell* ScDocShell::GetBestViewShell( sal_Bool bOnlyVisible )
+ScTabViewShell* ScDocShell::GetBestViewShell( bool bOnlyVisible )
{
ScTabViewShell* pViewSh = ScTabViewShell::GetActiveViewShell();
// falsches Doc?