From de40a30661562aca6ab609950a2dea16ab9506fa Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Wed, 18 Jan 2017 16:18:21 +0530 Subject: lokdocview: Turn off annotations rendering here Change-Id: Ia1ee4f54a05ab3daca62a78fe335e731e4cfc02d Reviewed-on: https://gerrit.libreoffice.org/33465 Reviewed-by: pranavk Tested-by: pranavk (cherry picked from commit 0f0164d647e01c2e7d2a42a0dd9d58d5e7b765d4) --- libreofficekit/source/gtk/lokdocview.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libreofficekit') diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx index ac516c325f30..88ea94be5a75 100644 --- a/libreofficekit/source/gtk/lokdocview.cxx +++ b/libreofficekit/source/gtk/lokdocview.cxx @@ -2628,6 +2628,7 @@ static gboolean lok_doc_view_initable_init (GInitable *initable, GCancellable* / return FALSE; } priv->m_nLOKFeatures |= LOK_FEATURE_PART_IN_INVALIDATION_CALLBACK; + priv->m_nLOKFeatures |= LOK_FEATURE_NO_TILED_ANNOTATIONS; priv->m_pOffice->pClass->setOptionalFeatures(priv->m_pOffice, priv->m_nLOKFeatures); return TRUE; -- cgit