From ee17c365ea219cc62fa95a5a676f062be1bcfcad Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 12:43:12 +0000 Subject: INTEGRATION: CWS tune01 (1.42.4); FILE MERGED 2003/04/11 13:35:29 mhu 1.42.4.1: #108383# Removed obsolete reference to module inet. --- sfx2/source/appl/appcfg.cxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx index 0c969953783b..1a0ba1fbe811 100644 --- a/sfx2/source/appl/appcfg.cxx +++ b/sfx2/source/appl/appcfg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appcfg.cxx,v $ * - * $Revision: 1.43 $ + * $Revision: 1.44 $ * - * last change: $Author: hr $ $Date: 2003-04-04 17:33:31 $ + * last change: $Author: vg $ $Date: 2003-04-15 13:43:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -120,12 +120,15 @@ #ifndef _UNDO_HXX //autogen #include #endif + +#if 0 /* OBSOLETE */ #ifndef _INET_WRAPPER_HXX #include #endif #ifndef _INET_CONFIG_HXX #include #endif +#endif /* OBSOLETE */ #define _SVSTDARR_STRINGS #include @@ -1133,6 +1136,7 @@ void SfxApplication::SetOptions_Impl( const SfxItemSet& rSet ) if ( bResetSession ) { +#if 0 /* OBSOLETE */ NAMESPACE_INET(INetWrapper) aWrapper; ::vos::ORef< ::inet::INetConfig > xINetConfig; if ( aWrapper.getINetConfig( xINetConfig ) ) @@ -1164,6 +1168,7 @@ void SfxApplication::SetOptions_Impl( const SfxItemSet& rSet ) xINetConfig->setProxyConfig (aProxyCfg); } } +#endif /* OBSOLETE */ } // AutoSave starten oder anhalten -- cgit