summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-17 12:24:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-17 13:09:23 +0100
commit91da17722924dc505553120750712d491b238343 (patch)
treeee87ed961b13a7d584b796f741c21f1b570bc79b /dbaccess
parent10bdd9e995261d827b7de6fe7858f4fcbc78c402 (diff)
remove various unused dialogs
Change-Id: If639745db976671a3b6e3405253dfb3bc5783363
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/dlg/dbadmin.hrc4
-rw-r--r--dbaccess/source/ui/dlg/dbadmin2.src43
-rw-r--r--dbaccess/source/ui/inc/dbu_resource.hrc1
3 files changed, 0 insertions, 48 deletions
diff --git a/dbaccess/source/ui/dlg/dbadmin.hrc b/dbaccess/source/ui/dlg/dbadmin.hrc
index 88bf91987c23..99fe79cc8f0a 100644
--- a/dbaccess/source/ui/dlg/dbadmin.hrc
+++ b/dbaccess/source/ui/dlg/dbadmin.hrc
@@ -38,16 +38,12 @@
#define FT_LDAPROWCOUNT 13
#define ET_USERNAME 1
-#define ET_PASSWORD 2
#define ET_OPTIONS 3
#define ET_JDBCDRIVERCLASS 4
#define ET_HOSTNAME 5
#define ET_BASEDN 6
#define PB_INDICIES 1
-#define BTN_PASSWORD_OK 2
-#define BTN_PASSWORD_CANCEL 3
-#define BTN_PASSWORD_HELP 4
#define PB_TESTDRIVERCLASS 5
#define CB_PASSWORD_REQUIRED 1
diff --git a/dbaccess/source/ui/dlg/dbadmin2.src b/dbaccess/source/ui/dlg/dbadmin2.src
index c7e63271ba5f..bdbff0abfe92 100644
--- a/dbaccess/source/ui/dlg/dbadmin2.src
+++ b/dbaccess/source/ui/dlg/dbadmin2.src
@@ -51,49 +51,6 @@ String STR_COULD_NOT_CREATE_DIRECTORY
#define WIN_X 220
#define WIN_Y 72
-ModalDialog DLG_DOMAINPASSWORD
-{
- HelpID = "dbaccess:ModalDialog:DLG_DOMAINPASSWORD";
- Border = TRUE ;
- Moveable = TRUE ;
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Size = MAP_APPFONT ( WIN_X , WIN_Y ) ;
- Text[ en-US ] = "Convert Database";
-
- FixedLine FT_PASSWORD
- {
- Pos = MAP_APPFONT ( 3 , 3 ) ;
- Size = MAP_APPFONT ( WIN_X - 3 - 6 - 6 - 50 , 8 ) ;
- Text[ en-US ] = "Please enter the ~password for the user 'DOMAIN'.";
- };
-
- Edit ET_PASSWORD
- {
- HelpID = "dbaccess:Edit:DLG_DOMAINPASSWORD:ET_PASSWORD";
- Border = TRUE ;
- Pos = MAP_APPFONT ( 12 + FT_SIZE_X , 16 ) ;
- Size = MAP_APPFONT ( EDIT_SIZE_X , 12 ) ;
- PassWord = TRUE ;
- };
- OKButton BTN_PASSWORD_OK
- {
- Pos = MAP_APPFONT ( WIN_X - 56 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- DefButton = TRUE ;
- };
- CancelButton BTN_PASSWORD_CANCEL
- {
- Pos = MAP_APPFONT ( WIN_X - 56 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- };
- HelpButton BTN_PASSWORD_HELP
- {
- Pos = MAP_APPFONT ( WIN_X - 56 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- };
-};
-
#define PAGE_X_T (PAGE_X -80)
#define PAGE_Y_T (PAGE_Y -50)
diff --git a/dbaccess/source/ui/inc/dbu_resource.hrc b/dbaccess/source/ui/inc/dbu_resource.hrc
index e9d1eb0aab7e..0eebf9cfeb62 100644
--- a/dbaccess/source/ui/inc/dbu_resource.hrc
+++ b/dbaccess/source/ui/inc/dbu_resource.hrc
@@ -97,7 +97,6 @@
#define DLG_DATABASE_USERADMIN RID_DIALOG_START + 21
// FREE
#define DLG_PASSWORD RID_DIALOG_START + 23
-#define DLG_DOMAINPASSWORD RID_DIALOG_START + 24
#define DLG_DATABASE_ADVANCED RID_DIALOG_START + 26
#define DLG_COLLECTION_VIEW RID_DIALOG_START + 27
#define DLG_DATABASE_TYPE_CHANGE RID_DIALOG_START + 28