summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-22 12:07:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-23 06:19:06 +0000
commit6776fdc63bd4407ebec9267fb492cba9c1a40af2 (patch)
tree56ef463ce80f3b92815847f2ab1f88404f745229 /sfx2
parent0407200401358d3d565438800f55b61fc1a61794 (diff)
loplugin:unusedmethods
Change-Id: I5a72ee666e71b4c5c8f43d327aa7e8eb62d1e51b Reviewed-on: https://gerrit.libreoffice.org/34537 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/childwin.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/source/appl/childwin.cxx b/sfx2/source/appl/childwin.cxx
index 9116876d02fc..ceebfae93c1f 100644
--- a/sfx2/source/appl/childwin.cxx
+++ b/sfx2/source/appl/childwin.cxx
@@ -531,11 +531,6 @@ FloatingWindow* SfxChildWindowContext::GetFloatingWindow(vcl::Window *pParent)
return nullptr;
}
-FloatingWindow* SfxChildWindowContext::GetFloatingWindow() const
-{
- return SfxChildWindowContext::GetFloatingWindow(pWindow->GetParent());
-}
-
void SfxChildWindow::SetFactory_Impl( SfxChildWinFactory *pF )
{
pImpl->pFact = pF;