summaryrefslogtreecommitdiff
path: root/chart2/source/view/inc/Clipping.hxx
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2004-01-23 13:48:24 +0000
committerIngrid Halama <iha@openoffice.org>2004-01-23 13:48:24 +0000
commit3bf10ad3c85f6bfb01d9bf34f16bfc3cb3cbc3da (patch)
tree692ebb2e3617ad37fe602f8d292f598ba389c9a2 /chart2/source/view/inc/Clipping.hxx
parentfa489b7cfcae13944309306d3451c4131ac0d89c (diff)
integrated net chart
Diffstat (limited to 'chart2/source/view/inc/Clipping.hxx')
-rw-r--r--chart2/source/view/inc/Clipping.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/source/view/inc/Clipping.hxx b/chart2/source/view/inc/Clipping.hxx
index b716f33a1..fc37360fc 100644
--- a/chart2/source/view/inc/Clipping.hxx
+++ b/chart2/source/view/inc/Clipping.hxx
@@ -36,7 +36,8 @@ public:
static void clipPolygonAtRectangle(
const ::com::sun::star::drawing::PolyPolygonShape3D& rPolygon
, const DoubleRectangle& rRectangle
- , ::com::sun::star::drawing::PolyPolygonShape3D& aResult );
+ , ::com::sun::star::drawing::PolyPolygonShape3D& aResult
+ , bool bSplitPiecesToDifferentPolygons = true );
};
//.............................................................................