update dev300-m57
[ooovba.git] / applied_patches / 0177-desktop-disable-startup-registration.diff
blob904b1978c334d425c53badd4a616926a805be804
1 diff --git desktop/source/app/app.cxx desktop/source/app/app.cxx
2 index b1645eb..d3a3fc8 100644
3 --- desktop/source/app/app.cxx
4 +++ desktop/source/app/app.cxx
5 @@ -47,6 +47,7 @@
6 #include "desktopcontext.hxx"
7 #include "exithelper.hxx"
8 #include "../migration/pages.hxx"
9 +#include "../migration/migration.hxx"
11 #include <svtools/javacontext.hxx>
12 #include <com/sun/star/frame/XSessionManagerListener.hpp>
13 @@ -1394,6 +1395,7 @@ void Desktop::Main()
14 tools::InitTestToolLib();
15 RTL_LOGFILE_CONTEXT_TRACE( aLog, "} tools::InitTestToolLib" );
17 +#if 0 // ooo-build doesn't use First Start Wizard at all.
18 // First Start Wizard allowed ?
19 if ( ! pCmdLineArgs->IsNoFirstStartWizard())
21 @@ -1425,6 +1427,7 @@ void Desktop::Main()
23 RTL_LOGFILE_CONTEXT_TRACE( aLog, "} FirstStartWizard" );
25 +#endif
27 // keep a language options instance...
28 pLanguageOptions.reset( new SvtLanguageOptions(sal_True));