diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-17 16:15:51 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-20 06:34:23 +0000 |
commit | 7410217b7d84a3e4dfd35529384f190cf2962024 (patch) | |
tree | c8d0319064b2d4eba13e0b1768ce4973d51a2b0d /chart2/source/inc/chartview | |
parent | 9f4f237a3834e5d58a87296424db5428f68d1550 (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/chartview')
-rw-r--r-- | chart2/source/inc/chartview/DrawModelWrapper.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/inc/chartview/DrawModelWrapper.hxx b/chart2/source/inc/chartview/DrawModelWrapper.hxx index 0e590a67891e..6409e4368909 100644 --- a/chart2/source/inc/chartview/DrawModelWrapper.hxx +++ b/chart2/source/inc/chartview/DrawModelWrapper.hxx @@ -67,10 +67,6 @@ public: SAL_DLLPRIVATE void lockControllers(); SAL_DLLPRIVATE void unlockControllers(); - /// tries to get an OutputDevice from the XParent of the model to use as reference device - SAL_DLLPRIVATE void attachParentReferenceDevice( - const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > & xChartModel ); - OutputDevice* getReferenceDevice() const; SfxItemPool& GetItemPool(); |