[Libreoffice-commits] core.git: sw/source
Caolán McNamara
caolanm at redhat.com
Fri Jun 8 19:35:26 UTC 2018
sw/source/ui/table/tabledlg.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 54a5b9144b29951fd57def1e356418f46d9b03c5
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Jun 8 12:16:05 2018 +0100
drop ancient SW_FILEFORMAT_40 ifdef
Change-Id: I135c4e0020ef422780e8ed91a23c9dfa8563c1c0
Reviewed-on: https://gerrit.libreoffice.org/55470
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/source/ui/table/tabledlg.cxx b/sw/source/ui/table/tabledlg.cxx
index 91cdb2dbe3d3..ae260c093031 100644
--- a/sw/source/ui/table/tabledlg.cxx
+++ b/sw/source/ui/table/tabledlg.cxx
@@ -1278,11 +1278,9 @@ SwTextFlowPage::SwTextFlowPage(vcl::Window* pParent, const SfxItemSet& rSet)
LINK( this, SwTextFlowPage, SplitRowHdl_Impl));
m_pHeadLineCB->SetClickHdl( LINK( this, SwTextFlowPage, HeadLineCBClickHdl ) );
-#ifndef SW_FILEFORMAT_40
const SfxPoolItem *pItem;
if(SfxItemState::SET == rSet.GetItemState( SID_HTML_MODE, false,&pItem )
&& static_cast<const SfxUInt16Item*>(pItem)->GetValue() & HTMLMODE_ON)
-#endif
{
m_pKeepCB->Hide();
m_pSplitCB->Hide();
More information about the Libreoffice-commits
mailing list