diff options
author | David Tardon <dtardon@redhat.com> | 2017-10-24 17:07:24 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2017-10-24 18:17:21 +0200 |
commit | db6673bb32bb131b6446dc976fe09b1f8df72d49 (patch) | |
tree | d29b5e32932f94e5b0fdadc9c6ff4cf701bbc91c /libreofficekit | |
parent | c204b7de9d6eda4a005ccf0e007348e1ddad03be (diff) |
fix build error
Change-Id: I1e65f075a0519db86836b3aa09848178796a020b
Diffstat (limited to 'libreofficekit')
-rw-r--r-- | libreofficekit/source/gtk/lokdocview.cxx | 6 |
1 files 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; |