diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-22 11:38:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-23 08:59:20 +0200 |
commit | cb37c5f0f3de7b545231a53d46a5271058af76ad (patch) | |
tree | 8281f1ceb0363276f29526d9307ba2647679e54c /libreofficekit | |
parent | 0f347c04bf1305c634b761f92ff487e831bc564c (diff) |
loplugin:unusedfields in jvmfwk..mysqlc
Change-Id: If9c7a3239fceba9a2db3a5905ccaa7fa9adadb08
Reviewed-on: https://gerrit.libreoffice.org/39099
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'libreofficekit')
-rw-r--r-- | libreofficekit/source/gtk/lokdocview.cxx | 1 | ||||
-rw-r--r-- | libreofficekit/source/gtk/tilebuffer.hxx | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx index ca15aca4bfc7..c484fea98bc6 100644 --- a/libreofficekit/source/gtk/lokdocview.cxx +++ b/libreofficekit/source/gtk/lokdocview.cxx @@ -3282,7 +3282,6 @@ lok_doc_view_open_document (LOKDocView* pDocView, GError* error = nullptr; LOEvent* pLOEvent = new LOEvent(LOK_LOAD_DOC); - pLOEvent->m_pPath = pPath; priv->m_aDocPath = pPath; if (pRenderingArguments) diff --git a/libreofficekit/source/gtk/tilebuffer.hxx b/libreofficekit/source/gtk/tilebuffer.hxx index 0d98cc26f899..88961cc1f44d 100644 --- a/libreofficekit/source/gtk/tilebuffer.hxx +++ b/libreofficekit/source/gtk/tilebuffer.hxx @@ -180,11 +180,6 @@ struct LOEvent gboolean m_bNotifyWhenFinished; ///@} - /// @name open_document parameter - ///@{ - const gchar* m_pPath; - ///@} - /// set_edit parameter gboolean m_bEdit; @@ -240,7 +235,6 @@ struct LOEvent , m_pCommand(nullptr) , m_pArguments(nullptr) , m_bNotifyWhenFinished(false) - , m_pPath(nullptr) , m_bEdit(false) , m_nPartMode(0) , m_nPart(0) |