[Libreoffice-commits] core.git: libreofficekit/source
Ashod Nakashian
ashodnakashian at yahoo.com
Thu Dec 10 06:44:15 PST 2015
libreofficekit/source/gtk/lokdocview.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit deb9203741dcea5dd3f2260f90203c07fb79e9de
Author: Ashod Nakashian <ashodnakashian at yahoo.com>
Date: Sat Dec 5 22:11:33 2015 -0500
Crash fix in gtktiledviewer when creating new view
Change-Id: I85bb71e775f300214e05e75636bbee200d35ffaa
Reviewed-on: https://gerrit.libreoffice.org/20418
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: David Tardon <dtardon at redhat.com>
Tested-by: David Tardon <dtardon at redhat.com>
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx
index e0654b1..5903320 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -2399,6 +2399,7 @@ SAL_DLLPUBLIC_EXPORT GtkWidget* lok_doc_view_new_from_widget(LOKDocView* pOldLOK
LibreOfficeKitDocument* pDocument = lok_doc_view_get_document(LOK_DOC_VIEW(pNewDocView));
LOKDocViewPrivate& pNewPriv = getPrivate(LOK_DOC_VIEW(pNewDocView));
pNewPriv->m_nViewId = pDocument->pClass->createView(pDocument);
+ pNewPriv->m_aRenderingArguments = pOldPriv->m_aRenderingArguments;
postDocumentLoad(pNewDocView);
return pNewDocView;
More information about the Libreoffice-commits
mailing list