From c1dafdf6c645b0199a988ed467189e2b18794ce0 Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Tue, 6 Jan 2015 18:35:37 +0100 Subject: sal_uInt16 to size_t Change-Id: Iaf133b811f4182d9cf73cc68c6d01afb1acf2a75 --- sw/inc/fesh.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc') diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 079ef712f8bb..619013adcb62 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -462,7 +462,7 @@ public: /// Set DragMode (e.g. Rotate), but do nothing when frame is selected. void SetDragMode( sal_uInt16 eSdrDragMode ); - sal_uInt16 IsObjSelected() const; ///< @return object count, but doesn't count the objects in groups. + size_t IsObjSelected() const; ///< @return object count, but doesn't count the objects in groups. bool IsObjSelected( const SdrObject& rObj ) const; bool IsObjSameLevelWithMarked(const SdrObject* pObj) const; const SdrMarkList* GetMarkList() const{ return _GetMarkList(); }; -- cgit