diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-25 11:45:01 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-25 11:45:01 +0000 |
commit | ac217e5c98a683e05cf213123e008250040bf838 (patch) | |
tree | a957b45dbc70b9d1757174d0b66be37f74de92ed | |
parent | 449c3c39b910697a3808d63d8662f61317589b9f (diff) |
INTEGRATION: CWS dba30d (1.6.30); FILE MERGED
2008/05/22 20:02:43 fs 1.6.30.1: don't redefine FL_SEPARATOR1, this leads to confusion
-rw-r--r-- | dbaccess/source/ui/dlg/ConnectionPage.hrc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionPage.hrc b/dbaccess/source/ui/dlg/ConnectionPage.hrc index 18805310b..eaf1c4e8b 100644 --- a/dbaccess/source/ui/dlg/ConnectionPage.hrc +++ b/dbaccess/source/ui/dlg/ConnectionPage.hrc @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ConnectionPage.hrc,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * 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 |