Tag: cws_src680_mergede02
User: ihi     
Date: 2007/04/24 03:17:55

Modified:
   dba/dbaccess/source/ui/dlg/dbadmin.src

Log:
 #i76639# workaround

File Changes:

Directory: /dba/dbaccess/source/ui/dlg/
=======================================

File [changed]: dbadmin.src
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dbadmin.src?r1=1.155&r2=1.155.4.1
Delta lines:  +14 -10
---------------------
--- dbadmin.src 19 Apr 2007 14:59:34 -0000      1.155
+++ dbadmin.src 24 Apr 2007 10:17:52 -0000      1.155.4.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: dbadmin.src,v $
  *
- *  $Revision: 1.155 $
+ *  $Revision: 1.155.4.1 $
  *
- *  last change: $Author: ihi $ $Date: 2007/04/19 14:59:34 $
+ *  last change: $Author: ihi $ $Date: 2007/04/24 10:17:52 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -64,6 +64,16 @@
     /* bottom space */  START_Y - RELATED_CONTROLS
 //#define ADVANCED_PAGE_Y              (105 + 5*CHECKBOX_HEIGHT + 
4*RELATED_CONTROLS)
 
+#define _LB_BOOLEANCOMPARISON                                   \
+               StringList [ en-US ] =                                  \
+               {                                                       \
+                       < "Default" ; Default ; > ;                         \
+                       < "SQL" ; Default ; > ;                             \
+                       < "Mixed" ; Default ; > ;                           \
+                       < "MS Access" ; Default ; > ;                       \
+               };                                                      
+
+
 //-------------------------------------------------------------------------
 
 #define AUTO_APPENDTABLEALIAS(AUTO_Y)                                          
                                                \
@@ -192,13 +202,7 @@
                DropDown = TRUE;                                        \
                Border = TRUE;                                          \
                HelpId = HID_DSADMIN_BOOLEANCOMPARISON;                 \
-               StringList [ en-US ] =                                  \
-               {                                                       \
-                       < "Default" ; Default ; > ;                         \
-                       < "SQL" ; Default ; > ;                             \
-                       < "Mixed" ; Default ; > ;                           \
-                       < "MS Access" ; Default ; > ;                       \
-               };                                                      \
+               _LB_BOOLEANCOMPARISON                                   \
        };                                                          \
 
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to