summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/View.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-12 11:52:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-13 07:47:36 +0100
commitfbb6ff11c843feeb591fcdd93b77db7077439ce8 (patch)
treee03b44138b29cd289a52b242e371373565b44eba /sd/source/ui/inc/View.hxx
parent078ee7560d4c7ac3883c0a625023ad22ec8dc326 (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 'sd/source/ui/inc/View.hxx')
-rw-r--r--sd/source/ui/inc/View.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx
index 63b124b33f42..271a8850f707 100644
--- a/sd/source/ui/inc/View.hxx
+++ b/sd/source/ui/inc/View.hxx
@@ -185,9 +185,9 @@ public:
virtual SdrViewContext GetContext() const override;
virtual bool HasMarkablePoints() const override;
- virtual sal_uLong GetMarkablePointCount() const override;
+ virtual sal_Int32 GetMarkablePointCount() const override;
virtual bool HasMarkedPoints() const override;
- virtual sal_uLong GetMarkedPointCount() const override;
+ virtual sal_Int32 GetMarkedPointCount() const override;
virtual bool IsPointMarkable(const SdrHdl& rHdl) const override;
virtual bool MarkPoint(SdrHdl& rHdl, bool bUnmark=false) override;
virtual void CheckPossibilities() override;