summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-19 10:19:12 +0200
committerNoel Grandin <noel@peralex.com>2014-02-19 13:05:10 +0200
commit11189797891d2b7508c37bcea83bce1b2302b92f (patch)
treebefb24a158cc0709f2d36b02640f4372894a60a5 /sc/source/ui/docshell
parent45441c0a7ff182ba429ca10d7cfa563fc49db1f7 (diff)
sal_Bool->bool
Change-Id: I7e37926fc1e69da2b192a60df3b54807243c646f
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r--sc/source/ui/docshell/docsh5.cxx2
-rw-r--r--sc/source/ui/docshell/olinefun.cxx6
2 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/docshell/docsh5.cxx b/sc/source/ui/docshell/docsh5.cxx
index d8d222e81c01..388c5bfb4a8d 100644
--- a/sc/source/ui/docshell/docsh5.cxx
+++ b/sc/source/ui/docshell/docsh5.cxx
@@ -567,7 +567,7 @@ void ScDocShell::DoConsolidate( const ScConsolidateParam& rParam, bool bRecord )
GetUndoManager()->AddUndoAction(
new ScUndoConsolidate( this, aDestArea, rParam, pUndoDoc,
- sal_True, nInsertCount, pUndoTab, pUndoData ) );
+ true, nInsertCount, pUndoTab, pUndoData ) );
}
else
{
diff --git a/sc/source/ui/docshell/olinefun.cxx b/sc/source/ui/docshell/olinefun.cxx
index 389b398bb878..187637d7ffd5 100644
--- a/sc/source/ui/docshell/olinefun.cxx
+++ b/sc/source/ui/docshell/olinefun.cxx
@@ -115,7 +115,7 @@ bool ScOutlineDocFunc::MakeOutline( const ScRange& rRange, bool bColumns, bool b
rDocShell.GetUndoManager()->AddUndoAction(
new ScUndoMakeOutline( &rDocShell,
nStartCol,nStartRow,nTab,nEndCol,nEndRow,nTab,
- pUndoTab, bColumns, sal_True ) );
+ pUndoTab, bColumns, true ) );
}
if (pDoc->IsStreamValid(nTab))
@@ -465,7 +465,7 @@ bool ScOutlineDocFunc::ShowMarkedOutlines( const ScRange& rRange, bool bRecord )
rDocShell.GetUndoManager()->AddUndoAction(
new ScUndoOutlineBlock( &rDocShell,
nStartCol, nStartRow, nTab, nEndCol, nEndRow, nTab,
- pUndoDoc, pUndoTab, sal_True ) );
+ pUndoDoc, pUndoTab, true ) );
}
// Spalten
@@ -658,7 +658,7 @@ bool ScOutlineDocFunc::ShowOutline( SCTAB nTab, bool bColumns, sal_uInt16 nLevel
rDocShell.GetUndoManager()->AddUndoAction(
new ScUndoDoOutline( &rDocShell,
nStart, nEnd, nTab, pUndoDoc, //! start und end berechnen
- bColumns, nLevel, nEntry, sal_True ) );
+ bColumns, nLevel, nEntry, true ) );
}
pEntry->SetHidden(false);