summaryrefslogtreecommitdiff
path: root/chart2/source/tools/Scaling.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/Scaling.cxx')
-rw-r--r--chart2/source/tools/Scaling.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/chart2/source/tools/Scaling.cxx b/chart2/source/tools/Scaling.cxx
index 38d25d53193e..e62b25d5b268 100644
--- a/chart2/source/tools/Scaling.cxx
+++ b/chart2/source/tools/Scaling.cxx
@@ -42,14 +42,6 @@ static const ::rtl::OUString lcl_aServiceName_Linear(
static const ::rtl::OUString lcl_aServiceName_Power(
RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.chart2.PowerScaling" ));
-static const ::rtl::OUString lcl_aImplementationName_Logarithmic(
- RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.chart2.LogarithmicScaling" ));
-static const ::rtl::OUString lcl_aImplementationName_Exponential(
- RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.chart2.ExponentialScaling" ));
-static const ::rtl::OUString lcl_aImplementationName_Linear(
- RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.chart2.LinearScaling" ));
-static const ::rtl::OUString lcl_aImplementationName_Power(
- RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.chart2.PowerScaling" ));
}
//.............................................................................