From 2ff2e254f636f3939f83dc5025aa77533c21f662 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 12 Sep 2014 15:41:11 +0200 Subject: chart2: sal_Bool -> bool Change-Id: I8d9802c58950ebe46202c4305b58682f6321531a --- chart2/source/view/main/ShapeFactory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/view/main/ShapeFactory.cxx') diff --git a/chart2/source/view/main/ShapeFactory.cxx b/chart2/source/view/main/ShapeFactory.cxx index 02dc2498e001..7cfef7eac9f4 100644 --- a/chart2/source/view/main/ShapeFactory.cxx +++ b/chart2/source/view/main/ShapeFactory.cxx @@ -976,7 +976,7 @@ uno::Reference< drawing::XShape > , const Stripe& rStripe , const uno::Reference< beans::XPropertySet >& xSourceProp , const tPropertyNameMap& rPropertyNameMap - , sal_Bool bDoubleSided + , bool bDoubleSided , short nRotatedTexture , bool bFlatNormals ) { -- cgit