[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Tue Apr 14 23:15:03 PDT 2015
sw/source/ui/table/tabledlg.cxx | 1 -
sw/source/uibase/inc/tabledlg.hxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit 5a04ff004f57769a2635269eefd3177966348143
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Apr 15 08:10:44 2015 +0200
-Werror,-Wunused-private-field
Change-Id: I27afea85c339cf2239ed118cf6cedaece032dfae
diff --git a/sw/source/ui/table/tabledlg.cxx b/sw/source/ui/table/tabledlg.cxx
index 4f9f8a4..d902fd2 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!");
diff --git a/sw/source/uibase/inc/tabledlg.hxx b/sw/source/uibase/inc/tabledlg.hxx
index d9b9988..2bd62de 100644
--- a/sw/source/uibase/inc/tabledlg.hxx
+++ b/sw/source/uibase/inc/tabledlg.hxx
@@ -31,7 +31,6 @@ struct TColumn;
class SwTableTabDlg : public SfxTabDialog
{
SwWrtShell* pShell;
- sal_uInt16 m_nHtmlMode;
sal_uInt16 m_nTextFlowId;
sal_uInt16 m_nBackgroundId;
sal_uInt16 m_nBorderId;
More information about the Libreoffice-commits
mailing list