summaryrefslogtreecommitdiff
path: root/include/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 /include/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 'include/sfx2')
-rw-r--r--include/sfx2/childwin.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx
index 10aa39a9b666..c170611d4db6 100644
--- a/include/sfx2/childwin.hxx
+++ b/include/sfx2/childwin.hxx
@@ -135,8 +135,6 @@ public:
sal_uInt16 GetContextId() const
{ return nContextId; }
- FloatingWindow* GetFloatingWindow() const;
-
static FloatingWindow* GetFloatingWindow(vcl::Window *pParent);
static void RegisterChildWindowContext(SfxModule*, sal_uInt16, SfxChildWinContextFactory*);