summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/exctools.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-12 15:16:08 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:09 +0200
commit594b015ae73ded15445be7781eb74145fbff89da (patch)
tree115ac0220c2ac21c3b92c01271bd4bf33ae1cba5 /sc/source/filter/excel/exctools.cxx
parentcd96c954bf766eec6524109a0f0fecde8918d778 (diff)
sal_Bool->bool
Change-Id: I87981ec49e1158452b2c6836fae29e13b6dc9dba
Diffstat (limited to 'sc/source/filter/excel/exctools.cxx')
-rw-r--r--sc/source/filter/excel/exctools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/exctools.cxx b/sc/source/filter/excel/exctools.cxx
index ef068322fcd3..8e26dc58cc4b 100644
--- a/sc/source/filter/excel/exctools.cxx
+++ b/sc/source/filter/excel/exctools.cxx
@@ -229,7 +229,7 @@ ExcScenario::~ExcScenario()
delete pUserName;
}
-void ExcScenario::Apply( const XclImpRoot& rRoot, const sal_Bool bLast )
+void ExcScenario::Apply( const XclImpRoot& rRoot, const bool bLast )
{
ScDocument& r = rRoot.GetDoc();
OUString aSzenName( *pName );