Kaydet (Commit) db6673bb authored tarafından David Tardon's avatar David Tardon

fix build error

Change-Id: I1e65f075a0519db86836b3aa09848178796a020b
üst c204b7de
...@@ -177,10 +177,8 @@ struct LOKDocViewPrivateImpl ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment