blob: 16cf1f495870055e81ee3687469a9fc8335c9326 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- sfx2/source/appl/appcfg.cxx 22 Jul 2003 11:08:41 -0000 1.47
+++ sfx2/source/appl/appcfg.cxx 7 Nov 2004 15:46:47 -0000
@@ -1129,6 +1129,7 @@
// AutoSave starten oder anhalten
UpdateAutoSave_Impl();
+#ifdef SOLAR_JAVA
// INet Session neu aufsetzen
if ( bResetSession )
{
@@ -1141,6 +1142,7 @@
DBG_ERRORFILE( "SjApplet2::settingsChanged() throws an exception" );
}
}
+#endif
// geaenderte Daten speichern
aInetOptions.flush();
|