[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - libreofficekit/source
David Tardon
dtardon at redhat.com
Fri Dec 1 01:13:59 UTC 2017
libreofficekit/source/gtk/lokdocview.cxx | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
New commits:
commit c958c83113664489b80a6cdf9ae6553c4c36eff0
Author: David Tardon <dtardon at redhat.com>
Date: Tue Oct 24 17:07:24 2017 +0200
fix build error
Change-Id: I1e65f075a0519db86836b3aa09848178796a020b
(cherry picked from commit db6673bb32bb131b6446dc976fe09b1f8df72d49)
Reviewed-on: https://gerrit.libreoffice.org/45324
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx
index c42132acf8ad..81ec84227a2c 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -178,10 +178,8 @@ struct LOKDocViewPrivateImpl
/// Cached document type, returned by getDocumentType().
LibreOfficeKitDocumentType m_eDocumentType;
- /**
- * Contains a freshly set zoom level: logic size of a tile.
- * It gets reset back to 0 when LOK was informed about this zoom change.
- */
+ /// Contains a freshly set zoom level: logic size of a tile.
+ /// It gets reset back to 0 when LOK was informed about this zoom change.
int m_nTileSizeTwips;
GdkRectangle m_aVisibleArea;
More information about the Libreoffice-commits
mailing list