diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2022-08-27 08:46:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-08-27 13:09:24 +0200 |
commit | e3e49d07e2feebcec631eed98bea5e3f6f6ab572 (patch) | |
tree | 90caa214af109c701e33fc6c9f20ed8561ea837e /sc/inc/fmtuno.hxx | |
parent | 56a654ae337e48f5845252e91a95cf9a63ed3388 (diff) |
sal_uLong->sal_uInt32 in ValidationEntry
we are already using sal_uInt32 in various places, and passing
this through SfxUInt32Item
Change-Id: Iea06b59edc56632b823729462516a6b5fb74e28a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138917
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/fmtuno.hxx')
-rw-r--r-- | sc/inc/fmtuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/fmtuno.hxx b/sc/inc/fmtuno.hxx index 75d4c099ca55..81d1532381ea 100644 --- a/sc/inc/fmtuno.hxx +++ b/sc/inc/fmtuno.hxx @@ -189,7 +189,7 @@ private: public: ScTableValidationObj() = delete; - ScTableValidationObj(const ScDocument& rDoc, sal_uLong nKey, + ScTableValidationObj(const ScDocument& rDoc, sal_uInt32 nKey, const formula::FormulaGrammar::Grammar eGrammar); virtual ~ScTableValidationObj() override; |