diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-03-22 16:39:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-03-23 10:18:54 +0100 |
commit | 1a29b960bb3693b34f3e8d77010a2398398c964f (patch) | |
tree | ee7eb58d53554a141f2a0e4a187544b2449fe050 /sc/qa | |
parent | 59af0be9fbfcef4e157a74099a6aef0c60facb36 (diff) |
loplugin:unusedfields
Change-Id: Ifa2e2b35b725a877ef43526ad243cbfd02148807
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131951
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/extras/scpdfexport.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/qa/extras/scpdfexport.cxx b/sc/qa/extras/scpdfexport.cxx index 86c966af992b..93f6f763e211 100644 --- a/sc/qa/extras/scpdfexport.cxx +++ b/sc/qa/extras/scpdfexport.cxx @@ -41,7 +41,6 @@ using namespace ::com::sun::star::uno; class ScPDFExportTest : public test::BootstrapFixture, public unotest::MacrosTest { Reference<XComponent> mxComponent; - Reference<frame::XFrame> xTargetFrame; public: ScPDFExportTest() {} |