diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-12-22 22:57:02 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-12-27 16:51:29 +0100 |
commit | e7d920da4465fd8de8b8a9f87a3589054eac73de (patch) | |
tree | 654fa5c101b1ec676109f3919f304be9590fbe5d /sc/inc/brdcst.hxx | |
parent | 7cd9eba81dc3be56def062e3f22d290636a11b1c (diff) |
sal_uLong to sal_uInt32, ScHint related
Change-Id: I84402bf4b8d69ae350f6449cf4d1fd7c5c325f3c
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 5dfdb8f46837..606541b7e189 100644 --- a/sc/inc/brdcst.hxx +++ b/sc/inc/brdcst.hxx @@ -31,7 +31,7 @@ class ScHint : public SfxSimpleHint ScAddress aAddress; public: - ScHint( sal_uLong n, const ScAddress& a ); + ScHint( sal_uInt32 n, const ScAddress& a ); const ScAddress& GetAddress() const { return aAddress; } ScAddress& GetAddress() { return aAddress; } }; |