summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appcfg.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 12:43:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 12:43:12 +0000
commitc2e23c207d372096f20342db0be485343da72e31 (patch)
tree4ac3dda18587d48c81abd0c796cb6aca50d1f3a3 /sfx2/source/appl/appcfg.cxx
parentc849f75dcb387eb705f1bf6f2a58d6d7e4faf0d8 (diff)
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.
Diffstat (limited to 'sfx2/source/appl/appcfg.cxx')
-rw-r--r--sfx2/source/appl/appcfg.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx
index 10d64353b4..0ed6e217c6 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 <svtools/undo.hxx>
#endif
+
+#if 0 /* OBSOLETE */
#ifndef _INET_WRAPPER_HXX
#include <inet/wrapper.hxx>
#endif
#ifndef _INET_CONFIG_HXX
#include <inet/inetcfg.hxx>
#endif
+#endif /* OBSOLETE */
#define _SVSTDARR_STRINGS
#include <svtools/svstdarr.hxx>
@@ -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