translated last German comment in this file
Change-Id: I6e8e65156d23682a2045019c7703c57f2448d1dc Reviewed-on: https://gerrit.libreoffice.org/2513 Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
This commit is contained in:
parent
6b599d590c
commit
dc33a06d89
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ namespace dbaui
|
||||||
OKButton& GetOKButton() { return m_pbFinish; }
|
OKButton& GetOKButton() { return m_pbFinish; }
|
||||||
Wizard_Button_Style GetPressedButton() const { return m_ePressed; }
|
Wizard_Button_Style GetPressedButton() const { return m_ePressed; }
|
||||||
void EnableButton(Wizard_Button_Style eStyle,sal_Bool bEnable);
|
void EnableButton(Wizard_Button_Style eStyle,sal_Bool bEnable);
|
||||||
void AddWizardPage(OWizardPage* pPage); // Page wird von OCopyTableWizard gelöscht
|
void AddWizardPage(OWizardPage* pPage); // delete page from OCopyTableWizard
|
||||||
void RemoveWizardPage(OWizardPage* pPage); // Page goes again to user
|
void RemoveWizardPage(OWizardPage* pPage); // Page goes again to user
|
||||||
void CheckButtons(); // checks which button can be disabled, enabled
|
void CheckButtons(); // checks which button can be disabled, enabled
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue