Tag: cws_src680_dba24c User: fs Date: 2007-10-09 21:14:28+0000 Modified: dba/dbaccess/source/ui/dlg/ConnectionPage.cxx dba/dbaccess/source/ui/dlg/ConnectionPage.src dba/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx dba/dbaccess/source/ui/dlg/detailpages.cxx dba/dbaccess/source/ui/inc/dbu_dlg.hrc
Log: changed the message box about un/successful JDBC driver class test to contain one line only File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: ConnectionPage.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/ConnectionPage.cxx?r1=1.20&r2=1.20.2.1 Delta lines: +4 -7 ------------------- --- ConnectionPage.cxx 2007-09-13 17:58:18+0000 1.20 +++ ConnectionPage.cxx 2007-10-09 21:14:26+0000 1.20.2.1 @@ -4,9 +4,9 @@ * * $RCSfile: ConnectionPage.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.20.2.1 $ * - * last change: $Author: ihi $ $Date: 2007/09/13 17:58:18 $ + * last change: $Author: fs $ $Date: 2007/10/09 21:14:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -426,10 +426,7 @@ } USHORT nMessage = bSuccess ? STR_JDBCDRIVER_SUCCESS : STR_JDBCDRIVER_NO_SUCCESS; - - String aMessage = String(ModuleRes(nMessage)); - String sTitle(ModuleRes(STR_JDBCDRIVER_TEST)); - OSQLMessageBox aMsg(this,sTitle,aMessage); + OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), String() ); aMsg.Execute(); return 0L; } File [changed]: ConnectionPage.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/ConnectionPage.src?r1=1.6.62.1&r2=1.6.62.2 Delta lines: +2 -7 ------------------- --- ConnectionPage.src 2007-10-02 10:27:00+0000 1.6.62.1 +++ ConnectionPage.src 2007-10-09 21:14:26+0000 1.6.62.2 @@ -4,9 +4,9 @@ * * $RCSfile: ConnectionPage.src,v $ * - * $Revision: 1.6.62.1 $ + * $Revision: 1.6.62.2 $ * - * last change: $Author: oj $ $Date: 2007/10/02 10:27:00 $ + * last change: $Author: fs $ $Date: 2007/10/09 21:14:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -173,11 +173,6 @@ Text [ en-US ] = "The connection could not be established successfully."; }; -String STR_JDBCDRIVER_TEST -{ - Text [ en-US ] = "JDBC Driver Test"; -}; - String STR_JDBCDRIVER_SUCCESS { Text [ en-US ] = "The JDBC driver was loaded successfully."; File [changed]: DBSetupConnectionPages.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx?r1=1.13&r2=1.13.40.1 Delta lines: +5 -10 -------------------- --- DBSetupConnectionPages.cxx 2007-07-06 08:10:46+0000 1.13 +++ DBSetupConnectionPages.cxx 2007-10-09 21:14:26+0000 1.13.40.1 @@ -4,9 +4,9 @@ * * $RCSfile: DBSetupConnectionPages.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.13.40.1 $ * - * last change: $Author: rt $ $Date: 2007/07/06 08:10:46 $ + * last change: $Author: fs $ $Date: 2007/10/09 21:14:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -585,9 +585,7 @@ } USHORT nMessage = bSuccess ? STR_JDBCDRIVER_SUCCESS : STR_JDBCDRIVER_NO_SUCCESS; - String aMessage = String(ModuleRes(nMessage)); - String sTitle(ModuleRes(STR_JDBCDRIVER_TEST)); - OSQLMessageBox aMsg(this,sTitle,aMessage); + OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), String() ); aMsg.Execute(); return 0L; } @@ -696,10 +694,7 @@ } USHORT nMessage = bSuccess ? STR_JDBCDRIVER_SUCCESS : STR_JDBCDRIVER_NO_SUCCESS; - - String aMessage = String(ModuleRes(nMessage)); - String sTitle(ModuleRes(STR_JDBCDRIVER_TEST)); - OSQLMessageBox aMsg(this,sTitle,aMessage); + OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), String() ); aMsg.Execute(); return 0L; } File [changed]: detailpages.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/detailpages.cxx?r1=1.47&r2=1.47.40.1 Delta lines: +4 -7 ------------------- --- detailpages.cxx 2007-07-06 08:15:11+0000 1.47 +++ detailpages.cxx 2007-10-09 21:14:26+0000 1.47.40.1 @@ -4,9 +4,9 @@ * * $RCSfile: detailpages.cxx,v $ * - * $Revision: 1.47 $ + * $Revision: 1.47.40.1 $ * - * last change: $Author: rt $ $Date: 2007/07/06 08:15:11 $ + * last change: $Author: fs $ $Date: 2007/10/09 21:14:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1042,10 +1042,7 @@ } USHORT nMessage = bSuccess ? STR_JDBCDRIVER_SUCCESS : STR_JDBCDRIVER_NO_SUCCESS; - - String aMessage = String(ModuleRes(nMessage)); - String sTitle(ModuleRes(STR_JDBCDRIVER_TEST)); - OSQLMessageBox aMsg(this,sTitle,aMessage); + OSQLMessageBox aMsg( this, String( ModuleRes( nMessage ) ), String() ); aMsg.Execute(); return 0L; } Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: dbu_dlg.hrc Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dbu_dlg.hrc?r1=1.13.40.1&r2=1.13.40.2 Delta lines: +3 -3 ------------------- --- dbu_dlg.hrc 2007-10-02 10:26:48+0000 1.13.40.1 +++ dbu_dlg.hrc 2007-10-09 21:14:26+0000 1.13.40.2 @@ -4,9 +4,9 @@ * * $RCSfile: dbu_dlg.hrc,v $ * - * $Revision: 1.13.40.1 $ + * $Revision: 1.13.40.2 $ * - * last change: $Author: oj $ $Date: 2007/10/02 10:26:48 $ + * last change: $Author: fs $ $Date: 2007/10/09 21:14:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -100,7 +100,7 @@ #define STR_LOGICAL_INDEX_NAME RID_STR_DLG_START + 33 #define STR_CONNECTION_TEST RID_STR_DLG_START + 34 #define STR_CONNECTION_SUCCESS RID_STR_DLG_START + 35 -#define STR_JDBCDRIVER_TEST RID_STR_DLG_START + 36 + // FREE #define STR_JDBCDRIVER_SUCCESS RID_STR_DLG_START + 37 #define STR_JDBCDRIVER_NO_SUCCESS RID_STR_DLG_START + 38 #define STR_MSACCESS_FILTERNAME RID_STR_DLG_START + 39 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
