[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - libreofficekit/source

Miklos Vajna vmiklos at collabora.co.uk
Wed Jan 14 09:41:34 PST 2015


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

New commits:
commit 9cef93fa7e7fb81619e35313f431dd3cd5bea494
Author: Miklos Vajna <vmiklos at 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,


More information about the Libreoffice-commits mailing list