summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx')
-rw-r--r--dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx b/dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx
index 980da26282f7..058ae3489cf8 100644
--- a/dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx
+++ b/dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx
@@ -28,7 +28,6 @@
using namespace dbaui;
// class OFieldDescGenWin
-
OFieldDescGenWin::OFieldDescGenWin( Window* pParent, OTableDesignHelpBar* pHelp ) :
TabPage( pParent, WB_3DLOOK | WB_DIALOGCONTROL )
{
@@ -69,7 +68,7 @@ OUString OFieldDescGenWin::GetControlText( sal_uInt16 nControlId )
void OFieldDescGenWin::SetControlText( sal_uInt16 nControlId, const OUString& rText )
{
- // Texte der Controls setzen
+ // set texts of the controls
m_pFieldControl->SetControlText(nControlId,rText);
}
@@ -94,7 +93,7 @@ void OFieldDescGenWin::SaveData( OFieldDescription* pFieldDescr )
void OFieldDescGenWin::GetFocus()
{
- // Setzt den Focus auf das zuletzt aktive Control
+ // sets the focus to the control that was active last
TabPage::GetFocus();
if(m_pFieldControl)
m_pFieldControl->GetFocus();