libreofficekit/source/gtk/lokdocview.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9cef93fa7e7fb81619e35313f431dd3cd5bea494
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Wed Jan 14 18:40:04 2015 +0100

    lokdocview: adapt comment to match reality
    
    Change-Id: I2d7ee76e132856483cdfa8f89641725c26762e37

diff --git a/libreofficekit/source/gtk/lokdocview.c 
b/libreofficekit/source/gtk/lokdocview.c
index 91ebd76..5e6e790 100644
--- a/libreofficekit/source/gtk/lokdocview.c
+++ b/libreofficekit/source/gtk/lokdocview.c
@@ -159,7 +159,7 @@ void renderDocument( LOKDocView* pDocView )
             pPixBuf = gdk_pixbuf_new( GDK_COLORSPACE_RGB, TRUE, 8, 
nTileWidthPixels, nTileHeightPixels);
             pBuffer = gdk_pixbuf_get_pixels(pPixBuf);
             pDocView->pDocument->pClass->paintTile( pDocView->pDocument,
-                                                    // Buffer and its size, 
this is always the same.
+                                                    // Buffer and its size, 
depends on the position only.
                                                     pBuffer,
                                                     nTileWidthPixels, 
nTileHeightPixels,
                                                     &nRowStride,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to