summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r--dbaccess/source/ui/app/app.src5
-rw-r--r--dbaccess/source/ui/app/dbu_app.hrc1
-rw-r--r--dbaccess/source/ui/browser/sbabrw.src5
-rw-r--r--dbaccess/source/ui/inc/dbu_brw.hrc1
-rw-r--r--dbaccess/source/ui/inc/dbu_qry.hrc2
-rw-r--r--dbaccess/source/ui/querydesign/query.src10
6 files changed, 0 insertions, 24 deletions
diff --git a/dbaccess/source/ui/app/app.src b/dbaccess/source/ui/app/app.src
index 7169c4782524..e8a40f49bce4 100644
--- a/dbaccess/source/ui/app/app.src
+++ b/dbaccess/source/ui/app/app.src
@@ -138,11 +138,6 @@ String RID_STR_VIEWS_HELP_TEXT_DESIGN
Text [ en-US ] = "Create a view by specifying the tables and field names you would like to have visible." ;
};
-String RID_STR_VIEWS_HELP_TEXT_WIZARD
-{
- Text [ en-US ] = "Opens the view wizard" ;
-};
-
String STR_DATABASE
{
Text [ en-US ] = "Database" ;
diff --git a/dbaccess/source/ui/app/dbu_app.hrc b/dbaccess/source/ui/app/dbu_app.hrc
index a5cfcd05b288..9ba7461c4bfb 100644
--- a/dbaccess/source/ui/app/dbu_app.hrc
+++ b/dbaccess/source/ui/app/dbu_app.hrc
@@ -40,7 +40,6 @@
#define RID_STR_QUERIES_HELP_TEXT RID_STR_APP_START + 17
#define RID_STR_QUERIES_HELP_TEXT_SQL RID_STR_APP_START + 18
#define RID_STR_VIEWS_HELP_TEXT_DESIGN RID_STR_APP_START + 19
-#define RID_STR_VIEWS_HELP_TEXT_WIZARD RID_STR_APP_START + 20
#define STR_DATABASE RID_STR_APP_START + 21
#define STR_TASKS RID_STR_APP_START + 22
#define STR_DESCRIPTION RID_STR_APP_START + 23
diff --git a/dbaccess/source/ui/browser/sbabrw.src b/dbaccess/source/ui/browser/sbabrw.src
index c42634c748b7..2171873f2bd8 100644
--- a/dbaccess/source/ui/browser/sbabrw.src
+++ b/dbaccess/source/ui/browser/sbabrw.src
@@ -25,11 +25,6 @@ String STR_QUERY_BRW_DELETE_ROWS
Text[ en-US ] = "Do you want to delete the selected data?" ;
};
-String RID_STR_DATABROWSER_FILTERED
-{
- Text [ en-US ] = "(filtered)" ;
-};
-
String SBA_BROWSER_SETTING_ORDER
{
Text [ en-US ] = "Error setting the sort criteria";
diff --git a/dbaccess/source/ui/inc/dbu_brw.hrc b/dbaccess/source/ui/inc/dbu_brw.hrc
index 324ba23b800a..a76785bd47a0 100644
--- a/dbaccess/source/ui/inc/dbu_brw.hrc
+++ b/dbaccess/source/ui/inc/dbu_brw.hrc
@@ -22,7 +22,6 @@
#include "dbu_resource.hrc"
// FREE RID_STR_BRW_START + 0
-#define RID_STR_DATABROWSER_FILTERED RID_STR_BRW_START + 1
#define SBA_BROWSER_SETTING_ORDER RID_STR_BRW_START + 2
#define SBA_BROWSER_SETTING_FILTER RID_STR_BRW_START + 3
#define STR_DATASOURCE_GRIDCONTROL_DESC RID_STR_BRW_START + 4
diff --git a/dbaccess/source/ui/inc/dbu_qry.hrc b/dbaccess/source/ui/inc/dbu_qry.hrc
index b14c243a4031..4c87a882916c 100644
--- a/dbaccess/source/ui/inc/dbu_qry.hrc
+++ b/dbaccess/source/ui/inc/dbu_qry.hrc
@@ -32,9 +32,7 @@
#define STR_QUERY_UNDO_TABFIELDDELETE RID_STR_QRY_START + 10
#define STR_QUERY_UNDO_TABFIELDCREATE RID_STR_QRY_START + 11
#define STR_QRY_TOOCOMPLEX RID_STR_QRY_START + 12
-#define RID_STR_TABLE_DOESNT_EXIST RID_STR_QRY_START + 13
#define RID_STR_FIELD_DOESNT_EXIST RID_STR_QRY_START + 14
-#define RID_STR_TOMUCHTABLES RID_STR_QRY_START + 15
#define STR_QUERY_INNER_JOIN RID_STR_QRY_START + 16
#define STR_QUERY_LEFTRIGHT_JOIN RID_STR_QRY_START + 17
#define STR_QUERY_FULL_JOIN RID_STR_QRY_START + 18
diff --git a/dbaccess/source/ui/querydesign/query.src b/dbaccess/source/ui/querydesign/query.src
index 560afdf8735d..52e55ad62265 100644
--- a/dbaccess/source/ui/querydesign/query.src
+++ b/dbaccess/source/ui/querydesign/query.src
@@ -119,21 +119,11 @@ String STR_QUERY_UNDO_TABFIELDCREATE
Text [ en-US ] = "Add Column" ;
};
-String RID_STR_TABLE_DOESNT_EXIST
-{
- Text [ en-US ] = "Invalid expression, table '$name$' does not exist.";
-};
-
String RID_STR_FIELD_DOESNT_EXIST
{
Text [ en-US ] = "Invalid expression, field name '$name$' does not exist.";
};
-String RID_STR_TOMUCHTABLES
-{
- Text [ en-US ] = "The query covers #num# tables. The selected database type, however, can only process a maximum of #maxnum# table(s) per statement.";
-};
-
String STR_QUERY_UNDO_TABWINDELETE
{
Text [ en-US ] = "Delete Table Window" ;