[Libreoffice-commits] core.git: desktop/source
Stephan Bergmann
sbergman at redhat.com
Tue Mar 29 10:37:54 UTC 2016
desktop/source/app/sofficemain.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 1c21379e6533c97f7a2f5d1e7db49408da4b74b7
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Mar 29 12:37:11 2016 +0200
Simplify code
Change-Id: I793f6ce3297b114ebe79b9937e07291e1b238ab1
diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx
index 1fb8be0..8d402fd 100644
--- a/desktop/source/app/sofficemain.cxx
+++ b/desktop/source/app/sofficemain.cxx
@@ -95,8 +95,7 @@ extern "C" int DESKTOP_DLLPUBLIC soffice_main()
/* Run test for OpenGL support in own process to avoid crash with broken
* OpenGL drivers. Start process as early as possible.
*/
- bool bSuccess = false;
- bSuccess = fire_glxtest_process();
+ bool bSuccess = fire_glxtest_process();
SAL_WARN_IF(!bSuccess, "desktop.opengl", "problems with glxtest");
#endif
More information about the Libreoffice-commits
mailing list