summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/app.src
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/app/app.src')
-rw-r--r--dbaccess/source/ui/app/app.src34
1 files changed, 0 insertions, 34 deletions
diff --git a/dbaccess/source/ui/app/app.src b/dbaccess/source/ui/app/app.src
index 927a86add29c..7169c4782524 100644
--- a/dbaccess/source/ui/app/app.src
+++ b/dbaccess/source/ui/app/app.src
@@ -173,40 +173,6 @@ String STR_QUERY_CLOSEDOCUMENTS
Text [ en-US ] = "The connection type has been altered.\nFor the changes to take effect, all forms, reports, queries and tables must be closed.\n\nDo you want to close all documents now?" ;
};
-Menu RID_MENU_APP_PREVIEW
-{
- ItemList =
- {
- MenuItem
- {
- Identifier = SID_DB_APP_DISABLE_PREVIEW;
- Text[ en-US ] = "None";
- Command = ".uno:DBDisablePreview";
- Checkable = TRUE;
- RadioCheck = TRUE;
- AutoCheck = TRUE;
- };
- MenuItem
- {
- Identifier = SID_DB_APP_VIEW_DOCINFO_PREVIEW;
- Text[ en-US ] = "Document Information";
- Command = ".uno:DBShowDocInfoPreview";
- Checkable = TRUE;
- RadioCheck = TRUE;
- AutoCheck = TRUE;
- };
- MenuItem
- {
- Identifier = SID_DB_APP_VIEW_DOC_PREVIEW;
- Text[ en-US ] = "Document";
- Command = ".uno:DBShowDocPreview";
- Checkable = TRUE;
- RadioCheck = TRUE;
- AutoCheck = TRUE;
- };
- };
-};
-
String RID_STR_FORM
{
Text [ en-US ] = "Form";