summaryrefslogtreecommitdiff
path: root/chart2/source/inc/DataSource.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 16:15:51 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-20 06:34:23 +0000
commit7410217b7d84a3e4dfd35529384f190cf2962024 (patch)
treec8d0319064b2d4eba13e0b1768ce4973d51a2b0d /chart2/source/inc/DataSource.hxx
parent9f4f237a3834e5d58a87296424db5428f68d1550 (diff)
loplugin:unusedmethods chart2
Change-Id: Ib7e8824e9e7f912963fbf07111ee3aa97773ceca Reviewed-on: https://gerrit.libreoffice.org/17167 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'chart2/source/inc/DataSource.hxx')
-rw-r--r--chart2/source/inc/DataSource.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/inc/DataSource.hxx b/chart2/source/inc/DataSource.hxx
index 75810fe53978..7b1c4e158e07 100644
--- a/chart2/source/inc/DataSource.hxx
+++ b/chart2/source/inc/DataSource.hxx
@@ -46,12 +46,6 @@ public:
virtual ~DataSource();
- /// establish methods for factory instatiation
- static css::uno::Reference< css::uno::XInterface > SAL_CALL create( css::uno::Reference< css::uno::XComponentContext > const & xContext)
- throw(css::uno::Exception)
- {
- return static_cast<cppu::OWeakObject *>(new DataSource( xContext ));
- }
/// declare XServiceInfo methods
virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;