diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-23 17:30:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-24 07:59:16 +0100 |
commit | a1c0e999b271ac4c6ecb163a1cd2a310b87e9dec (patch) | |
tree | 4ef50e0aec9dd0dc6db0d9927cebe71a512bf5c8 /sc/inc/dpgroup.hxx | |
parent | 35f5274ece0fcbb70753a71619b526ed0d4cbd6b (diff) |
consistently use sal_uInt32 for number formats in sc
instead of a mix of short/sal_uLong/sal_uInt32
Change-Id: Ie5bd26e1a6f716c0c4e174a6d560827084b3f421
Reviewed-on: https://gerrit.libreoffice.org/45159
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/dpgroup.hxx')
-rw-r--r-- | sc/inc/dpgroup.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpgroup.hxx b/sc/inc/dpgroup.hxx index 421d61f2b3e9..4c294b66aa5e 100644 --- a/sc/inc/dpgroup.hxx +++ b/sc/inc/dpgroup.hxx @@ -157,7 +157,7 @@ public: virtual OUString getDimensionName(long nColumn) override; virtual bool getIsDataLayoutDimension(long nColumn) override; virtual bool IsDateDimension(long nDim) override; - virtual sal_uLong GetNumberFormat(long nDim) override; + virtual sal_uInt32 GetNumberFormat(long nDim) override; virtual void DisposeData() override; virtual void SetEmptyFlags( bool bIgnoreEmptyRows, bool bRepeatIfEmpty ) override; |