[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - chart2/opengl

Tor Lillqvist tml at collabora.com
Fri May 27 12:14:28 UTC 2016


 chart2/opengl/backgroundFragmentShader.glsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ba7bb41686477a45b8a5748382529e8fc14aba08
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri May 27 15:01:24 2016 +0300

    Typo fix
    
    Change-Id: Ibf279e723c11a4a5f62ce082938e723a46e40f6d
    Reviewed-on: https://gerrit.libreoffice.org/25540
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/chart2/opengl/backgroundFragmentShader.glsl b/chart2/opengl/backgroundFragmentShader.glsl
index eb3adaa..d602b21 100644
--- a/chart2/opengl/backgroundFragmentShader.glsl
+++ b/chart2/opengl/backgroundFragmentShader.glsl
@@ -7,7 +7,7 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-#version 150 core core
+#version 150 core
 
 in vec4 fragmentColor;
 


More information about the Libreoffice-commits mailing list