summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-26 13:50:41 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-26 13:50:41 +0100
commitfebc1161d17c6f6569b9fab98246ad7d6be41221 (patch)
treebf5477309d8715a6f991d3c5c998e4d64a0cebb5 /include
parentre org things a little to quieten coverity warnings (diff)
downloadcore-febc1161d17c6f6569b9fab98246ad7d6be41221.tar.gz
core-febc1161d17c6f6569b9fab98246ad7d6be41221.zip
Clean up use of integer types
Change-Id: Ief9b377b4352796e19797c397e677e9f8397cc53
Diffstat (limited to 'include')
-rw-r--r--include/svx/EnhancedCustomShape2d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/EnhancedCustomShape2d.hxx b/include/svx/EnhancedCustomShape2d.hxx
index 26a9c86246cb..6d092febb635 100644
--- a/include/svx/EnhancedCustomShape2d.hxx
+++ b/include/svx/EnhancedCustomShape2d.hxx
@@ -132,7 +132,7 @@ class SVX_DLLPUBLIC EnhancedCustomShape2d : public SfxItemSet
SAL_DLLPRIVATE Point GetPoint( const css::drawing::EnhancedCustomShapeParameterPair&,
const bool bScale = true, const bool bReplaceGeoSize = false ) const;
- SAL_DLLPRIVATE void CreateSubPath( sal_uInt16& rSrcPt, sal_uInt16& rSegmentInd, std::vector< SdrPathObj* >& rObjectList,
+ SAL_DLLPRIVATE void CreateSubPath( sal_Int32& rSrcPt, sal_Int32& rSegmentInd, std::vector< SdrPathObj* >& rObjectList,
bool bLineGeometryNeededOnly, bool bSortFilledObjectsToBack,
sal_Int32 nIndex );
SAL_DLLPRIVATE SdrObject* CreatePathObj( bool bLineGeometryNeededOnly );