diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-12 11:52:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-13 07:47:36 +0100 |
commit | fbb6ff11c843feeb591fcdd93b77db7077439ce8 (patch) | |
tree | e03b44138b29cd289a52b242e371373565b44eba /include/svx | |
parent | 078ee7560d4c7ac3883c0a625023ad22ec8dc326 (diff) |
sal_uIntPtr->sal_Int32 in SdrMarkView
Change-Id: Iec5c9e45ec753de98142615fdde16f61c393a6e2
Reviewed-on: https://gerrit.libreoffice.org/46311
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdmrkv.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx index 3fba52b0453e..1741f7c8ca38 100644 --- a/include/svx/svdmrkv.hxx +++ b/include/svx/svdmrkv.hxx @@ -305,9 +305,9 @@ public: void SetMarkHdlSizePixel(sal_uInt16 nSiz); virtual bool HasMarkablePoints() const; - virtual sal_uIntPtr GetMarkablePointCount() const; + virtual sal_Int32 GetMarkablePointCount() const; virtual bool HasMarkedPoints() const; - virtual sal_uIntPtr GetMarkedPointCount() const; + virtual sal_Int32 GetMarkedPointCount() const; // There might be points which can't be marked: virtual bool IsPointMarkable(const SdrHdl& rHdl) const; |