diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-22 16:27:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-23 17:33:30 +0200 |
commit | 80606c1706ef0fcb77ad4afcd0c1dbc298a5afc4 (patch) | |
tree | e24200d734fbad10d07aea33d55fced6a81535cd /include/sfx2 | |
parent | caf72fd8a19d5544bfc86fba1306b4066c3c2d20 (diff) |
SFX_IMPL_FLOATINGWINDOW_WITHID is now unused
Change-Id: I93f3dccb1aac4a018f5a5dd7af61024306099675
Reviewed-on: https://gerrit.libreoffice.org/72802
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/childwin.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx index ce6dcb47b5fe..626b2c85a298 100644 --- a/include/sfx2/childwin.hxx +++ b/include/sfx2/childwin.hxx @@ -282,14 +282,6 @@ public: static_cast<SfxFloatingWindow*>(GetWindow())->FillInfo( aInfo ); \ return aInfo; } -#define SFX_IMPL_FLOATINGWINDOW_WITHID(Class, MyID) \ - SFX_IMPL_CHILDWINDOW_WITHID(Class, MyID) \ - SfxChildWinInfo Class::GetInfo() const \ - { \ - SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); \ - static_cast<SfxFloatingWindow*>(GetWindow())->FillInfo( aInfo ); \ - return aInfo; } - #define SFX_IMPL_MODELESSDIALOGCONTOLLER_WITHID(Class, MyID) \ SFX_IMPL_CHILDWINDOW_WITHID(Class, MyID) \ SfxChildWinInfo Class::GetInfo() const \ |