diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-01 03:08:05 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-01 03:12:09 +0200 |
commit | c3f55ac35a0c051b39d608d89558f741f347a898 (patch) | |
tree | b0d987ca2db1387e8ebdb8b30150e9f834112c59 /include/sfx2 | |
parent | cc50d6744f4d07356761021e336e63a96fd86fcc (diff) |
switch to size_t in sfx2::LinkManager
Change-Id: I7558ead872ab0e6894689f78fcfbbd1d8fb69877
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/linkmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/linkmgr.hxx b/include/sfx2/linkmgr.hxx index 27b84b69e13a..768e913ee2b4 100644 --- a/include/sfx2/linkmgr.hxx +++ b/include/sfx2/linkmgr.hxx @@ -90,7 +90,7 @@ public: void SetPersist( SfxObjectShell * p ) { pPersist = p; } void Remove( SvBaseLink *pLink ); - void Remove( sal_uInt16 nPos, sal_uInt16 nCnt = 1 ); + void Remove( size_t nPos, size_t nCnt = 1 ); sal_Bool Insert( SvBaseLink* pLink ); // the links connect to a SvLinkSource and adds to the list |