diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-29 09:50:14 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-29 15:19:17 +0200 |
commit | 45acf26775ac7e91ceb88d8941cee25c2cd65873 (patch) | |
tree | 9651995799bd40d40d705ba1b9a3d3c1f2b39475 /connectivity/inc | |
parent | 57d3e8b35d18c6fb329badbab8a8c28020253a40 (diff) |
remove some unused macro definitions
Change-Id: I253e5108161b932e3dc588b656e550bb9dc022b0
Reviewed-on: https://gerrit.libreoffice.org/41672
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/inc')
-rw-r--r-- | connectivity/inc/strings.hrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/inc/strings.hrc b/connectivity/inc/strings.hrc index dc769e1e3ee9..d1062d766817 100644 --- a/connectivity/inc/strings.hrc +++ b/connectivity/inc/strings.hrc @@ -119,8 +119,6 @@ // KAB #define STR_NO_KDE_INST NC_("STR_NO_KDE_INST", "No suitable KDE installation was found.") #define STR_KDE_VERSION_TOO_OLD NC_("STR_KDE_VERSION_TOO_OLD", "KDE version $major$.$minor$ or higher is required to access the KDE Address Book.") -#define STR_KDE_VERSION_TOO_NEW NC_("STR_KDE_VERSION_TOO_NEW", "The found KDE version is too new. Only KDE up to version $major$.$minor$ is known to work with this product.\n") -#define STR_KDE_VERSION_TOO_NEW_WORK_AROUND NC_("STR_KDE_VERSION_TOO_NEW_WORK_AROUND", "If you are sure that your KDE version works, you might execute the following Basic macro to disable this version check:\n\n") #define STR_PARA_ONLY_PREPARED NC_("STR_PARA_ONLY_PREPARED", "Parameters can appear only in prepared statements.") // MACAB #define STR_NO_TABLE NC_("STR_NO_TABLE", "No such table!") |