From d4c1e55d7a61952b4569ce2f229cbae1cad65044 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 9 Oct 2014 14:07:33 +0200 Subject: -Werror,-Wunused-private-field Change-Id: Ia7370c4aaa6c0bf69eab13979b6d2209dae695f0 --- sfx2/source/dialog/templdlg.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx index c8d5e61ee695..ed3b6a275fbd 100644 --- a/sfx2/source/dialog/templdlg.cxx +++ b/sfx2/source/dialog/templdlg.cxx @@ -612,14 +612,13 @@ private: OUString aName; OUString aParent; StyleTreeArr_Impl pChildren; - bool bIsExpanded; public: bool HasParent() const { return !aParent.isEmpty(); } StyleTree_Impl(const OUString &rName, const OUString &rParent): - aName(rName), aParent(rParent), pChildren(0), bIsExpanded(false) {} + aName(rName), aParent(rParent), pChildren(0) {} ~StyleTree_Impl(); void Put(StyleTree_Impl* pIns, sal_uIntPtr lPos=ULONG_MAX); sal_uIntPtr Count(); -- cgit v1.2.3