summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx5
-rw-r--r--dbaccess/source/ui/tabledesign/FieldDescGenWin.hxx1
2 files changed, 0 insertions, 6 deletions
diff --git a/dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx b/dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx
index 87c44834ae8b..9b968d4b3e01 100644
--- a/dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx
+++ b/dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx
@@ -66,11 +66,6 @@ void OFieldDescGenWin::SetReadOnly( bool bReadOnly )
m_pFieldControl->SetReadOnly(bReadOnly);
}
-OUString OFieldDescGenWin::GetControlText( sal_uInt16 nControlId )
-{
- return m_pFieldControl->GetControlText(nControlId);
-}
-
void OFieldDescGenWin::SetControlText( sal_uInt16 nControlId, const OUString& rText )
{
// set texts of the controls
diff --git a/dbaccess/source/ui/tabledesign/FieldDescGenWin.hxx b/dbaccess/source/ui/tabledesign/FieldDescGenWin.hxx
index c80a54ce3c1e..41bd5dd1fdc2 100644
--- a/dbaccess/source/ui/tabledesign/FieldDescGenWin.hxx
+++ b/dbaccess/source/ui/tabledesign/FieldDescGenWin.hxx
@@ -48,7 +48,6 @@ namespace dbaui
void DisplayData( OFieldDescription* pFieldDescr );
void SaveData( OFieldDescription* pFieldDescr );
void SetControlText( sal_uInt16 nControlId, const OUString& rText );
- OUString GetControlText( sal_uInt16 nControlId );
void SetReadOnly( bool bReadOnly );
OTableEditorCtrl* GetEditorCtrl();