summaryrefslogtreecommitdiff
path: root/sw/source/ui/table
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-15 08:10:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-15 08:12:32 +0200
commit5a04ff004f57769a2635269eefd3177966348143 (patch)
tree31ac4155a47f1eebb217c6bd7da94d480999e220 /sw/source/ui/table
parentb144821188aac238a38d647dff489fc53d9bf3f6 (diff)
-Werror,-Wunused-private-field
Change-Id: I27afea85c339cf2239ed118cf6cedaece032dfae
Diffstat (limited to 'sw/source/ui/table')
-rw-r--r--sw/source/ui/table/tabledlg.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/table/tabledlg.cxx b/sw/source/ui/table/tabledlg.cxx
index 4f9f8a447f85..d902fd211895 100644
--- a/sw/source/ui/table/tabledlg.cxx
+++ b/sw/source/ui/table/tabledlg.cxx
@@ -1206,7 +1206,6 @@ SwTableTabDlg::SwTableTabDlg(vcl::Window* pParent, SfxItemPool&,
: SfxTabDialog(0, pParent, "TablePropertiesDialog",
"modules/swriter/ui/tableproperties.ui", pItemSet)
, pShell(pSh)
- , m_nHtmlMode(::GetHtmlMode(pSh->GetView().GetDocShell()))
{
SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create();
OSL_ENSURE(pFact, "Dialog creation failed!");