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.src15
1 files changed, 0 insertions, 15 deletions
diff --git a/dbaccess/source/ui/querydesign/query.src b/dbaccess/source/ui/querydesign/query.src
index 52e55ad62265..7530f5d0948f 100644
--- a/dbaccess/source/ui/querydesign/query.src
+++ b/dbaccess/source/ui/querydesign/query.src
@@ -303,16 +303,6 @@ String STR_QRY_CHECK_CASESENSITIVE
Text [ en-US ] = "The column could not be found. Please note that the database is case-sensitive.";
};
-String STR_QUERYDESIGN
-{
- Text [ en-US ] = " - %PRODUCTNAME Base: Query Design";
-};
-
-String STR_VIEWDESIGN
-{
- Text [ en-US ] = " - %PRODUCTNAME Base: View Design";
-};
-
String STR_QUERY_SAVEMODIFIED
{
Text [ en-US ] = "$object$ has been changed.\nDo you want to save the changes?" ;
@@ -348,9 +338,4 @@ String STR_STATEMENT_WITHOUT_RESULT_SET
Text [ en-US ] = "The query does not create a result set, and thus cannot be part of another query.";
};
-String STR_NO_DATASOURCE_OR_CONNECTION
-{
- Text [ en-US ] = "Both the ActiveConnection and the DataSourceName parameter are missing or wrong - cannot initialize the query designer.";
-};
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */