summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen8.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-06-03 12:03:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-06-03 12:03:38 +0200
commit52a2f1d57d706a6ba45d307ed3f5409c8f0527ef (patch)
tree37a1acdf189b42c4ef46a6ec4d766d221131fe2e /sc/source/core/data/documen8.cxx
parent9b5640777d4f373c8e25f600445936b8215f1be3 (diff)
This looks like a typo
...from a11be8a87a749f56d5c5514bbd9ffd90b3f75392 "use size_t where possible and fix some more places." Change-Id: I27c6d3532dd3f672d7b06b60add32d44a20d9068
Diffstat (limited to 'sc/source/core/data/documen8.cxx')
-rw-r--r--sc/source/core/data/documen8.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/documen8.cxx b/sc/source/core/data/documen8.cxx
index d090ad02b355..236b9e5983b1 100644
--- a/sc/source/core/data/documen8.cxx
+++ b/sc/source/core/data/documen8.cxx
@@ -1377,7 +1377,7 @@ bool ScDocument::GetDdeLinkMode( size_t nDdePos, sal_uInt8& rnMode ) const
return false;
}
-const ScMatrix* ScDocument::GetDdeLinkResultMatrix( sal_uInt16 nDdePos ) const
+const ScMatrix* ScDocument::GetDdeLinkResultMatrix( size_t nDdePos ) const
{
const ScDdeLink* pDdeLink = lclGetDdeLink( GetLinkManager(), nDdePos );
return pDdeLink ? pDdeLink->GetResult() : NULL;