summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/templdlg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-23 11:18:55 +0200
committerNoel Grandin <noel@peralex.com>2015-11-23 13:30:54 +0200
commit1aa29c829121d19548143a0e3b97b061c72afb3a (patch)
treedf820da9f8a256281cd96c6994e4549018a01f6d /sfx2/source/dialog/templdlg.cxx
parent990691b144c1292f0263e0a8b8704b0ccbd7a168 (diff)
loplugin:unusedfields in sfx2/
Change-Id: Id0d81901501683001107677c5573450c857ad094
Diffstat (limited to 'sfx2/source/dialog/templdlg.cxx')
-rw-r--r--sfx2/source/dialog/templdlg.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index fea4f79652ea..aafe9c7ddd5f 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -657,8 +657,7 @@ SvTreeListEntry* FillBox_Impl(SvTreeListBox* pBox,
// Constructor
SfxCommonTemplateDialog_Impl::SfxCommonTemplateDialog_Impl( SfxBindings* pB, vcl::Window* pW, bool )
- : mbIgnoreSelect(false)
- , pBindings(pB)
+ : pBindings(pB)
, pWindow(pW)
, pModule(nullptr)
, pIdle(nullptr)
@@ -679,7 +678,6 @@ SfxCommonTemplateDialog_Impl::SfxCommonTemplateDialog_Impl( SfxBindings* pB, vcl
, bDontUpdate(false)
, bIsWater(false)
- , bEnabled(true)
, bUpdate(false)
, bUpdateFamily(false)
, bCanEdit(false)