Kaydet (Commit) 5a04ff00 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: I27afea85c339cf2239ed118cf6cedaece032dfae
üst b1448211
...@@ -1206,7 +1206,6 @@ SwTableTabDlg::SwTableTabDlg(vcl::Window* pParent, SfxItemPool&, ...@@ -1206,7 +1206,6 @@ SwTableTabDlg::SwTableTabDlg(vcl::Window* pParent, SfxItemPool&,
: SfxTabDialog(0, pParent, "TablePropertiesDialog", : SfxTabDialog(0, pParent, "TablePropertiesDialog",
"modules/swriter/ui/tableproperties.ui", pItemSet) "modules/swriter/ui/tableproperties.ui", pItemSet)
, pShell(pSh) , pShell(pSh)
, m_nHtmlMode(::GetHtmlMode(pSh->GetView().GetDocShell()))
{ {
SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create(); SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create();
OSL_ENSURE(pFact, "Dialog creation failed!"); OSL_ENSURE(pFact, "Dialog creation failed!");
......
...@@ -31,7 +31,6 @@ struct TColumn; ...@@ -31,7 +31,6 @@ struct TColumn;
class SwTableTabDlg : public SfxTabDialog class SwTableTabDlg : public SfxTabDialog
{ {
SwWrtShell* pShell; SwWrtShell* pShell;
sal_uInt16 m_nHtmlMode;
sal_uInt16 m_nTextFlowId; sal_uInt16 m_nTextFlowId;
sal_uInt16 m_nBackgroundId; sal_uInt16 m_nBackgroundId;
sal_uInt16 m_nBorderId; sal_uInt16 m_nBorderId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment