summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appmain.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2000-10-04 16:37:55 +0000
committerMathias Bauer <mba@openoffice.org>2000-10-04 16:37:55 +0000
commitbf13bb46215a24af4bd924958a749f176feb5cb0 (patch)
tree89cf73dbfd2d139a9f73da712a528ae91b88b31a /sfx2/source/appl/appmain.cxx
parent4825c3a08bb1583cd10b510dc19e497a1a4fa507 (diff)
MUST: SfxOptions removed
Diffstat (limited to 'sfx2/source/appl/appmain.cxx')
-rw-r--r--sfx2/source/appl/appmain.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx
index 5008f6c5d1ed..efe3605dc41c 100644
--- a/sfx2/source/appl/appmain.cxx
+++ b/sfx2/source/appl/appmain.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appmain.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mba $ $Date: 2000-09-28 11:35:40 $
+ * last change: $Author: mba $ $Date: 2000-10-04 17:34:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,6 +86,7 @@
#include <svtools/itempool.hxx>
#include <svtools/urihelper.hxx>
+#include <svtools/helpopt.hxx>
#include "appimp.hxx"
#include "sfxtypes.hxx"
@@ -106,7 +107,6 @@
#include "mnumgr.hxx"
#include "stbmgr.hxx"
#include "imgmgr.hxx"
-#include "saveopt.hxx"
#include "eacopier.hxx"
#include "appuno.hxx"
#include "objuno.hxx"
@@ -498,7 +498,7 @@ IMPL_LINK( SfxApplication, StartWelcomeScreenHdl_Impl, void*, EMPTYARG )
delete pTimer;
pTimer = NULL;
- if ( GetOptions().IsWelcomeScreen() )
+ if ( SvtHelpOptions().IsWelcomeScreen() )
{
/*
ULONG nId = 0;