[Libreoffice-commits] core.git: libreofficekit/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jun 4 12:15:17 UTC 2020
libreofficekit/source/gtk/lokdocview.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 8d41357570ad2671b0053c462e33b1d78626dca0
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Jun 4 14:45:21 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Jun 4 14:14:33 2020 +0200
Bin two leftover spurious writes to std::cerr
Change-Id: I89601e3682a5f8eca81b45af62e5aa50c481bc84
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95502
Tested-by: Tor Lillqvist <tml at collabora.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx
index ac5edc633ee0..8bcbd1aeb904 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -1113,8 +1113,6 @@ callback (gpointer pData)
priv->m_aVisibleCursor = payloadToRectangle(pDocView, rRectangle.c_str());
priv->m_bCursorOverlayVisible = true;
- std::cerr << nViewId;
- std::cerr << priv->m_nViewId;
if(nViewId == priv->m_nViewId)
{
g_signal_emit(pDocView, doc_view_signals[CURSOR_CHANGED], 0,
More information about the Libreoffice-commits
mailing list