You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.1 KiB
31 lines
1.1 KiB
From db6673bb32bb131b6446dc976fe09b1f8df72d49 Mon Sep 17 00:00:00 2001
|
|
From: David Tardon <dtardon@redhat.com>
|
|
Date: Tue, 24 Oct 2017 17:07:24 +0200
|
|
Subject: [PATCH] fix build error
|
|
|
|
Change-Id: I1e65f075a0519db86836b3aa09848178796a020b
|
|
---
|
|
libreofficekit/source/gtk/lokdocview.cxx | 6 ++----
|
|
1 file changed, 2 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx
|
|
index d2bfefcc089e..607a8624ecc3 100644
|
|
--- a/libreofficekit/source/gtk/lokdocview.cxx
|
|
+++ b/libreofficekit/source/gtk/lokdocview.cxx
|
|
@@ -177,10 +177,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;
|
|
--
|
|
2.14.1
|
|
|