summaryrefslogtreecommitdiffstats
path: root/sc/inc/datauno.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-05-12 16:26:26 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-05-13 22:54:10 -0400
commitf55cc330dec0dec60c755e2ce28a840c7fca1956 (patch)
tree33c1d0a7870858072e1a7afff4b20d2d59500220 /sc/inc/datauno.hxx
parentLet's make the separation of named DBs clear. (diff)
downloadcore-f55cc330dec0dec60c755e2ce28a840c7fca1956.tar.gz
core-f55cc330dec0dec60c755e2ce28a840c7fca1956.zip
Fixed the fallout of the changes in ScDBCollection.
Diffstat (limited to 'sc/inc/datauno.hxx')
-rw-r--r--sc/inc/datauno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/datauno.hxx b/sc/inc/datauno.hxx
index 34345e4a3c07..e54fd3135d33 100644
--- a/sc/inc/datauno.hxx
+++ b/sc/inc/datauno.hxx
@@ -615,7 +615,7 @@ class ScDatabaseRangesObj : public cppu::WeakImplHelper4<
private:
ScDocShell* pDocShell;
- ScDatabaseRangeObj* GetObjectByIndex_Impl(sal_uInt16 nIndex);
+ ScDatabaseRangeObj* GetObjectByIndex_Impl(size_t nIndex);
ScDatabaseRangeObj* GetObjectByName_Impl(const ::rtl::OUString& aName);
public: