android: remove annoying & un-necessary dialog on start
This commit is contained in:
parent
df92de0cc0
commit
3ad0561957
1 changed files with 0 additions and 6 deletions
|
@ -1802,12 +1802,6 @@ int Desktop::Main()
|
|||
// if this run of the office is triggered by restart, some additional actions should be done
|
||||
DoRestartActionsIfNecessary( !rCmdLineArgs.IsInvisible() && !rCmdLineArgs.IsNoQuickstart() );
|
||||
|
||||
#ifdef ANDROID
|
||||
// For some reason we're not getting a desktop frame or component [odd]
|
||||
ErrorBox aKickStartVCL( NULL, WB_OK, rtl::OUString::createFromAscii("My very own title!") );
|
||||
aKickStartVCL.SetText( rtl::OUString::createFromAscii("Delphic Utterance") );
|
||||
aKickStartVCL.Show(); // don't execute - just leave it lying around ....
|
||||
#endif
|
||||
Execute();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue