summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/inc/PolarCoordinateSystem.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/model/inc/PolarCoordinateSystem.hxx
parentloplugin:unusedmethods svl (diff)
downloadcore-7410217b7d84a3e4dfd35529384f190cf2962024.tar.gz
core-7410217b7d84a3e4dfd35529384f190cf2962024.zip
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/model/inc/PolarCoordinateSystem.hxx')
-rw-r--r--chart2/source/model/inc/PolarCoordinateSystem.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/chart2/source/model/inc/PolarCoordinateSystem.hxx b/chart2/source/model/inc/PolarCoordinateSystem.hxx
index 285d4ae5a38f..6b8a06a55f71 100644
--- a/chart2/source/model/inc/PolarCoordinateSystem.hxx
+++ b/chart2/source/model/inc/PolarCoordinateSystem.hxx
@@ -66,12 +66,6 @@ public:
::com::sun::star::uno::XComponentContext > & xContext );
virtual ~PolarCoordinateSystem2d();
- /// 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 PolarCoordinateSystem2d( xContext ));
- }
// ____ XServiceInfo ____
virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
@@ -92,12 +86,6 @@ public:
::com::sun::star::uno::XComponentContext > & xContext );
virtual ~PolarCoordinateSystem3d();
- /// 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 PolarCoordinateSystem3d( xContext ));
- }
// ____ XServiceInfo ____
virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;