summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-03 16:07:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-03 16:07:35 +0100
commitd1478f42c7cc50313cbff3f171e4fea1ff99f77d (patch)
tree46b2b0a3082dd50d41308bf79b8e6db882008a51 /chart2
parent7bb7f9e01803249d0b29bd75dfcb29c719dc99c9 (diff)
-Werror,-Wunused-function
Change-Id: Ief9b2179db2e6c05dbf6e076e147a0a8adbccc04
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/tp_ChartType.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/chart2/source/controller/dialogs/tp_ChartType.cxx b/chart2/source/controller/dialogs/tp_ChartType.cxx
index 610b5a292bb7..63df637a7b2b 100644
--- a/chart2/source/controller/dialogs/tp_ChartType.cxx
+++ b/chart2/source/controller/dialogs/tp_ChartType.cxx
@@ -38,11 +38,6 @@ using namespace ::com::sun::star::chart2;
namespace
{
- long lcl_getDistance()
- {
- return 6;
- }
-
sal_Bool lcl_getSortByXValues( const uno::Reference< chart2::XChartDocument >& xChartDoc )
{
sal_Bool bRet = sal_False;