diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-02-24 10:57:02 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-24 11:05:57 +0000 |
commit | 3ad0561957537ac755206347c0902632985126fe (patch) | |
tree | ef3ab4be342e949b4020c80f42376538774ce2c6 /desktop | |
parent | df92de0cc0e09ab96788e83bb7387946a3425fed (diff) |
android: remove annoying & un-necessary dialog on start
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
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(); } } |