[Libreoffice-commits] core.git: include/sfx2

Caolán McNamara caolanm at redhat.com
Thu Apr 26 07:49:11 UTC 2018


 include/sfx2/tabdlg.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9fdb5ccc3f8b2566573f20ef2ef17a6917d1f618
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Apr 24 11:36:32 2018 +0100

    unused SfxTabDialogController friend
    
    Change-Id: Ia88c70139ecb9af99735ab18a77371c07d15557f
    Reviewed-on: https://gerrit.libreoffice.org/53482
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 9b0aa249c668..b426440fdf33 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -78,7 +78,6 @@ class SFX2_DLLPUBLIC SfxTabDialog : public TabDialog
 {
 private:
 friend class SfxTabPage;
-friend class SfxTabDialogController;
 friend class SfxTabDialogUIObject;
 
     VclPtr<VclBox>     m_pBox;


More information about the Libreoffice-commits mailing list