summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/PolarCoordinateSystem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/main/PolarCoordinateSystem.cxx')
-rw-r--r--chart2/source/model/main/PolarCoordinateSystem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/PolarCoordinateSystem.cxx b/chart2/source/model/main/PolarCoordinateSystem.cxx
index 2d2497bc23c9..5c891989e37f 100644
--- a/chart2/source/model/main/PolarCoordinateSystem.cxx
+++ b/chart2/source/model/main/PolarCoordinateSystem.cxx
@@ -31,7 +31,7 @@ using ::com::sun::star::uno::Sequence;
namespace
{
-const OUStringLiteral CHART2_COOSYSTEM_POLAR_SERVICE_NAME
+constexpr OUStringLiteral CHART2_COOSYSTEM_POLAR_SERVICE_NAME
= u"com.sun.star.chart2.CoordinateSystems.Polar";
}