summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/dbadmin.src
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-24 15:09:26 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-24 15:09:26 +0000
commit381ca0d9876c322cb61a517602f55abc95343177 (patch)
treeb1c500d31b0757b4bd5f485eea0cf4642e40ea57 /dbaccess/source/ui/dlg/dbadmin.src
parentINTEGRATION: CWS mergede01 (1.28.248); FILE MERGED (diff)
downloadcore-381ca0d9876c322cb61a517602f55abc95343177.tar.gz
core-381ca0d9876c322cb61a517602f55abc95343177.zip
INTEGRATION: CWS mergede02 (1.155.4); FILE MERGED
2007/04/24 10:17:52 ihi 1.155.4.1: #i76639# workaround
Diffstat (limited to 'dbaccess/source/ui/dlg/dbadmin.src')
-rw-r--r--dbaccess/source/ui/dlg/dbadmin.src22
1 files changed, 13 insertions, 9 deletions
diff --git a/dbaccess/source/ui/dlg/dbadmin.src b/dbaccess/source/ui/dlg/dbadmin.src
index 775f2cc51462..634c013ec7ff 100644
--- a/dbaccess/source/ui/dlg/dbadmin.src
+++ b/dbaccess/source/ui/dlg/dbadmin.src
@@ -4,9 +4,9 @@
*
* $RCSfile: dbadmin.src,v $
*
- * $Revision: 1.155 $
+ * $Revision: 1.156 $
*
- * last change: $Author: ihi $ $Date: 2007-04-19 14:59:34 $
+ * last change: $Author: rt $ $Date: 2007-04-24 16:09:26 $
*
* 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 \
}; \