summaryrefslogtreecommitdiffstats
path: root/chart2/source/view/charttypes/Splines.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/charttypes/Splines.hxx')
-rw-r--r--chart2/source/view/charttypes/Splines.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/view/charttypes/Splines.hxx b/chart2/source/view/charttypes/Splines.hxx
index 4f57e05a02c4..3454ee09f379 100644
--- a/chart2/source/view/charttypes/Splines.hxx
+++ b/chart2/source/view/charttypes/Splines.hxx
@@ -32,13 +32,13 @@ class SplineCalculater
{
public:
static void CalculateCubicSplines(
- const ::com::sun::star::drawing::PolyPolygonShape3D& rPoints
- , ::com::sun::star::drawing::PolyPolygonShape3D& rResult
+ const css::drawing::PolyPolygonShape3D& rPoints
+ , css::drawing::PolyPolygonShape3D& rResult
, sal_uInt32 nGranularity );
static void CalculateBSplines(
- const ::com::sun::star::drawing::PolyPolygonShape3D& rPoints
- , ::com::sun::star::drawing::PolyPolygonShape3D& rResult
+ const css::drawing::PolyPolygonShape3D& rPoints
+ , css::drawing::PolyPolygonShape3D& rResult
, sal_uInt32 nGranularity
, sal_uInt32 nSplineDepth );
};