summaryrefslogtreecommitdiff
path: root/sc/inc/linkuno.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-31 21:54:22 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-06-01 03:12:09 +0200
commita11be8a87a749f56d5c5514bbd9ffd90b3f75392 (patch)
tree45d26e7c62616e9a46a56a08402b1eacb321d9c8 /sc/inc/linkuno.hxx
parent789c46b931672aabf79cc3b3823bdfc8736bdc8f (diff)
use size_t where possible and fix some more places
Change-Id: I43c315aa9867cf871657064fd9455700b31879ab
Diffstat (limited to 'sc/inc/linkuno.hxx')
-rw-r--r--sc/inc/linkuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/linkuno.hxx b/sc/inc/linkuno.hxx
index 61c0bc355683..318a390c0f7f 100644
--- a/sc/inc/linkuno.hxx
+++ b/sc/inc/linkuno.hxx
@@ -219,7 +219,7 @@ class ScAreaLinkObj : public cppu::WeakImplHelper4<
private:
SfxItemPropertySet aPropSet;
ScDocShell* pDocShell;
- sal_uInt16 nPos;
+ size_t nPos;
XRefreshListenerArr_Impl aRefreshListeners;
void Modify_Impl( const OUString* pNewFile, const OUString* pNewFilter,
@@ -229,7 +229,7 @@ private:
void Refreshed_Impl();
public:
- ScAreaLinkObj(ScDocShell* pDocSh, sal_uInt16 nP);
+ ScAreaLinkObj(ScDocShell* pDocSh, size_t nP);
virtual ~ScAreaLinkObj();
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );