include/sfx2/childwin.hxx |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit 2719821c21761926db46f836cd4190b10fa9d4ff
Author:     Caolán McNamara <[email protected]>
AuthorDate: Mon May 13 21:33:31 2019 +0100
Commit:     Caolán McNamara <[email protected]>
CommitDate: Fri May 17 20:25:34 2019 +0200

    drop now unused SFX_IMPL_MODELESSDIALOG_WITHID
    
    Change-Id: I5c764847218d95289b64ee51e39665dfca8cde69
    Reviewed-on: https://gerrit.libreoffice.org/72273
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx
index a01881c7698a..ce6dcb47b5fe 100644
--- a/include/sfx2/childwin.hxx
+++ b/include/sfx2/childwin.hxx
@@ -290,14 +290,6 @@ public:
             static_cast<SfxFloatingWindow*>(GetWindow())->FillInfo( aInfo );  \
             return aInfo; }
 
-#define SFX_IMPL_MODELESSDIALOG_WITHID(Class, MyID)    \
-        SFX_IMPL_CHILDWINDOW_WITHID(Class, MyID)       \
-        SfxChildWinInfo Class::GetInfo() const \
-        {                                       \
-            SfxChildWinInfo aInfo = SfxChildWindow::GetInfo();     \
-            static_cast<SfxModelessDialog*>(GetWindow())->FillInfo( aInfo );  \
-            return aInfo; }
-
 #define SFX_IMPL_MODELESSDIALOGCONTOLLER_WITHID(Class, MyID)    \
         SFX_IMPL_CHILDWINDOW_WITHID(Class, MyID)       \
         SfxChildWinInfo Class::GetInfo() const \
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to