diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-14 11:58:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-14 15:40:52 +0100 |
commit | 5e8bc7bda667e994cfbdf9bf4d981175dff71bae (patch) | |
tree | d32ba83233a00929259ac1d5dc69e1bdb86299b0 /desktop | |
parent | f0481649c526e2ad934482487c2dc7fae49c8031 (diff) |
loplugin:unusedfields
Change-Id: I5869e9974c37b1b525d316367f1dc5051d8aa197
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159404
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/qa/desktop_lib/test_desktop_lib.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx index dd89ebf1eed0..c245d6b50c94 100644 --- a/desktop/qa/desktop_lib/test_desktop_lib.cxx +++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx @@ -2140,7 +2140,6 @@ public: bool m_bZeroCursor; tools::Rectangle m_aOwnCursor; boost::property_tree::ptree m_aCommentCallbackResult; - boost::property_tree::ptree m_aCallbackWindowResult; boost::property_tree::ptree m_aColorPaletteCallbackResult; ViewCallback(LibLODocument_Impl* pDocument) |