diff options
Diffstat (limited to 'unotools/source/config/itemholder1.cxx')
-rw-r--r-- | unotools/source/config/itemholder1.cxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/unotools/source/config/itemholder1.cxx b/unotools/source/config/itemholder1.cxx index 8d042453a6c0..8220c48ed28e 100644 --- a/unotools/source/config/itemholder1.cxx +++ b/unotools/source/config/itemholder1.cxx @@ -26,7 +26,6 @@ #include <unotools/misccfg.hxx> #include <unotools/useroptions.hxx> -#include <unotools/accelcfg.hxx> #include <unotools/cmdoptions.hxx> #include <unotools/compatibility.hxx> #include <unotools/defaultoptions.hxx> @@ -46,7 +45,6 @@ #include <unotools/searchopt.hxx> #include <unotools/securityoptions.hxx> #include <unotools/viewoptions.hxx> -#include <unotools/workingsetoptions.hxx> #include <unotools/xmlaccelcfg.hxx> #include <unotools/options.hxx> #include <unotools/syslocaleoptions.hxx> @@ -146,10 +144,6 @@ void ItemHolder1::impl_newItem(TItemInfo& rItem) { switch(rItem.eItem) { - case E_ACCELCFG : - rItem.pItem = new SvtAcceleratorConfiguration(); - break; - case E_CMDOPTIONS : rItem.pItem = new SvtCommandOptions(); break; @@ -186,10 +180,6 @@ void ItemHolder1::impl_newItem(TItemInfo& rItem) rItem.pItem = new SvtHistoryOptions(); break; - case E_JAVAOPTIONS : -// no ref count rItem.pItem = new SvtJavaOptions(); - break; - case E_LINGUCFG : rItem.pItem = new SvtLinguConfig(); break; @@ -246,14 +236,6 @@ void ItemHolder1::impl_newItem(TItemInfo& rItem) rItem.pItem = new SvtViewOptions(E_WINDOW, ::rtl::OUString()); break; - case E_WORKINGSETOPTIONS : - rItem.pItem = new SvtWorkingSetOptions(); - break; - - case E_XMLACCELCFG : - // ??? TODO - break; - case E_USEROPTIONS : rItem.pItem = new SvtUserOptions(); break; |