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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 6 12:12:47 UTC 2020


 sfx2/inc/inettbc.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7e0e92d6ea01b7e942bc344075b96fe3bedc2b6d
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Feb 5 21:22:13 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Feb 6 13:12:11 2020 +0100

    use forward decl
    
    Change-Id: I21b70a405a6c5a62bc3d0f16c4a1b3f7d72c0dd0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88068
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/inc/inettbc.hxx b/sfx2/inc/inettbc.hxx
index 3b940931e6e4..10bbf353fde3 100644
--- a/sfx2/inc/inettbc.hxx
+++ b/sfx2/inc/inettbc.hxx
@@ -22,8 +22,8 @@
 
 #include <rtl/ustring.hxx>
 #include <sfx2/tbxctrl.hxx>
-#include <vcl/combobox.hxx>
 
+class ComboBox;
 class SvtURLBox;
 
 class SfxURLToolBoxControl_Impl final : public SfxToolBoxControl


More information about the Libreoffice-commits mailing list