summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-05 21:22:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-06 13:12:11 +0100
commit7e0e92d6ea01b7e942bc344075b96fe3bedc2b6d (patch)
tree192e1eae6ed3d1ea18b18620dc27c185c54d8254 /sfx2/inc
parent66693d82bae6c4333ac754f76550eb5f4a289b22 (diff)
use forward decl
Change-Id: I21b70a405a6c5a62bc3d0f16c4a1b3f7d72c0dd0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88068 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/inettbc.hxx2
1 files changed, 1 insertions, 1 deletions
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