diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-05-30 19:33:27 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-05-30 19:42:09 +0300 |
commit | 292466e0c2cdbde7547c968d1e1c480a7801836d (patch) | |
tree | be18cc0131ad21dc161a7d0a2f2ef6ee109e2b1e /sw | |
parent | 2c1e35ecc2569c64c26bfd57c0fce4e676573e2f (diff) |
Delete some ASCII graphics separators, too
Change-Id: Ia9176e596b72822d9facea24fa81888768435264
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/undo/untbl.cxx | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sw/source/core/undo/untbl.cxx b/sw/source/core/undo/untbl.cxx index 936feaceef91..cbfa343d8822 100644 --- a/sw/source/core/undo/untbl.cxx +++ b/sw/source/core/undo/untbl.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ - #include <UndoTable.hxx> #include <UndoRedline.hxx> @@ -367,8 +366,6 @@ SwRewriter SwUndoInsTbl::GetRewriter() const return aRewriter; } -// ----------------------------------------------------- - SwTblToTxtSave::SwTblToTxtSave( SwDoc& rDoc, sal_uLong nNd, sal_uLong nEndIdx, xub_StrLen nCnt ) : m_nSttNd( nNd ), m_nEndNd( nEndIdx), m_nCntnt( nCnt ), m_pHstry( 0 ) { @@ -695,8 +692,6 @@ void SwUndoTblToTxt::AddBoxPos( SwDoc& rDoc, sal_uLong nNdIdx, sal_uLong nEndIdx pBoxSaves->push_back( pNew ); } -// ----------------------------------------------------- - SwUndoTxtToTbl::SwUndoTxtToTbl( const SwPaM& rRg, const SwInsertTableOptions& rInsTblOpts, sal_Unicode cCh, sal_uInt16 nAdj, @@ -835,8 +830,6 @@ SwHistory& SwUndoTxtToTbl::GetHistory() return *pHistory; } -// ----------------------------------------------------- - SwUndoTblHeadline::SwUndoTblHeadline( const SwTable& rTbl, sal_uInt16 nOldHdl, sal_uInt16 nNewHdl ) : SwUndo( UNDO_TABLEHEADLINE ), @@ -879,8 +872,6 @@ void SwUndoTblHeadline::RepeatImpl(::sw::RepeatContext & rContext) } } -////////////////////////////////////////////////////////////////////////// - _SaveTable::_SaveTable( const SwTable& rTbl, sal_uInt16 nLnCnt, sal_Bool bSaveFml ) : aTblSet( *rTbl.GetFrmFmt()->GetAttrSet().GetPool(), aTableSetRange ), pSwTable( &rTbl ), nLineCount( nLnCnt ), bSaveFormula( bSaveFml ) @@ -1380,8 +1371,6 @@ void _SaveBox::CreateNew( SwTable& rTbl, SwTableLine& rParent, _SaveTable& rSTbl pNext->CreateNew( rTbl, rParent, rSTbl ); } -////////////////////////////////////////////////////////////////////////// - // UndoObject for attribute changes on table SwUndoAttrTbl::SwUndoAttrTbl( const SwTableNode& rTblNd, sal_Bool bClearTabCols ) @@ -1420,8 +1409,6 @@ void SwUndoAttrTbl::RedoImpl(::sw::UndoRedoContext & rContext) UndoImpl(rContext); } -////////////////////////////////////////////////////////////////////////// - // UndoObject for AutoFormat on Table SwUndoTblAutoFmt::SwUndoTblAutoFmt( const SwTableNode& rTblNd, @@ -1492,8 +1479,6 @@ void SwUndoTblAutoFmt::RedoImpl(::sw::UndoRedoContext & rContext) UndoRedo(false, rContext); } -////////////////////////////////////////////////////////////////////////// - SwUndoTblNdsChg::SwUndoTblNdsChg( SwUndoId nAction, const SwSelBoxes& rBoxes, const SwTableNode& rTblNd, @@ -1922,8 +1907,6 @@ void SwUndoTblNdsChg::RedoImpl(::sw::UndoRedoContext & rContext) CHECK_TABLE( pTblNd->GetTable() ) } -////////////////////////////////////////////////////////////////////////// - SwUndoTblMerge::SwUndoTblMerge( const SwPaM& rTblSel ) : SwUndo( UNDO_TABLE_MERGE ), SwUndRng( rTblSel ), pHistory( 0 ) { @@ -2142,8 +2125,6 @@ void SwUndoTblMerge::SaveCollection( const SwTableBox& rBox ) pHistory->CopyFmtAttr( *pCNd->GetpSwAttrSet(), aIdx.GetIndex() ); } -////////////////////////////////////////////////////////////////////////// - SwUndoTblNumFmt::SwUndoTblNumFmt( const SwTableBox& rBox, const SfxItemSet* pNewSet ) : SwUndo( UNDO_TBLNUMFMT ), @@ -2399,8 +2380,6 @@ void SwUndoTblNumFmt::SetBox( const SwTableBox& rBox ) nNode = rBox.GetSttIdx(); } -////////////////////////////////////////////////////////////////////////// - _UndoTblCpyTbl_Entry::_UndoTblCpyTbl_Entry( const SwTableBox& rBox ) : nBoxIdx( rBox.GetSttIdx() ), nOffset( 0 ), pBoxNumAttr( 0 ), pUndo( 0 ), bJoin( false ) @@ -2811,8 +2790,6 @@ sal_Bool SwUndoTblCpyTbl::IsEmpty() const return !pInsRowUndo && pArr->empty(); } -////////////////////////////////////////////////////////////////////////// - SwUndoCpyTbl::SwUndoCpyTbl() : SwUndo( UNDO_CPYTBL ), pDel( 0 ), nTblNode( 0 ) { @@ -2854,8 +2831,6 @@ void SwUndoCpyTbl::RedoImpl(::sw::UndoRedoContext & rContext) delete pDel, pDel = 0; } -////////////////////////////////////////////////////////////////////////// - SwUndoSplitTbl::SwUndoSplitTbl( const SwTableNode& rTblNd, SwSaveRowSpan* pRowSp, sal_uInt16 eMode, sal_Bool bNewSize ) : SwUndo( UNDO_SPLIT_TABLE ), @@ -2975,8 +2950,6 @@ void SwUndoSplitTbl::SaveFormula( SwHistory& rHistory ) pHistory->Move( 0, &rHistory ); } -////////////////////////////////////////////////////////////////////////// - SwUndoMergeTbl::SwUndoMergeTbl( const SwTableNode& rTblNd, const SwTableNode& rDelTblNd, sal_Bool bWithPrv, sal_uInt16 nMd ) @@ -3100,8 +3073,6 @@ void SwUndoMergeTbl::SaveFormula( SwHistory& rHistory ) pHistory->Move( 0, &rHistory ); } -////////////////////////////////////////////////////////////////////////// - void InsertSort( std::vector<sal_uInt16>& rArr, sal_uInt16 nIdx, sal_uInt16* pInsPos ) { sal_uInt16 nO = rArr.size(), nM, nU = 0; |