summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/query.src
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/querydesign/query.src')
-rw-r--r--dbaccess/source/ui/querydesign/query.src10
1 files changed, 0 insertions, 10 deletions
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" ;