summaryrefslogtreecommitdiff
path: root/svtools/source/config/itemholder2.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-07-24 22:56:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-07-25 12:55:51 +0200
commitc05adac9229aad0683d2e75a8f8dcd5421c66b02 (patch)
tree9e824bf7e4452069e3fd906bc97933fdfff3bd2d /svtools/source/config/itemholder2.cxx
parent67e47070a7580a17804adce812cc2f98bfe7b51f (diff)
use officecfg for print options
Change-Id: I2a85d802b9edda638da467e273ad3d24cbf2bcf1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119476 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/config/itemholder2.cxx')
-rw-r--r--svtools/source/config/itemholder2.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svtools/source/config/itemholder2.cxx b/svtools/source/config/itemholder2.cxx
index adb68024b020..52993547543f 100644
--- a/svtools/source/config/itemholder2.cxx
+++ b/svtools/source/config/itemholder2.cxx
@@ -132,14 +132,6 @@ void ItemHolder2::impl_newItem(TItemInfo& rItem)
rItem.pItem.reset( new SvtMenuOptions() );
break;
- case EItem::PrintOptions :
- rItem.pItem.reset( new SvtPrinterOptions() );
- break;
-
- case EItem::PrintFileOptions :
- rItem.pItem.reset( new SvtPrintFileOptions() );
- break;
-
case EItem::MiscOptions :
rItem.pItem.reset( new SvtMiscOptions() );
break;