summaryrefslogtreecommitdiffstats
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-12-04 09:14:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-12-09 13:28:46 +0100
commitf08b066f3c6a80fe3daa430f9099aae8b0850e80 (patch)
tree520bdfa03790c544ac91e0872933a9e9a05e9289 /include/sfx2/basedlgs.hxx
parentweld Property Browser (diff)
downloadcore-f08b066f3c6a80fe3daa430f9099aae8b0850e80.tar.gz
core-f08b066f3c6a80fe3daa430f9099aae8b0850e80.zip
drop newly unused SfxFloatingWindow
Change-Id: I8ac3957579c76a89b9692bdb50cbe7a56e1693e3 Reviewed-on: https://gerrit.libreoffice.org/84444 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx38
1 files changed, 0 insertions, 38 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index fedaa598109c..92da31ed12af 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -23,7 +23,6 @@
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
-#include <vcl/floatwin.hxx>
#include <vcl/weld.hxx>
class SfxTabPage;
@@ -83,43 +82,6 @@ public:
SfxBindings& GetBindings() const { return *m_pBindings; }
};
-// class SfxFloatingWindow --------------------------------------------------
-class SfxFloatingWindow_Impl;
-class SFX2_DLLPUBLIC SfxFloatingWindow: public FloatingWindow
-{
- SfxBindings* pBindings;
- Size aSize;
- std::unique_ptr< SfxFloatingWindow_Impl > pImpl;
-
- SfxFloatingWindow(SfxFloatingWindow const &) = delete;
- SfxFloatingWindow& operator =(SfxFloatingWindow const &) = delete;
-
-protected:
- SfxFloatingWindow( SfxBindings *pBindings,
- SfxChildWindow *pCW,
- vcl::Window* pParent,
- WinBits nWinBits);
- virtual ~SfxFloatingWindow() override;
- virtual void dispose() override;
-
- virtual void StateChanged( StateChangedType nStateChange ) override;
- virtual bool Close() override;
- virtual void Resize() override;
- virtual void Move() override;
- virtual bool EventNotify( NotifyEvent& rNEvt ) override;
- SfxBindings& GetBindings()
- { return *pBindings; }
-
-public:
- virtual void FillInfo(SfxChildWinInfo&) const;
- void Initialize (SfxChildWinInfo const * pInfo);
-
- DECL_LINK(TimerHdl, Timer *, void);
-
-};
-
-// class SfxNoLayoutSingleTabDialog --------------------------------------------------
-
typedef const sal_uInt16* (*GetTabPageRanges)(); // provides international Which values
class SFX2_DLLPUBLIC SfxOkDialogController : public SfxDialogController