diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-18 13:30:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-19 08:08:52 +0200 |
commit | 1e9bde7825a5b63c0f1502bd3ebf5173bdf57111 (patch) | |
tree | ae2ff63b2b5615ad422703d2b22e03ba68039378 /svx | |
parent | a4d2720ebdc6cdd700ca2cfa0d8e2db22a17e4c2 (diff) |
loplugin:unusedmethods
Change-Id: I2b7a055a44c63bfc072b82580811898e177fbb8e
Reviewed-on: https://gerrit.libreoffice.org/57628
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 5 | ||||
-rw-r--r-- | svx/source/unodraw/unoshap4.cxx | 9 |
2 files changed, 0 insertions, 14 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index a6f134a6c693..fb6a29b6a997 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -1474,11 +1474,6 @@ void SvxColorWindow::ShowNoneButton() mpButtonNoneColor->Show(); } -void ColorWindow::ShowNoneButton() -{ - mxButtonNoneColor->show(); -} - SvxColorWindow::~SvxColorWindow() { disposeOnce(); diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx index 1f18559a464e..edc9b8ff5854 100644 --- a/svx/source/unodraw/unoshap4.cxx +++ b/svx/source/unodraw/unoshap4.cxx @@ -1011,13 +1011,4 @@ bool SvxMediaShape::getPropertyValueImpl( const OUString& rName, const SfxItemPr } } -SvxDummyShapeContainer::SvxDummyShapeContainer(uno::Reference< drawing::XShapes > const & xObject): - m_xDummyObject(xObject) -{ -} - -SvxDummyShapeContainer::~SvxDummyShapeContainer() throw() -{ -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |