include/vcl/opengl/OpenGLHelper.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d74161f238efc6ee189b705f21143cddb318a4bb
Author: Chris Sherlock <chris.sherloc...@gmail.com>
Date:   Fri Jan 8 23:21:51 2016 +1100

    vcl: small typo in parameter names - Doxygen is complaining
    
    Change-Id: I57a70f7f6833af5e2cf94f526e99d1353247afb9
    Reviewed-on: https://gerrit.libreoffice.org/21249
    Reviewed-by: Chris Sherlock <chris.sherloc...@gmail.com>
    Tested-by: Chris Sherlock <chris.sherloc...@gmail.com>

diff --git a/include/vcl/opengl/OpenGLHelper.hxx 
b/include/vcl/opengl/OpenGLHelper.hxx
index 4b92fb9..0c7f196 100644
--- a/include/vcl/opengl/OpenGLHelper.hxx
+++ b/include/vcl/opengl/OpenGLHelper.hxx
@@ -66,8 +66,8 @@ public:
      * @param nWidth                Width of frame
      * @param nHeight               Height of frame
      * @param nFramebufferId        FrameBuffer ID
-     * @param nRenderbufferDepthID  RenderBuffer's depth ID
-     * @param nRenderbufferColorID  RenderBuffer's color ID
+     * @param nRenderbufferDepthId  RenderBuffer's depth ID
+     * @param nRenderbufferColorId  RenderBuffer's color ID
      * @param bRenderbuffer         true => off-screen rendering, false => 
rendering to texture
      *          This also affects whether to free with glDeleteRenderbuffers 
or glDeleteTextures
      */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to