summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/templdlg.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-16 08:33:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-16 09:47:01 +0200
commit4e05ae6a6b90f8e840186a00010c5e6ca1580548 (patch)
treeed94b6f7c6f75fc1f409810cdeb97a23138b3580 /sfx2/source/dialog/templdlg.cxx
parenta71e7b108c7041ebc7cb99d1d2d53358140d8e30 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I7162523a26488b8528a91ec7abd587f55647acbb
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 baef6c0c6d40..3982e2e3f24b 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -421,7 +421,6 @@ class StyleTreeListBox_Impl : public DropListBox_Impl
{
private:
SvLBoxEntry* pCurEntry;
- SfxCommonTemplateDialog_Impl* pCommon;
Link aDoubleClickLink;
Link aDropLink;
String aParent;
@@ -589,8 +588,7 @@ void StyleTreeListBox_Impl::ExpandedHdl()
StyleTreeListBox_Impl::StyleTreeListBox_Impl(
SfxCommonTemplateDialog_Impl* pParent, WinBits nWinStyle) :
DropListBox_Impl(pParent->GetWindow(), nWinStyle, pParent),
- pCurEntry(0),
- pCommon(pParent)
+ pCurEntry(0)
/* [Description]