diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-06-11 15:11:42 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-06-11 18:31:55 +0200 |
commit | a73e8f1111f4baa8073c998ad84783dd5fc6b7bb (patch) | |
tree | e73e6284865bce2f915ef85938a609f6a10033f3 /sw/inc | |
parent | af3f99dd1f42cb57d8a50b444ab303b5eb81527a (diff) |
sw define bibliography entry dialog: unconditionally allow the browse button
This eliminates the "Local file" type, arguing that regardless of the
type of the bibliography entry, it may make sense to associate a local
URL with that.
Additionally, this allows using the file picker with non-HTTP URLs, like
webdav.
Change-Id: I315facdcf292f439765c420e5368a99267fe1a98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117059
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/strings.hrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 9bcd76aad2b8..b2baef074e2a 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -766,7 +766,6 @@ #define STR_AUTH_TYPE_CUSTOM3 NC_("STR_AUTH_TYPE_CUSTOM3", "User-defined3") #define STR_AUTH_TYPE_CUSTOM4 NC_("STR_AUTH_TYPE_CUSTOM4", "User-defined4") #define STR_AUTH_TYPE_CUSTOM5 NC_("STR_AUTH_TYPE_CUSTOM5", "User-defined5") -#define STR_AUTH_TYPE_LOCAL_FILE NC_("STR_AUTH_TYPE_LOCAL_FILE", "Local file") #define STR_AUTH_FIELD_IDENTIFIER NC_("STR_AUTH_FIELD_IDENTIFIER", "Short name") #define STR_AUTH_FIELD_AUTHORITY_TYPE NC_("STR_AUTH_FIELD_AUTHORITY_TYPE", "Type") #define STR_AUTH_FIELD_ADDRESS NC_("STR_AUTH_FIELD_ADDRESS", "Address") |