summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpusrlst.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-06-01 19:14:40 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-06-01 19:14:40 -0400
commitb4d153610889c00967521ca31d5429b98547c949 (patch)
tree4a70565ad85b730422d86a0497c6ec00976d254c /sc/source/ui/inc/tpusrlst.hxx
parent3471d7eef30df7e2e1288b8c7708d3f3857c02ae (diff)
ScUserList and ScUserListData no longer dependent of ScCollection.
Diffstat (limited to 'sc/source/ui/inc/tpusrlst.hxx')
-rw-r--r--sc/source/ui/inc/tpusrlst.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tpusrlst.hxx b/sc/source/ui/inc/tpusrlst.hxx
index f627baa52225..bb223580572e 100644
--- a/sc/source/ui/inc/tpusrlst.hxx
+++ b/sc/source/ui/inc/tpusrlst.hxx
@@ -96,10 +96,10 @@ private:
private:
void Init ();
sal_uInt16 UpdateUserListBox ();
- void UpdateEntries ( sal_uInt16 nList );
+ void UpdateEntries ( size_t nList );
void MakeListStr ( String& rListStr );
void AddNewList ( const String& rEntriesStr );
- void RemoveList ( sal_uInt16 nList );
+ void RemoveList ( size_t nList );
void ModifyList ( sal_uInt16 nSelList,
const String& rEntriesStr );
void CopyListFromArea ( const ScRefAddress& rStartPos,