[Libreoffice-commits] core.git: dbaccess/source
Luc Castermans
luc.castermans at gmail.com
Sat Mar 2 09:31:37 PST 2013
dbaccess/source/ui/inc/WCopyTable.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dc33a06d89aff71e0190780fdec02c63277844b6
Author: Luc Castermans <luc.castermans at gmail.com>
Date: Sat Mar 2 15:36:53 2013 +0100
translated last German comment in this file
Change-Id: I6e8e65156d23682a2045019c7703c57f2448d1dc
Reviewed-on: https://gerrit.libreoffice.org/2513
Reviewed-by: Joren De Cuyper <joren.libreoffice at telenet.be>
Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
Tested-by: Thomas Arnhold <thomas at arnhold.org>
diff --git a/dbaccess/source/ui/inc/WCopyTable.hxx b/dbaccess/source/ui/inc/WCopyTable.hxx
index 87098f6..9a95655 100644
--- a/dbaccess/source/ui/inc/WCopyTable.hxx
+++ b/dbaccess/source/ui/inc/WCopyTable.hxx
@@ -335,7 +335,7 @@ namespace dbaui
OKButton& GetOKButton() { return m_pbFinish; }
Wizard_Button_Style GetPressedButton() const { return m_ePressed; }
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 CheckButtons(); // checks which button can be disabled, enabled
More information about the Libreoffice-commits
mailing list