summaryrefslogtreecommitdiff
path: root/chart2/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-09 10:36:39 +0200
committerNoel Grandin <noel@peralex.com>2014-12-09 12:55:38 +0200
commitfeb92a5f3ca44a69e07eb29c23bd0d4010e2fd53 (patch)
tree2214d6ce652abcee1d0c06d85f6f7cecfc6a4c0c /chart2/source/inc
parentc227d963d8ea84445ef9617d30ac24092d33b92f (diff)
inline some strings, they don't need to be in a shared header file
Change-Id: I058489d207510024ce722c4d03f9aac628b120b5
Diffstat (limited to 'chart2/source/inc')
-rw-r--r--chart2/source/inc/servicenames_coosystems.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/chart2/source/inc/servicenames_coosystems.hxx b/chart2/source/inc/servicenames_coosystems.hxx
index bc43f651dd72..17648619948b 100644
--- a/chart2/source/inc/servicenames_coosystems.hxx
+++ b/chart2/source/inc/servicenames_coosystems.hxx
@@ -22,10 +22,8 @@
namespace chart
{
-#define CHART2_COOSYSTEM_CARTESIAN_SERVICE_NAME OUString( "com.sun.star.chart2.CoordinateSystems.Cartesian" )
-#define CHART2_COOSYSTEM_CARTESIAN_VIEW_SERVICE_NAME OUString( "com.sun.star.chart2.CoordinateSystems.CartesianView" )
-#define CHART2_COOSYSTEM_POLAR_SERVICE_NAME OUString( "com.sun.star.chart2.CoordinateSystems.Polar" )
-#define CHART2_COOSYSTEM_POLAR_VIEW_SERVICE_NAME OUString( "com.sun.star.chart2.CoordinateSystems.PolarView" )
+#define CHART2_COOSYSTEM_CARTESIAN_VIEW_SERVICE_NAME "com.sun.star.chart2.CoordinateSystems.CartesianView"
+#define CHART2_COOSYSTEM_POLAR_VIEW_SERVICE_NAME "com.sun.star.chart2.CoordinateSystems.PolarView"
} //namespace chart
#endif