summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-01-16 14:50:12 +0200
committerNoel Grandin <noel@peralex.com>2014-01-17 09:16:50 +0200
commit94e75e3c976653204a44a2eb5aff71caf816bdf4 (patch)
tree84713d79da6d0f1ecabd6bd21d88ba342152cb62 /sc/source/ui/view/viewdata.cxx
parent8843078a1a9a3126d6d90cde5b98b171963446c8 (diff)
sal_Bool->bool
Change-Id: I027b7bd5d1708676521faf7f03f553d2c083f04e
Diffstat (limited to 'sc/source/ui/view/viewdata.cxx')
-rw-r--r--sc/source/ui/view/viewdata.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx
index 8444ce8e10ae..d04714771a00 100644
--- a/sc/source/ui/view/viewdata.cxx
+++ b/sc/source/ui/view/viewdata.cxx
@@ -582,7 +582,7 @@ void ScViewData::SetZoomType( SvxZoomType eNew, std::vector< SCTAB >& tabs )
}
}
-void ScViewData::SetZoomType( SvxZoomType eNew, sal_Bool bAll )
+void ScViewData::SetZoomType( SvxZoomType eNew, bool bAll )
{
std::vector< SCTAB > vTabs; // Empty for all tabs
if ( !bAll ) // get selected tabs
@@ -667,7 +667,7 @@ void ScViewData::SetZoom( const Fraction& rNewX, const Fraction& rNewY, std::vec
RefreshZoom();
}
-void ScViewData::SetZoom( const Fraction& rNewX, const Fraction& rNewY, sal_Bool bAll )
+void ScViewData::SetZoom( const Fraction& rNewX, const Fraction& rNewY, bool bAll )
{
std::vector< SCTAB > vTabs;
if ( !bAll ) // get selected tabs