summaryrefslogtreecommitdiff
path: root/unotools/source/config/itemholder1.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-02 23:52:27 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-04-05 08:35:33 +0000
commit55664c9bd2469d3e493e6f1b67fbb2f96500d492 (patch)
tree43e97768980a42c01a9483f2382d9d7e6c302c7a /unotools/source/config/itemholder1.cxx
parentaeb7683ae745717fe5e283b6ada065183aa730f4 (diff)
unotools: remove some unused items
Change-Id: I95bcac6a3ff8cf4644c9d1596c75cac2d9cd94fe Reviewed-on: https://gerrit.libreoffice.org/3191 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
Notes
API CHANGE.
Diffstat (limited to 'unotools/source/config/itemholder1.cxx')
-rw-r--r--unotools/source/config/itemholder1.cxx18
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;