summaryrefslogtreecommitdiff
path: root/sfx2
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
commitee17c365ea219cc62fa95a5a676f062be1bcfcad (patch)
tree0ef3f186b6f711b78ee2c37be940e5522180dd40 /sfx2
parent5365b14157a72b39bca228a87a110d5ed5198039 (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')
-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 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 <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