diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-07 09:08:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-07 09:01:00 +0100 |
commit | 162f85283699692c5adf07e5b292979688bded93 (patch) | |
tree | b0aaebec113e69770b861d39b06ff64af4b278b0 /include/sfx2/basedlgs.hxx | |
parent | 1129c848b360bd76174c941bb8fd98bfa5b9119c (diff) |
loplugin:unusedmethods
Change-Id: I65354c7476dfaede1a607441d7c1b0c7ad038df4
Reviewed-on: https://gerrit.libreoffice.org/82186
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r-- | include/sfx2/basedlgs.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx index 200cea5c40e5..fedaa598109c 100644 --- a/include/sfx2/basedlgs.hxx +++ b/include/sfx2/basedlgs.hxx @@ -99,11 +99,6 @@ protected: SfxChildWindow *pCW, vcl::Window* pParent, WinBits nWinBits); - SfxFloatingWindow( SfxBindings *pBindings, - SfxChildWindow *pCW, - vcl::Window* pParent, - const OString& rID, const OUString& rUIXMLDescription, - const css::uno::Reference<css::frame::XFrame> &rFrame = css::uno::Reference<css::frame::XFrame>()); virtual ~SfxFloatingWindow() override; virtual void dispose() override; |