fix build error

Change-Id: I1e65f075a0519db86836b3aa09848178796a020b
This commit is contained in:
David Tardon
2017-10-24 17:07:24 +02:00
parent c204b7de9d
commit db6673bb32

View File

@@ -177,10 +177,8 @@ struct LOKDocViewPrivateImpl
/// Cached document type, returned by getDocumentType(). /// Cached document type, returned by getDocumentType().
LibreOfficeKitDocumentType m_eDocumentType; LibreOfficeKitDocumentType m_eDocumentType;
/** /// Contains a freshly set zoom level: logic size of a tile.
* 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.
* It gets reset back to 0 when LOK was informed about this zoom change.
*/
int m_nTileSizeTwips; int m_nTileSizeTwips;
GdkRectangle m_aVisibleArea; GdkRectangle m_aVisibleArea;