[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - libreofficekit/source
Ashod Nakashian (via logerrit)
logerrit at kemper.freedesktop.org
Wed Oct 30 21:52:00 UTC 2019
libreofficekit/source/gtk/lokdocview.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 19901a9795bdcf0673f67009d32509bec534c09b
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Mon Jul 29 09:21:27 2019 -0400
Commit: Michael Meeks <michael.meeks at collabora.com>
CommitDate: Wed Oct 30 22:50:32 2019 +0100
gtktiledviewer: always load with en-US language
This is the default for Online, so makes sense
to have the same in the gtktiledviewer as well.
Change-Id: I8c4729aa301069e246554b06671ad86bbe50c441
Reviewed-on: https://gerrit.libreoffice.org/81777
Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
Tested-by: Michael Meeks <michael.meeks at collabora.com>
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx
index 833c0c25d642..1e989d03f5ae 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -2222,7 +2222,7 @@ openDocumentInThread (gpointer data)
}
priv->m_pOffice->pClass->registerCallback(priv->m_pOffice, globalCallbackWorker, pDocView);
- priv->m_pDocument = priv->m_pOffice->pClass->documentLoad( priv->m_pOffice, priv->m_aDocPath.c_str() );
+ priv->m_pDocument = priv->m_pOffice->pClass->documentLoadWithOptions( priv->m_pOffice, priv->m_aDocPath.c_str(), "en-US" );
if ( !priv->m_pDocument )
{
char *pError = priv->m_pOffice->pClass->getError( priv->m_pOffice );
More information about the Libreoffice-commits
mailing list