diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
commit | aba2169bfb03658f4be056b59b29657adbb9a6c2 (patch) | |
tree | c90c38d1c6065734677f6f938adbedf4d2bb5ed5 /automation/source | |
parent | 63e30833f94fa7e76cc799402ba43071cff5d2d0 (diff) |
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'automation/source')
-rw-r--r-- | automation/source/inc/testapp.hxx | 4 | ||||
-rw-r--r-- | automation/source/miniapp/testapp.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/automation/source/inc/testapp.hxx b/automation/source/inc/testapp.hxx index ebce5f079774..cf76571a81de 100644 --- a/automation/source/inc/testapp.hxx +++ b/automation/source/inc/testapp.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: testapp.hxx,v $ - * $Revision: 1.12 $ + * $Revision: 1.12.24.1 $ * * This file is part of OpenOffice.org. * @@ -122,7 +122,7 @@ public: private: ImplTestToolObj *pImpl; // Alles was von der Implementation abhngt - static CErrors* const GetFehlerListe() { return pFehlerListe; } + static const CErrors* GetFehlerListe() { return pFehlerListe; } BOOL bUseIPC; Link aLogHdl; // Zum Logen der Fehlermeldungen im Testtool Link aWinInfoHdl; // Anzeigen der Windows/Controls der zu testenden App diff --git a/automation/source/miniapp/testapp.cxx b/automation/source/miniapp/testapp.cxx index 4ee712e1f2c2..babe0e428440 100644 --- a/automation/source/miniapp/testapp.cxx +++ b/automation/source/miniapp/testapp.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: testapp.cxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.9.24.1 $ * * This file is part of OpenOffice.org. * @@ -147,7 +147,7 @@ void MainWindow::SysDlg() switch (QueryBox(this,WB_YES_NO_CANCEL | WB_DEF_YES, CUniString("Want to open another Dialog?")).Execute()) { case RET_YES: - while ( WarningBox(this,WB_OK_CANCEL | WB_DEF_OK,CUniString("Well this is the last box now!")).Execute() == RET_OK ); + while ( WarningBox(this,WB_OK_CANCEL | WB_DEF_OK,CUniString("Well this is the last box now!")).Execute() == RET_OK ) ; break; case RET_NO: break; |