diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-19 20:49:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-20 13:08:20 +0100 |
commit | 4b785097f1c49ead50e6a2085befcd37c800207b (patch) | |
tree | 6b2d236f0c98cb0c14aa26cb22f55335284dc6d9 /extensions | |
parent | f53157835775f976af5bedd9303c91c9d68b80c6 (diff) |
drop unnecessary includes
Change-Id: I1a817d5575bbd57ecaa874a27158b9218e4210cc
Reviewed-on: https://gerrit.libreoffice.org/51603
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/abpilot/abpfinalpage.cxx | 1 | ||||
-rw-r--r-- | extensions/source/abpilot/unodialogabp.cxx | 1 | ||||
-rw-r--r-- | extensions/source/bibliography/datman.cxx | 1 | ||||
-rw-r--r-- | extensions/source/bibliography/framectr.cxx | 1 | ||||
-rw-r--r-- | extensions/source/dbpilots/controlwizard.cxx | 1 | ||||
-rw-r--r-- | extensions/source/dbpilots/groupboxwiz.cxx | 1 | ||||
-rw-r--r-- | extensions/source/dbpilots/listcombowizard.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/eventhandler.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/formcomponenthandler.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/formlinkdialog.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/listselectiondlg.cxx | 1 |
11 files changed, 0 insertions, 11 deletions
diff --git a/extensions/source/abpilot/abpfinalpage.cxx b/extensions/source/abpilot/abpfinalpage.cxx index efd0227d2944..73d0cdfe58a6 100644 --- a/extensions/source/abpilot/abpfinalpage.cxx +++ b/extensions/source/abpilot/abpfinalpage.cxx @@ -25,7 +25,6 @@ #include <unotools/pathoptions.hxx> #include <svl/filenotation.hxx> #include <sfx2/docfilt.hxx> -#include <vcl/msgbox.hxx> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> diff --git a/extensions/source/abpilot/unodialogabp.cxx b/extensions/source/abpilot/unodialogabp.cxx index 1c1eeaaca233..dee2c9d0a231 100644 --- a/extensions/source/abpilot/unodialogabp.cxx +++ b/extensions/source/abpilot/unodialogabp.cxx @@ -22,7 +22,6 @@ #include "abspilot.hxx" #include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> -#include <vcl/msgbox.hxx> #define PROPERTY_ID_DATASOURCENAME 3 diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx index 94005c437fef..b74712728fb6 100644 --- a/extensions/source/bibliography/datman.cxx +++ b/extensions/source/bibliography/datman.cxx @@ -58,7 +58,6 @@ #include <vcl/group.hxx> #include <vcl/lstbox.hxx> #include <vcl/edit.hxx> -#include <vcl/msgbox.hxx> #include <tools/debug.hxx> #include "datman.hxx" #include "bibresid.hxx" diff --git a/extensions/source/bibliography/framectr.cxx b/extensions/source/bibliography/framectr.cxx index 37ebf636cb59..7f6e188c14bc 100644 --- a/extensions/source/bibliography/framectr.cxx +++ b/extensions/source/bibliography/framectr.cxx @@ -19,7 +19,6 @@ #include <vcl/waitobj.hxx> #include <com/sun/star/util/URL.hpp> -#include <vcl/msgbox.hxx> #include <vcl/stdtext.hxx> #include <comphelper/types.hxx> #include <comphelper/sequence.hxx> diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx index 8577aa14c80a..bc4897565038 100644 --- a/extensions/source/dbpilots/controlwizard.cxx +++ b/extensions/source/dbpilots/controlwizard.cxx @@ -37,7 +37,6 @@ #include <comphelper/processfactory.hxx> #include <comphelper/types.hxx> #include <connectivity/dbtools.hxx> -#include <vcl/msgbox.hxx> #include <comphelper/interaction.hxx> #include <vcl/stdtext.hxx> #include <connectivity/conncleanup.hxx> diff --git a/extensions/source/dbpilots/groupboxwiz.cxx b/extensions/source/dbpilots/groupboxwiz.cxx index c7d81548a6ce..cce25e368b3d 100644 --- a/extensions/source/dbpilots/groupboxwiz.cxx +++ b/extensions/source/dbpilots/groupboxwiz.cxx @@ -21,7 +21,6 @@ #include "commonpagesdbp.hxx" #include <tools/debug.hxx> #include <vcl/svapp.hxx> -#include <vcl/msgbox.hxx> #include "optiongrouplayouter.hxx" #include <helpids.h> #include <comphelper/processfactory.hxx> diff --git a/extensions/source/dbpilots/listcombowizard.cxx b/extensions/source/dbpilots/listcombowizard.cxx index bf9cd9b26fa6..d1c450feed03 100644 --- a/extensions/source/dbpilots/listcombowizard.cxx +++ b/extensions/source/dbpilots/listcombowizard.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/form/ListSourceType.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #include <tools/debug.hxx> -#include <vcl/msgbox.hxx> #include <connectivity/dbtools.hxx> #include <helpids.h> #include <comphelper/extract.hxx> diff --git a/extensions/source/propctrlr/eventhandler.cxx b/extensions/source/propctrlr/eventhandler.cxx index f09f8a6054f6..62297fcccb29 100644 --- a/extensions/source/propctrlr/eventhandler.cxx +++ b/extensions/source/propctrlr/eventhandler.cxx @@ -65,7 +65,6 @@ #include <svx/svxdlg.hxx> #include <svx/svxids.hrc> #include <tools/diagnose_ex.h> -#include <vcl/msgbox.hxx> #include <map> #include <algorithm> diff --git a/extensions/source/propctrlr/formcomponenthandler.cxx b/extensions/source/propctrlr/formcomponenthandler.cxx index b03350023168..86beed0027d9 100644 --- a/extensions/source/propctrlr/formcomponenthandler.cxx +++ b/extensions/source/propctrlr/formcomponenthandler.cxx @@ -96,7 +96,6 @@ #include <svx/svxids.hrc> #include <vcl/unohelp.hxx> #include <tools/diagnose_ex.h> -#include <vcl/msgbox.hxx> #include <vcl/stdtext.hxx> #include <vcl/wrkwin.hxx> #include <sal/macros.h> diff --git a/extensions/source/propctrlr/formlinkdialog.cxx b/extensions/source/propctrlr/formlinkdialog.cxx index 2d332470449f..db66cbce1366 100644 --- a/extensions/source/propctrlr/formlinkdialog.cxx +++ b/extensions/source/propctrlr/formlinkdialog.cxx @@ -25,7 +25,6 @@ #include "formstrings.hxx" #include <sal/log.hxx> #include <vcl/combobox.hxx> -#include <vcl/msgbox.hxx> #include <vcl/waitobj.hxx> #include <vcl/tabpage.hxx> #include <vcl/layout.hxx> diff --git a/extensions/source/propctrlr/listselectiondlg.cxx b/extensions/source/propctrlr/listselectiondlg.cxx index 2bc3d154c9c9..a3f1d79d8b56 100644 --- a/extensions/source/propctrlr/listselectiondlg.cxx +++ b/extensions/source/propctrlr/listselectiondlg.cxx @@ -22,7 +22,6 @@ #include "modulepcr.hxx" #include <strings.hrc> #include "formstrings.hxx" -#include <vcl/msgbox.hxx> #include <comphelper/sequence.hxx> namespace pcr |