summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeescher.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-12 15:57:10 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:13 +0200
commit4d29e945b9e4504c6ec59141cdba099499520e06 (patch)
tree0a45fcfbf33e58e657e283e8155fefadc5f899be /sc/source/filter/excel/xeescher.cxx
parent3e971c792ce820672baa99562e25d087325e0406 (diff)
sal_Bool->bool
Change-Id: I8f345ec0096aa69a022179f638cb8e6a8a145387
Diffstat (limited to 'sc/source/filter/excel/xeescher.cxx')
-rw-r--r--sc/source/filter/excel/xeescher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xeescher.cxx b/sc/source/filter/excel/xeescher.cxx
index 856b99314af0..4a9fb82b199a 100644
--- a/sc/source/filter/excel/xeescher.cxx
+++ b/sc/source/filter/excel/xeescher.cxx
@@ -1188,7 +1188,7 @@ void XclExpChartObj::WriteChartObj( sax_fastparser::FSHelperPtr pDrawing, XclExp
}
-void XclExpChartObj::WriteShapeTransformation( sax_fastparser::FSHelperPtr pFS, const XShapeRef& rXShape, sal_Bool bFlipH, sal_Bool bFlipV, sal_Int32 nRotation )
+void XclExpChartObj::WriteShapeTransformation( sax_fastparser::FSHelperPtr pFS, const XShapeRef& rXShape, bool bFlipH, bool bFlipV, sal_Int32 nRotation )
{
::com::sun::star::awt::Point aPos = rXShape->getPosition();
::com::sun::star::awt::Size aSize = rXShape->getSize();