summaryrefslogtreecommitdiff
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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/view/charttypes/Splines.hxx b/chart2/source/view/charttypes/Splines.hxx
index 0e8206fcade1..4f4d10483f0d 100644
--- a/chart2/source/view/charttypes/Splines.hxx
+++ b/chart2/source/view/charttypes/Splines.hxx
@@ -46,13 +46,13 @@ public:
static void CalculateCubicSplines(
const ::com::sun::star::drawing::PolyPolygonShape3D& rPoints
, ::com::sun::star::drawing::PolyPolygonShape3D& rResult
- , sal_Int32 nGranularity );
+ , sal_uInt32 nGranularity );
static void CalculateBSplines(
const ::com::sun::star::drawing::PolyPolygonShape3D& rPoints
, ::com::sun::star::drawing::PolyPolygonShape3D& rResult
- , sal_Int32 nGranularity
- , sal_Int32 nSplineDepth );
+ , sal_uInt32 nGranularity
+ , sal_uInt32 nSplineDepth );
};