From 3ad0561957537ac755206347c0902632985126fe Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 24 Feb 2012 10:57:02 +0000 Subject: android: remove annoying & un-necessary dialog on start --- desktop/source/app/app.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'desktop') diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 393db72f52f7..454fb00d0ed9 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -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(); } } -- cgit