summaryrefslogtreecommitdiff
path: root/unotools/source/config/itemholder1.cxx
diff options
context:
space:
mode:
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 @@
26 26
27#include <unotools/misccfg.hxx> 27#include <unotools/misccfg.hxx>
28#include <unotools/useroptions.hxx> 28#include <unotools/useroptions.hxx>
29#include <unotools/accelcfg.hxx>
30#include <unotools/cmdoptions.hxx> 29#include <unotools/cmdoptions.hxx>
31#include <unotools/compatibility.hxx> 30#include <unotools/compatibility.hxx>
32#include <unotools/defaultoptions.hxx> 31#include <unotools/defaultoptions.hxx>
@@ -46,7 +45,6 @@
46#include <unotools/searchopt.hxx> 45#include <unotools/searchopt.hxx>
47#include <unotools/securityoptions.hxx> 46#include <unotools/securityoptions.hxx>
48#include <unotools/viewoptions.hxx> 47#include <unotools/viewoptions.hxx>
49#include <unotools/workingsetoptions.hxx>
50#include <unotools/xmlaccelcfg.hxx> 48#include <unotools/xmlaccelcfg.hxx>
51#include <unotools/options.hxx> 49#include <unotools/options.hxx>
52#include <unotools/syslocaleoptions.hxx> 50#include <unotools/syslocaleoptions.hxx>
@@ -146,10 +144,6 @@ void ItemHolder1::impl_newItem(TItemInfo& rItem)
146{ 144{
147 switch(rItem.eItem) 145 switch(rItem.eItem)
148 { 146 {
149 case E_ACCELCFG :
150 rItem.pItem = new SvtAcceleratorConfiguration();
151 break;
152
153 case E_CMDOPTIONS : 147 case E_CMDOPTIONS :
154 rItem.pItem = new SvtCommandOptions(); 148 rItem.pItem = new SvtCommandOptions();
155 break; 149 break;
@@ -186,10 +180,6 @@ void ItemHolder1::impl_newItem(TItemInfo& rItem)
186 rItem.pItem = new SvtHistoryOptions(); 180 rItem.pItem = new SvtHistoryOptions();
187 break; 181 break;
188 182
189 case E_JAVAOPTIONS :
190// no ref count rItem.pItem = new SvtJavaOptions();
191 break;
192
193 case E_LINGUCFG : 183 case E_LINGUCFG :
194 rItem.pItem = new SvtLinguConfig(); 184 rItem.pItem = new SvtLinguConfig();
195 break; 185 break;
@@ -246,14 +236,6 @@ void ItemHolder1::impl_newItem(TItemInfo& rItem)
246 rItem.pItem = new SvtViewOptions(E_WINDOW, ::rtl::OUString()); 236 rItem.pItem = new SvtViewOptions(E_WINDOW, ::rtl::OUString());
247 break; 237 break;
248 238
249 case E_WORKINGSETOPTIONS :
250 rItem.pItem = new SvtWorkingSetOptions();
251 break;
252
253 case E_XMLACCELCFG :
254 // ??? TODO
255 break;
256
257 case E_USEROPTIONS : 239 case E_USEROPTIONS :
258 rItem.pItem = new SvtUserOptions(); 240 rItem.pItem = new SvtUserOptions();
259 break; 241 break;