[Libreoffice-commits] core.git: 2 commits - desktop/scripts desktop/source

Markus Mohrhard markus.mohrhard at googlemail.com
Sun Feb 7 15:14:31 UTC 2016


 desktop/scripts/soffice.sh |    4 ----
 desktop/source/app/app.cxx |    2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

New commits:
commit a021a436c0bead05ef622c742d853146ba531568
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sun Feb 7 00:16:05 2016 +0100

    remove reference to old OpenGL stuff
    
    Change-Id: I3398910136d82a25bba508505db9d9a1b080a0be

diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index a8c5004..2532b1e 100755
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -31,10 +31,6 @@ export LC_ALL
 SAL_ENABLE_FILE_LOCKING=1
 export SAL_ENABLE_FILE_LOCKING
 
-# Uncomment the line below if you suspect that OpenGL is not
-# working on your system.
-# SAL_NOOPENGL=true; export SAL_NOOPENGL
-
 # uncomment line below to disable anti aliasing of fonts
 # SAL_ANTIALIAS_DISABLE=true; export SAL_ANTIALIAS_DISABLE
 
commit 5b8a5ed945b7ac1abece3c7e87f135fb23d99b3f
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Feb 1 10:57:50 2016 +0100

    fix typo
    
    Change-Id: Ibcbc66a4e61a6a5476e33392ff5b2a34f96b0c39

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index b7dcefb..6f48c8b 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1426,7 +1426,7 @@ int Desktop::Main()
 
         /* ensure existence of a default window that messages can be dispatched to
            This is for the benefit of testtool which uses PostUserEvent extensively
-           and else can deadlock while creating this window from another tread while
+           and else can deadlock while creating this window from another thread while
            the main thread is not yet in the event loop.
         */
         Application::GetDefaultDevice();


More information about the Libreoffice-commits mailing list