summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-04-19 15:19:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-04-19 18:39:32 +0200
commit35dac3d5d51cf58c3f49e039b8a67b129055f267 (patch)
treeea77a6166d94973c782436fb346a25b610a387e4 /dbaccess
parent4bb0afe359a92df09ad5b61b66bc4cb3562aca1e (diff)
convert some #define to OUStringLiteral
Change-Id: I3d2ce76d30ec4f42495d27f1913c6718d2c5078f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114293 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/SingleSelectQueryComposer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
index 6c19bcc204fe..879342932cc0 100644
--- a/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
+++ b/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
@@ -85,7 +85,7 @@ namespace BooleanComparisonMode = ::com::sun::star::sdb::BooleanComparisonMode;
#define STR_ORDER_BY " ORDER BY "
#define STR_AND " AND "
#define STR_OR " OR "
-#define STR_LIKE OUString(" LIKE ")
+constexpr OUStringLiteral STR_LIKE = u" LIKE ";
#define L_BRACKET "("
#define R_BRACKET ")"
#define COMMA ","