summaryrefslogtreecommitdiff
path: root/sccomp/source/solver/SolverComponent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sccomp/source/solver/SolverComponent.cxx')
-rw-r--r--sccomp/source/solver/SolverComponent.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sccomp/source/solver/SolverComponent.cxx b/sccomp/source/solver/SolverComponent.cxx
index 3f01c529a2cd..7c92233522d4 100644
--- a/sccomp/source/solver/SolverComponent.cxx
+++ b/sccomp/source/solver/SolverComponent.cxx
@@ -32,11 +32,11 @@
using namespace com::sun::star;
-#define STR_NONNEGATIVE "NonNegative"
-#define STR_INTEGER "Integer"
-#define STR_TIMEOUT "Timeout"
-#define STR_EPSILONLEVEL "EpsilonLevel"
-#define STR_LIMITBBDEPTH "LimitBBDepth"
+constexpr OUStringLiteral STR_NONNEGATIVE = u"NonNegative";
+constexpr OUStringLiteral STR_INTEGER = u"Integer";
+constexpr OUStringLiteral STR_TIMEOUT = u"Timeout";
+constexpr OUStringLiteral STR_EPSILONLEVEL = u"EpsilonLevel";
+constexpr OUStringLiteral STR_LIMITBBDEPTH = u"LimitBBDepth";
// Resources from tools are used for translated strings