diff options
Diffstat (limited to 'sc/inc/brdcst.hxx')
-rw-r--r-- | sc/inc/brdcst.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/brdcst.hxx b/sc/inc/brdcst.hxx index a050a935b31c..cf937f29fa67 100644 --- a/sc/inc/brdcst.hxx +++ b/sc/inc/brdcst.hxx @@ -48,7 +48,7 @@ private: public: TYPEINFO(); - ScHint( ULONG n, const ScAddress& a, ScBaseCell* p ) + ScHint( sal_uLong n, const ScAddress& a, ScBaseCell* p ) : SfxSimpleHint( n ), aAddress( a ), pCell( p ) {} ScBaseCell* GetCell() const { return pCell; } void SetCell( ScBaseCell* p ) { pCell = p; } |