summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/ShapeFactory.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-12 15:41:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-12 15:41:27 +0200
commit2ff2e254f636f3939f83dc5025aa77533c21f662 (patch)
treeb5bd95fe57b2cb22c76e1e218e9b08751bce468b /chart2/source/view/main/ShapeFactory.cxx
parent1eb4a0472a02beee0a473127e1ee84381b8c230e (diff)
chart2: sal_Bool -> bool
Change-Id: I8d9802c58950ebe46202c4305b58682f6321531a
Diffstat (limited to 'chart2/source/view/main/ShapeFactory.cxx')
-rw-r--r--chart2/source/view/main/ShapeFactory.cxx2
1 files changed, 1 insertions, 1 deletions
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 )
{