diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-16 19:10:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-17 13:06:48 +0100 |
commit | 144dd13818581e8753c2b0a8707ffe047837f273 (patch) | |
tree | 40036004ddba41e830122d4245412c112640e7f8 /svx/source/items/numinf.cxx | |
parent | e501580dec3ddf3ca55c97a04a3f1a2b1f802eaa (diff) |
loplugin:unusedmethods
Change-Id: Ib0a72355972662c6b902bca9a527be91fb3e1d17
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164930
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/items/numinf.cxx')
-rw-r--r-- | svx/source/items/numinf.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/svx/source/items/numinf.cxx b/svx/source/items/numinf.cxx index a7b834c78658..88176083ec53 100644 --- a/svx/source/items/numinf.cxx +++ b/svx/source/items/numinf.cxx @@ -21,16 +21,6 @@ #include <utility> -SvxNumberInfoItem::SvxNumberInfoItem( const TypedWhichId<SvxNumberInfoItem> nId ) : - SfxPoolItem ( nId ), - pFormatter ( nullptr ), - eValueType ( SvxNumberValueType::Undefined ), - aStringVal ( "" ), - nDoubleVal ( 0 ) -{ -} - - SvxNumberInfoItem::SvxNumberInfoItem( SvNumberFormatter* pNumFormatter, const TypedWhichId<SvxNumberInfoItem> nId ) : SfxPoolItem ( nId ), |