Tag: cws_dev300_dba30d User: fs Date: 2008-05-22 20:02:46+0000 Modified: dba/dbaccess/source/ui/dlg/ConnectionPage.cxx dba/dbaccess/source/ui/dlg/ConnectionPage.hrc
Log: don't redefine FL_SEPARATOR1, this leads to confusion 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.24&r2=1.24.30.1 Delta lines: +5 -2 ------------------- --- ConnectionPage.cxx 2008-04-10 14:28:27+0000 1.24 +++ ConnectionPage.cxx 2008-05-22 20:02:43+0000 1.24.30.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ConnectionPage.cxx,v $ - * $Revision: 1.24 $ + * $Revision: 1.24.30.1 $ * * This file is part of OpenOffice.org. * @@ -170,6 +170,9 @@ #include "adodatalinks.hxx" #endif #endif //_ADO_DATALINK_BROWSE_ + +#include "AutoControls.hrc" + //......................................................................... namespace dbaui { File [changed]: ConnectionPage.hrc Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/ConnectionPage.hrc?r1=1.6&r2=1.6.30.1 Delta lines: +4 -5 ------------------- --- ConnectionPage.hrc 2008-04-10 14:28:43+0000 1.6 +++ ConnectionPage.hrc 2008-05-22 20:02:43+0000 1.6.30.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ConnectionPage.hrc,v $ - * $Revision: 1.6 $ + * $Revision: 1.6.30.1 $ * * This file is part of OpenOffice.org. * @@ -55,9 +55,8 @@ #define CB_PASSWORD_REQUIRED 1 -#define FL_SEPARATOR1 1 -#define FL_SEPARATOR2 2 -#define FL_SEPARATOR3 3 +#define FL_SEPARATOR2 1 +#define FL_SEPARATOR3 2 #endif // DBAUI_CONNECTIONPAGE_HRC --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
