summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/inc/hiranges.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/hiranges.hxx')
-rw-r--r--sc/source/ui/inc/hiranges.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/hiranges.hxx b/sc/source/ui/inc/hiranges.hxx
index 6182d30dc96e..ed4d66b79408 100644
--- a/sc/source/ui/inc/hiranges.hxx
+++ b/sc/source/ui/inc/hiranges.hxx
@@ -51,9 +51,9 @@ public:
ScHighlightRanges();
~ScHighlightRanges();
- ULONG Count() const { return aEntries.Count(); }
+ sal_uLong Count() const { return aEntries.Count(); }
void Insert( ScHighlightEntry* pNew ) { aEntries.Insert(pNew, LIST_APPEND); }
- ScHighlightEntry* GetObject( ULONG nIndex ) const
+ ScHighlightEntry* GetObject( sal_uLong nIndex ) const
{ return (ScHighlightEntry*)aEntries.GetObject(nIndex); }
};