diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-01-06 18:35:37 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-01-07 21:04:32 +0100 |
commit | c1dafdf6c645b0199a988ed467189e2b18794ce0 (patch) | |
tree | 48620d1d09d51d069e5f249b8fada9e792b773e0 /sw/inc | |
parent | 7b765053e3b3476de7017359c2e10bcd87c000b0 (diff) |
sal_uInt16 to size_t
Change-Id: Iaf133b811f4182d9cf73cc68c6d01afb1acf2a75
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/fesh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); }; |