android: remove annoying & un-necessary dialog on start

This commit is contained in:
Michael Meeks 2012-02-24 10:57:02 +00:00
parent df92de0cc0
commit 3ad0561957

View file

@ -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();
}
}