diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-12 13:13:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-13 08:38:07 +0200 |
commit | 6694219526e4d759657aecc49483c518f3d573b1 (patch) | |
tree | db19e3cc03f49c28062b51aabeccdd01528be359 /sw/source/uibase/docvw/romenu.hxx | |
parent | ff53b7e475be213a5337e37ba9c8fb73259fb0ad (diff) |
loplugin:unusedfields only-used-in-constructor in sw
Change-Id: I942279bdf2774d6c30deae2b2f35cd9edca07efd
Reviewed-on: https://gerrit.libreoffice.org/55614
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/docvw/romenu.hxx')
-rw-r--r-- | sw/source/uibase/docvw/romenu.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/uibase/docvw/romenu.hxx b/sw/source/uibase/docvw/romenu.hxx index 8b0a7fa0badc..7ddf442f7f17 100644 --- a/sw/source/uibase/docvw/romenu.hxx +++ b/sw/source/uibase/docvw/romenu.hxx @@ -63,8 +63,7 @@ class SwReadOnlyPopup const Point &m_rDocPos; Graphic m_aGraphic; OUString m_sURL, - m_sTargetFrameName, - m_sDescription; + m_sTargetFrameName; OUString m_sGrfName; std::vector<OUString> m_aThemeList; bool m_bGrfToGalleryAsLnk; |