summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/chartlis.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/chartlis.cxx')
-rw-r--r--sc/source/core/tool/chartlis.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/core/tool/chartlis.cxx b/sc/source/core/tool/chartlis.cxx
index d49fdebc089b..d749f634fffc 100644
--- a/sc/source/core/tool/chartlis.cxx
+++ b/sc/source/core/tool/chartlis.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-
-
-
#include <vcl/svapp.hxx>
#include "chartlis.hxx"
@@ -200,11 +197,6 @@ const rtl::OUString& ScChartListener::GetName() const
return maName;
}
-void ScChartListener::SetName(const rtl::OUString& rName)
-{
- maName = rName;
-}
-
void ScChartListener::SetUno(
const uno::Reference< chart::XChartDataChangeEventListener >& rListener,
const uno::Reference< chart::XChartData >& rSource )