diff options
author | Noel Grandin <noel@peralex.com> | 2021-04-12 17:01:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-04-12 20:28:32 +0200 |
commit | 26fc87c6827e9d86c5b7cf7aa216f0a60ab28411 (patch) | |
tree | 7776964e72028ca3c9daa56a86578f103c05ef5d /include/svl/itemprop.hxx | |
parent | 46fe595379a898ee7e537cbffd5d215d4a58aca5 (diff) |
make SfxItemPropertySimpleEntry constructor explicit
Change-Id: I09d6045320b44746fbdb103db884c214e0509a78
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114012
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl/itemprop.hxx')
-rw-r--r-- | include/svl/itemprop.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/itemprop.hxx b/include/svl/itemprop.hxx index 0fbbeaf08cb0..6403dbbc1fa6 100644 --- a/include/svl/itemprop.hxx +++ b/include/svl/itemprop.hxx @@ -94,7 +94,7 @@ struct SfxItemPropertySimpleEntry assert(_nFlags <= 0x1ff ); } - SfxItemPropertySimpleEntry( const SfxItemPropertyMapEntry& rMapEntry ) + explicit SfxItemPropertySimpleEntry( const SfxItemPropertyMapEntry& rMapEntry ) : aType( rMapEntry.aType ) , nWID( rMapEntry.nWID ) , nFlags( rMapEntry.nFlags ) |