Tag: cws_src680_dba24lms User: oj Date: 2007-11-14 14:06:41+0000 Modified: dba/dbaccess/source/ui/dlg/advancedsettings.hrc dba/dbaccess/source/ui/misc/dsmeta.cxx
Log: #i11746# revert DSL_DOSLINEENDS removeable File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: advancedsettings.hrc Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/advancedsettings.hrc?r1=1.2.6.2&r2=1.2.6.3 Delta lines: +3 -3 ------------------- --- advancedsettings.hrc 2007-11-12 15:20:47+0000 1.2.6.2 +++ advancedsettings.hrc 2007-11-14 14:06:38+0000 1.2.6.3 @@ -4,9 +4,9 @@ * * $RCSfile: advancedsettings.hrc,v $ * - * $Revision: 1.2.6.2 $ + * $Revision: 1.2.6.3 $ * - * last change: $Author: oj $ $Date: 2007/11/12 15:20:47 $ + * last change: $Author: oj $ $Date: 2007/11/14 14:06:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,7 @@ #ifndef DBAUI_ADVANCEDSETTINGS_HRC #define DBAUI_ADVANCEDSETTINGS_HRC -#define ADVANCED_CHECKBOX_OPTIONS 12 +#define ADVANCED_CHECKBOX_OPTIONS 13 #define ADVANCED_LISTBOX_OPTIONS 1 #define ADVANCED_PAGE_X 200 Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: dsmeta.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/dsmeta.cxx?r1=1.2.6.2&r2=1.2.6.3 Delta lines: +3 -3 ------------------- --- dsmeta.cxx 2007-11-14 12:39:35+0000 1.2.6.2 +++ dsmeta.cxx 2007-11-14 14:06:39+0000 1.2.6.3 @@ -4,9 +4,9 @@ * * $RCSfile: dsmeta.cxx,v $ * - * $Revision: 1.2.6.2 $ + * $Revision: 1.2.6.3 $ * - * last change: $Author: oj $ $Date: 2007/11/14 12:39:35 $ + * last change: $Author: oj $ $Date: 2007/11/14 14:06:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -125,7 +125,7 @@ s_aSupport[ DST_MSACCESS ] = InitAdvanced( 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0 ); s_aSupport[ DST_MYSQL_ODBC ] = InitAdvanced( 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0 ); s_aSupport[ DST_MYSQL_JDBC ] = InitAdvanced( 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0 ); - s_aSupport[ DST_ORACLE_JDBC ] = InitAdvanced( 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1 ); + s_aSupport[ DST_ORACLE_JDBC ] = InitAdvanced( 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ); s_aSupport[ DST_ADABAS ] = InitAdvanced( 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0 ); s_aSupport[ DST_CALC ] = InitAdvanced( InitAdvanced::None ); s_aSupport[ DST_DBASE ] = InitAdvanced( 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
