summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-13 15:54:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-14 08:32:40 +0200
commit2a2602fd46c3eeee28b2c9af9f540f86d5579f11 (patch)
treee828507c431006a2bba3339021750944b146cb00 /include
parentfcb945e37dc31c11bcc3195fcbe835a63bb5bf5f (diff)
loplugin:unusedfields
Change-Id: I0ec89b56b339f26bb236887c904e6b5d14ceecea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94136 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/templdlg.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/templdlg.hxx b/include/sfx2/templdlg.hxx
index 8ffc8ddfcdb0..99b7200a9a40 100644
--- a/include/sfx2/templdlg.hxx
+++ b/include/sfx2/templdlg.hxx
@@ -39,7 +39,6 @@ public:
private:
std::unique_ptr<SfxTemplateDialog_Impl> pImpl;
- SfxBindings* mpBindings;
};
#endif