summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/consdlg.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/source/ui/inc/consdlg.hxx
parentfb7bd1f00b269501e98cdb60ab342cc384a233e4 (diff)
Fixed the fallout of the changes in ScDBCollection.
Diffstat (limited to 'sc/source/ui/inc/consdlg.hxx')
-rw-r--r--sc/source/ui/inc/consdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/consdlg.hxx b/sc/source/ui/inc/consdlg.hxx
index fa4fe9e41651..762205f26cc4 100644
--- a/sc/source/ui/inc/consdlg.hxx
+++ b/sc/source/ui/inc/consdlg.hxx
@@ -100,7 +100,7 @@ private:
ScDocument* pDoc;
ScRangeUtil* pRangeUtil;
ScAreaData* pAreaData;
- sal_uInt16 nAreaDataCount;
+ size_t nAreaDataCount;
sal_uInt16 nWhichCons;
formula::RefEdit* pRefInputEdit;