diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/fmcomp/gridctrl.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index 777045da3ad9..4eeb547f65aa 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -2872,14 +2872,6 @@ CellController* DbGridControl::GetController(long /*nRow*/, sal_uInt16 nColumnId return pReturn; } -void DbGridControl::InitController(CellControllerRef& /*rController*/, long /*nRow*/, sal_uInt16 nColumnId) -{ - size_t Location = GetModelColumnPos(nColumnId); - DbGridColumn* pColumn = ( Location < m_aColumns.size() ) ? m_aColumns[ Location ] : NULL; - if (pColumn) - pColumn->UpdateFromField(m_xCurrentRow, m_xFormatter); -} - void DbGridControl::CellModified() { SAL_INFO("svx.fmcomp", "DbGridControl::CellModified"); |