summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-01-14 18:40:04 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-01-16 13:18:30 +0100
commitc4cdb699e427c71617daff9ca780b0b13a9fc3e6 (patch)
tree3e92759c25a1c8ac612fb7e5c200c327a6f9f413
parent906945681773d9af3b46006e4f661993edc3e871 (diff)
lokdocview: adapt comment to match reality
Change-Id: I2d7ee76e132856483cdfa8f89641725c26762e37
-rw-r--r--libreofficekit/source/gtk/lokdocview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libreofficekit/source/gtk/lokdocview.c b/libreofficekit/source/gtk/lokdocview.c
index 91ebd7674225..5e6e7904d301 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,