summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/tabledesign/TEditControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TEditControl.cxx')
-rw-r--r--dbaccess/source/ui/tabledesign/TEditControl.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/dbaccess/source/ui/tabledesign/TEditControl.cxx b/dbaccess/source/ui/tabledesign/TEditControl.cxx
index 6744812fe4d5..90e73412f0fe 100644
--- a/dbaccess/source/ui/tabledesign/TEditControl.cxx
+++ b/dbaccess/source/ui/tabledesign/TEditControl.cxx
@@ -877,25 +877,6 @@ void OTableEditorCtrl::InsertNewRows( long nRow )
InvalidateFeatures();
}
-OUString OTableEditorCtrl::GetControlText( long nRow, sal_uInt16 nColId )
-{
- // Read the Browser Controls
- if( nColId < FIELD_FIRST_VIRTUAL_COLUMN )
- {
- GoToRow( nRow );
- GoToColumnId( nColId );
- CellControllerRef xController = Controller();
- if(xController.Is())
- return xController->GetWindow().GetText();
- else
- return GetCellText(nRow,nColId);
- }
-
- // Read the Controls on the Tabpage
- else
- return pDescrWin->GetControlText( nColId );
-}
-
void OTableEditorCtrl::SetControlText( long nRow, sal_uInt16 nColId, const OUString& rText )
{
// Set the Browser Controls