summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appserv.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-18 15:02:49 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-18 15:02:49 +0000
commit4aae2b7552d30798b4a53676825a56ccd60f4848 (patch)
treeb411a49a3b6bbf33654224a475c8f1f2dc99a075 /sfx2/source/appl/appserv.cxx
parent60bcbc8e7edc176295b07169d3941861219001f1 (diff)
INTEGRATION: CWS fwkbugfix04 (1.50.6); FILE MERGED
2005/01/06 17:38:44 mba 1.50.6.2: RESYNC: (1.50-1.51); FILE MERGED 2004/12/06 17:53:02 mba 1.50.6.1: #i38334#: get rid of all code based on SfxConfigManager
Diffstat (limited to 'sfx2/source/appl/appserv.cxx')
-rw-r--r--sfx2/source/appl/appserv.cxx19
1 files changed, 2 insertions, 17 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 88ff26b4df2d..256fb682f8d0 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appserv.cxx,v $
*
- * $Revision: 1.52 $
+ * $Revision: 1.53 $
*
- * last change: $Author: kz $ $Date: 2005-01-13 17:47:53 $
+ * last change: $Author: kz $ $Date: 2005-01-18 16:02:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -201,13 +201,11 @@
#include "objitem.hxx"
#include "objsh.hxx"
#include "hintpost.hxx"
-#include "stbmgr.hxx"
#include "viewsh.hxx"
#include "docfac.hxx"
#include "docfile.hxx"
#include "docfilt.hxx"
#include "docvor.hxx"
-#include "cfg.hxx"
#include "new.hxx"
#include "docinf.hxx"
#include "templdlg.hxx"
@@ -218,19 +216,14 @@
#include "fltfnc.hxx"
#include "sfx.hrc"
#include "app.hrc"
-#include "tbxcust.hxx"
#include "passwd.hxx"
#include "sfxresid.hxx"
#include "arrdecl.hxx"
#include "childwin.hxx"
#include "appdata.hxx"
-#include "tbxconf.hxx"
#include "macrconf.hxx"
#include "minfitem.hxx"
#include "event.hxx"
-#include "cfgmgr.hxx"
-#include "accmgr.hxx"
-#include "mnumgr.hxx"
#include "intfrm.hxx"
#include "urlframe.hxx"
#include "module.hxx"
@@ -270,14 +263,6 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
FASTBOOL bDone = FALSE;
switch ( rReq.GetSlot() )
{
- case SID_UPDATE_CONFIG:
- {
- SFX_REQUEST_ARG( rReq, pItem, SfxStringItem, SID_UPDATE_CONFIG, FALSE );
- if ( pItem )
- GetConfigManager_Impl()->ReInitialize( pItem->GetValue() );
- break;
- }
-
case SID_SETOPTIONS:
{
if( rReq.GetArgs() )