desktop/source/app/app.cxx | 4 ++++ 1 file changed, 4 insertions(+) New commits: commit 0cfed166261968068abbed485ceffd67ca5cbf61 Author: Stephan Bergmann <sberg...@redhat.com> Date: Fri Aug 10 09:06:08 2012 +0200
fdo#42470: Do not show backing window on --nodefault Change-Id: Id265dc84de454568ea8194703687c68449e9a32b diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 84f60b8..eaa8bbb 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -3118,6 +3118,10 @@ void Desktop::DoFirstRunInitializations() void Desktop::ShowBackingComponent(Desktop * progress) { + if (GetCommandLineArgs().IsNoDefault()) + { + return; + } Reference< XMultiServiceFactory > xSMgr( comphelper::getProcessServiceFactory(), UNO_SET_THROW); Reference< XFrame > xDesktopFrame( _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits