summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/dbinsdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/dbinsdlg.cxx')
-rw-r--r--sw/source/ui/dbui/dbinsdlg.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index bd5b36392a18..199e67ed6eb7 100644
--- a/sw/source/ui/dbui/dbinsdlg.cxx
+++ b/sw/source/ui/dbui/dbinsdlg.cxx
@@ -158,7 +158,6 @@ struct _DB_Column
}
};
-
struct _DB_ColumnConfigData
{
SwInsDBColumns aDBColumns;
@@ -1026,7 +1025,6 @@ void SwInsertDBColAutoPilot::DataToDoc( const Sequence<Any>& rSelection,
sal_Bool bIsAutoUpdateCells = rSh.IsAutoUpdateCells();
rSh.SetAutoUpdateCells( sal_False );
-
if( m_pCbTableHeadon->IsChecked() )
{
for( n = 0; n < nCols; ++n )
@@ -1230,7 +1228,6 @@ void SwInsertDBColAutoPilot::DataToDoc( const Sequence<Any>& rSelection,
GetFldType( 0, RES_DBNEXTSETFLD ),
OUString("1"), aEmptyOUStr, aDBData );
-
bool bSetCrsr = true;
sal_uInt16 n = 0, nCols = aColArr.size();
::sw::mark::IMark* pMark = NULL;
@@ -1256,7 +1253,6 @@ void SwInsertDBColAutoPilot::DataToDoc( const Sequence<Any>& rSelection,
if(bBreak)
break;
-
for( n = 0; n < nCols; ++n )
{
_DB_Column* pDBCol = &aColArr[ n ];
@@ -1733,7 +1729,6 @@ void SwInsertDBColAutoPilot::Load()
pInsDBColumn->nUsrNumFmt = rNFmtr.GetEntryKey( pInsDBColumn->sUsrNumFmt,
pInsDBColumn->eUsrNumFmtLng );
-
pNewData->aDBColumns.insert(pInsDBColumn);
}
sal_Int32 n = 0;