diff options
author | Matt K <mattkse@gmail.com> | 2021-11-14 15:33:43 -0600 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-11-17 10:51:00 +0100 |
commit | f9ab31366dbe466ef739015734bb5b6a1a0deca4 (patch) | |
tree | 64fd9aeb48ce1e656ce47d41447ab0294541ec99 /uui/inc/strings.hrc | |
parent | 8dec2a98ce29251936cd45ebf864a89ff767ee50 (diff) |
tdf#143971 Removes pop-up dialog for read-only documents
No longer does the user get a pop-up dialog when opening
documents that are read-only, asking whether they want to be
notified when the document becomes editable. The change
removes some of the functionality introduced in commit
95eb088802562b75f8b299908160145c7e88d763 "tdf#47065 Add new
file open UI options and implement a new thread".
Change-Id: Ic25e8e293e7224fb5086249a9d4814914fa961d1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125340
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'uui/inc/strings.hrc')
-rw-r--r-- | uui/inc/strings.hrc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/uui/inc/strings.hrc b/uui/inc/strings.hrc index 8eaa68cb23f6..e5af3465b557 100644 --- a/uui/inc/strings.hrc +++ b/uui/inc/strings.hrc @@ -84,9 +84,4 @@ #define STR_RELOADEDITABLE_MSG NC_("STR_RELOADEDITABLE_MSG", "Document file '$(ARG1)' is now editable \n\nReload this document for editing?") #define STR_RELOADEDITABLE_BTN NC_("STR_RELOADEDITABLE_BTN", "~Reload") -#define STR_READONLYOPEN_TITLE NC_("STR_READONLYOPEN_TITLE", "Document is read-only") -#define STR_READONLYOPEN_MSG NC_("STR_READONLYOPEN_MSG", "Document file '$(ARG1)' is read-only.\n\nOpen read-only or select Notify to open read-only and get notified when the document becomes editable.") -#define STR_READONLYOPEN_BTN NC_("STR_READONLYOPEN_BTN", "Open ~Read-Only") -#define STR_READONLYOPEN_NOTIFY_BTN NC_("STR_READONLYOPEN_NOTIFY_BTN", "~Notify") - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |