diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-28 11:12:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-28 13:08:28 +0200 |
commit | 50bd2ca20618ba9c9f512716d8de7521a9fde0f6 (patch) | |
tree | 14919ffb3f947cf396873a0e013a09bcd57a6124 /sw/inc/ccoll.hxx | |
parent | 913ed3e5673c2d70e2c4e519eb65368b0606d7f0 (diff) |
sal_uLong->sal_uInt32 in CommandStruct
we are already using sal_uInt32 for this in some places
Change-Id: I69ed8f6c29215fcedcafc403861cdd0e06c034ef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140701
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/ccoll.hxx')
-rw-r--r-- | sw/inc/ccoll.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ccoll.hxx b/sw/inc/ccoll.hxx index 978b8c698a83..4052d4f0afdd 100644 --- a/sw/inc/ccoll.hxx +++ b/sw/inc/ccoll.hxx @@ -31,7 +31,7 @@ enum class Master_CollCondition; struct CommandStruct { Master_CollCondition nCnd; - sal_uLong nSubCond; + sal_uInt32 nSubCond; }; sal_Int16 GetCommandContextIndex( std::u16string_view rContextName ); |