sw/source/ui/table/tabledlg.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 54a5b9144b29951fd57def1e356418f46d9b03c5
Author: Caolán McNamara <caol...@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 <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to