summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/dview.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-15 14:54:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-18 07:14:05 +0100
commit65102921c710651bc11cf357878bd0af76d2dd78 (patch)
tree5d100105afc9dbd80bec4d690e7451c09260c42c /sw/source/core/inc/dview.hxx
parentc576d6490410a1e1d01078473982b920a29f8b91 (diff)
sal_uIntPtr->size_t in ObjOrderChanged
to match the other position parameters used in SdrObject Change-Id: I100f4fb99f902bb6261b5470dd6b5553aefd764d Reviewed-on: https://gerrit.libreoffice.org/46586 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/inc/dview.hxx')
-rw-r--r--sw/source/core/inc/dview.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/dview.hxx b/sw/source/core/inc/dview.hxx
index 94ae194b8f60..aeb1e864fc4f 100644
--- a/sw/source/core/inc/dview.hxx
+++ b/sw/source/core/inc/dview.hxx
@@ -90,8 +90,8 @@ public:
// Override to reuse edit background color in active text edit view (OutlinerView)
virtual void ModelHasChanged() override;
- virtual void ObjOrderChanged( SdrObject* pObj, sal_uLong nOldPos,
- sal_uLong nNewPos ) override;
+ virtual void ObjOrderChanged( SdrObject* pObj, size_t nOldPos,
+ size_t nNewPos ) override;
virtual bool TakeDragLimit(SdrDragMode eMode, tools::Rectangle& rRect) const override;
virtual void MakeVisible( const tools::Rectangle&, vcl::Window &rWin ) override;
virtual void CheckPossibilities() override;