diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-03-05 14:47:31 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-03-05 15:21:09 -0500 |
commit | 18a96804b7b1f2d6c7bee62b3b53eff74870bd01 (patch) | |
tree | 5483d91c97fd5e79285b03132b3104caaa850a22 /sc/inc/cell.hxx | |
parent | d23aeeae680af953c6757b0e6394e4cac191f655 (diff) |
Changed ScRangeData's index back to USHORT for now.
Diffstat (limited to 'sc/inc/cell.hxx')
-rw-r--r-- | sc/inc/cell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx index 904aa3189acb..297d9015d6d3 100644 --- a/sc/inc/cell.hxx +++ b/sc/inc/cell.hxx @@ -459,7 +459,7 @@ public: void UpdateRenameTab(SCTAB nTable, const String& rName); BOOL TestTabRefAbs(SCTAB nTable); void UpdateCompile( BOOL bForceIfNameInUse = FALSE ); - BOOL IsRangeNameInUse(size_t nIndex) const; + BOOL IsRangeNameInUse(USHORT nIndex) const; void FindRangeNamesInUse(std::set<USHORT>& rIndexes) const; void ReplaceRangeNamesInUse( const ScRangeData::IndexMap& rMap ); BOOL IsSubTotal() const { return bSubTotal; } |