summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-18 04:16:57 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-18 04:16:57 +0200
commitbf6c743fb63d5473e1175e8cce6d76144e33887a (patch)
tree418d66e95d7604fdbe34dcd09f81740ee37bf318 /dbaccess
parent76f7bc12fa68585ab4a5b53e7891e4f9863123a4 (diff)
various unused QueryBoxes
Change-Id: I6ce6aa7cc4420bf8f82a578b7985e795c99e0898
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/app/app.src7
-rw-r--r--dbaccess/source/ui/browser/sbabrw.src6
-rw-r--r--dbaccess/source/ui/inc/dbu_resource.hrc4
-rw-r--r--dbaccess/source/ui/tabledesign/table.src6
4 files changed, 0 insertions, 23 deletions
diff --git a/dbaccess/source/ui/app/app.src b/dbaccess/source/ui/app/app.src
index 36f8145fc055..c3000d0ca52c 100644
--- a/dbaccess/source/ui/app/app.src
+++ b/dbaccess/source/ui/app/app.src
@@ -351,13 +351,6 @@ String STR_DISABLEPREVIEW
Text [ en-US ] = "Disable Preview" ;
};
-QueryBox APP_SAVEMODIFIED
-{
- Buttons = WB_YES_NO_CANCEL ;
- DefButton = WB_DEF_YES ;
- Message [ en-US ] = "The database has been modified.\nDo you want to save the changes?" ;
-};
-
QueryBox APP_CLOSEDOCUMENTS
{
Buttons = WB_YES_NO ;
diff --git a/dbaccess/source/ui/browser/sbabrw.src b/dbaccess/source/ui/browser/sbabrw.src
index 3f9ea3955853..ba2620e0825c 100644
--- a/dbaccess/source/ui/browser/sbabrw.src
+++ b/dbaccess/source/ui/browser/sbabrw.src
@@ -118,12 +118,6 @@ String STR_QUERY_DELETE_TABLE
Text [ en-US ] = "Do you want to delete the table '%1'?" ;
};
-QueryBox QUERY_BRW_DELETE_QUERY_CONFIRM
-{
- Buttons = WB_YES_NO ;
- Message [ en-US ] = "The query already exists. Do you want to delete it?" ;
-};
-
QueryBox QUERY_CONNECTION_LOST
{
Buttons = WB_YES_NO ;
diff --git a/dbaccess/source/ui/inc/dbu_resource.hrc b/dbaccess/source/ui/inc/dbu_resource.hrc
index fcece8b77ff2..fb81c4b2658c 100644
--- a/dbaccess/source/ui/inc/dbu_resource.hrc
+++ b/dbaccess/source/ui/inc/dbu_resource.hrc
@@ -103,14 +103,10 @@
#define QUERY_BRW_DELETE_ROWS RID_QUERYBOX_START + 0
#define QUERY_BRW_SAVEMODIFIED RID_QUERYBOX_START + 1
#define QUERY_CONNECTION_LOST RID_QUERYBOX_START + 2
-#define QUERY_BRW_DELETE_QUERY_CONFIRM RID_QUERYBOX_START + 3
-#define APP_SAVEMODIFIED RID_QUERYBOX_START + 4
#define TABLE_DESIGN_SAVEMODIFIED RID_QUERYBOX_START + 5
-#define TABLE_QUERY_CONNECTION_LOST RID_QUERYBOX_START + 6
#define QUERY_SAVE_CURRENT_INDEX RID_QUERYBOX_START + 7
#define QUERY_SAVE_TABLE_EDIT_INDEXES RID_QUERYBOX_START + 8
#define RELATION_DESIGN_SAVEMODIFIED RID_QUERYBOX_START + 9
- // FREE
#define APP_CLOSEDOCUMENTS RID_QUERYBOX_START + 11
#define QUERY_USERADMIN_DELETE_USER RID_QUERYBOX_START + 12
#define TABLE_DESIGN_ALL_ROWS_DELETED RID_QUERYBOX_START + 13
diff --git a/dbaccess/source/ui/tabledesign/table.src b/dbaccess/source/ui/tabledesign/table.src
index 3a0d7c0c6188..ffe540315a3f 100644
--- a/dbaccess/source/ui/tabledesign/table.src
+++ b/dbaccess/source/ui/tabledesign/table.src
@@ -333,12 +333,6 @@ QueryBox TABLE_DESIGN_SAVEMODIFIED
Message [ en-US ] = "The table has been changed.\nDo you want to save the changes?" ;
};
-QueryBox TABLE_QUERY_CONNECTION_LOST
-{
- Buttons = WB_YES_NO ;
- Message [ en-US ] = "The connection to the database was lost! The table design can only be used with limited functionality without a connection.\nReconnect?" ;
-};
-
String STR_TABLEDESIGN_CONNECTION_MISSING
{
Text [ en-US ] = "The table could not be saved due to problems connecting to the database.";