diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-01 12:53:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-02 12:35:01 +0200 |
commit | a8638dc41540e00c341a82c83e5a11fae5f74c20 (patch) | |
tree | b8c4067f1b71fa63cf64a47edc8ca4860ee84d43 /connectivity/inc | |
parent | 776a1b9b6b9c574d28b3a321a0f3f8110f34ac90 (diff) |
unused defines
Change-Id: I494e64c69decb9fb3d5b13ffc2f18d99f6b7749f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121442
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/inc')
-rw-r--r-- | connectivity/inc/strings.hrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/inc/strings.hrc b/connectivity/inc/strings.hrc index 47a857bd1226..bbcab01914bd 100644 --- a/connectivity/inc/strings.hrc +++ b/connectivity/inc/strings.hrc @@ -46,7 +46,6 @@ #define STR_QUERY_LIKE_WILDCARD_MANY NC_("STR_QUERY_LIKE_WILDCARD_MANY", "The query can not be executed. The 'LIKE' condition contains too many wildcards.") #define STR_INVALID_COLUMNNAME NC_("STR_INVALID_COLUMNNAME", "The column name '$columnname$' is not valid.") #define STR_INVALID_COLUMN_SELECTION NC_("STR_INVALID_COLUMN_SELECTION", "The statement contains an invalid selection of columns.") -#define STR_COLUMN_NOT_UPDATEABLE NC_("STR_COLUMN_NOT_UPDATEABLE", "The column at position '$position$' could not be updated.") #define STR_COULD_NOT_LOAD_FILE NC_("STR_COULD_NOT_LOAD_FILE", "The file $filename$ could not be loaded.") #define STR_LOAD_FILE_ERROR_MESSAGE NC_("STR_LOAD_FILE_ERROR_MESSAGE", "The attempt to load the file resulted in the following error message ($exception_type$):\n\n$error_message$") // = the ado driver's resource strings |