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 /sd/source/ui/func | |
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 'sd/source/ui/func')
-rw-r--r-- | sd/source/ui/func/fuarea.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fubullet.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fuchar.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fuconnct.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fucushow.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fuhhconv.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fuinsert.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fuinsfil.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fuline.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fumeasur.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fuoaprms.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fuolbull.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fuparagr.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fuprlout.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fuprobjs.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fusldlg.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fusnapln.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/futempl.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/futransf.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/futxtatt.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fuvect.cxx | 1 |
21 files changed, 0 insertions, 21 deletions
diff --git a/sd/source/ui/func/fuarea.cxx b/sd/source/ui/func/fuarea.cxx index 6311bf13c716..48ab232e591b 100644 --- a/sd/source/ui/func/fuarea.cxx +++ b/sd/source/ui/func/fuarea.cxx @@ -20,7 +20,6 @@ #include <fuarea.hxx> #include <svx/svxids.hrc> -#include <vcl/msgbox.hxx> #include <svl/intitem.hxx> #include <svl/stritem.hxx> #include <sfx2/request.hxx> diff --git a/sd/source/ui/func/fubullet.cxx b/sd/source/ui/func/fubullet.cxx index e90da72220f5..1762d86597d5 100644 --- a/sd/source/ui/func/fubullet.cxx +++ b/sd/source/ui/func/fubullet.cxx @@ -31,7 +31,6 @@ #include <strings.hrc> #include <sdresid.hxx> #include <svx/svdoutl.hxx> -#include <vcl/msgbox.hxx> #include <sfx2/request.hxx> #include <svl/ctloptions.hxx> #include <svl/itempool.hxx> diff --git a/sd/source/ui/func/fuchar.cxx b/sd/source/ui/func/fuchar.cxx index 339ab3fc87cd..a0f80d8ac365 100644 --- a/sd/source/ui/func/fuchar.cxx +++ b/sd/source/ui/func/fuchar.cxx @@ -26,7 +26,6 @@ #include <editeng/eeitem.hxx> #include <editeng/colritem.hxx> #include <editeng/brushitem.hxx> -#include <vcl/msgbox.hxx> #include <sfx2/bindings.hxx> #include <sfx2/request.hxx> #include <View.hxx> diff --git a/sd/source/ui/func/fuconnct.cxx b/sd/source/ui/func/fuconnct.cxx index eeca78bf542d..a65a92c11e7f 100644 --- a/sd/source/ui/func/fuconnct.cxx +++ b/sd/source/ui/func/fuconnct.cxx @@ -19,7 +19,6 @@ #include <fuconnct.hxx> #include <sfx2/request.hxx> -#include <vcl/msgbox.hxx> #include <View.hxx> #include <ViewShell.hxx> #include <drawdoc.hxx> diff --git a/sd/source/ui/func/fucushow.cxx b/sd/source/ui/func/fucushow.cxx index f573b75a6d52..f934f0de6605 100644 --- a/sd/source/ui/func/fucushow.cxx +++ b/sd/source/ui/func/fucushow.cxx @@ -27,7 +27,6 @@ #include <Window.hxx> #include <drawdoc.hxx> #include <sdpage.hxx> -#include <vcl/msgbox.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> diff --git a/sd/source/ui/func/fuhhconv.cxx b/sd/source/ui/func/fuhhconv.cxx index 3eac550fc361..e3516b2e1bee 100644 --- a/sd/source/ui/func/fuhhconv.cxx +++ b/sd/source/ui/func/fuhhconv.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <comphelper/propertysequence.hxx> #include <cppuhelper/bootstrap.hxx> -#include <vcl/msgbox.hxx> #include <svl/style.hxx> #include <editeng/eeitem.hxx> #include <editeng/langitem.hxx> diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx index 6f17a4b1b6d5..fa6cbcc8f0f3 100644 --- a/sd/source/ui/func/fuinsert.cxx +++ b/sd/source/ui/func/fuinsert.cxx @@ -64,7 +64,6 @@ #include <sot/storage.hxx> #include <sot/formats.hxx> #include <svx/svdpagv.hxx> -#include <vcl/msgbox.hxx> #include <sfx2/opengrf.hxx> #include <sfx2/viewfrm.hxx> #include <svx/charthelper.hxx> diff --git a/sd/source/ui/func/fuinsfil.cxx b/sd/source/ui/func/fuinsfil.cxx index 01f5490ce035..bc1956e2993a 100644 --- a/sd/source/ui/func/fuinsfil.cxx +++ b/sd/source/ui/func/fuinsfil.cxx @@ -26,7 +26,6 @@ #include <svl/stritem.hxx> #include <sfx2/request.hxx> #include <sfx2/app.hxx> -#include <vcl/msgbox.hxx> #include <vcl/weld.hxx> #include <sfx2/printer.hxx> #include <svx/svdorect.hxx> diff --git a/sd/source/ui/func/fuline.cxx b/sd/source/ui/func/fuline.cxx index 71a35f4ec42e..3d45adf33000 100644 --- a/sd/source/ui/func/fuline.cxx +++ b/sd/source/ui/func/fuline.cxx @@ -22,7 +22,6 @@ #include <svx/svxids.hrc> #include <svx/tabline.hxx> #include <svx/xenum.hxx> -#include <vcl/msgbox.hxx> #include <svl/intitem.hxx> #include <svl/stritem.hxx> #include <sfx2/request.hxx> diff --git a/sd/source/ui/func/fumeasur.cxx b/sd/source/ui/func/fumeasur.cxx index 869d105e50d6..b4e259a8e154 100644 --- a/sd/source/ui/func/fumeasur.cxx +++ b/sd/source/ui/func/fumeasur.cxx @@ -18,7 +18,6 @@ */ #include <fumeasur.hxx> -#include <vcl/msgbox.hxx> #include <sfx2/request.hxx> #include <View.hxx> #include <ViewShell.hxx> diff --git a/sd/source/ui/func/fuoaprms.cxx b/sd/source/ui/func/fuoaprms.cxx index 5d9375a7862a..9b56cdc45028 100644 --- a/sd/source/ui/func/fuoaprms.cxx +++ b/sd/source/ui/func/fuoaprms.cxx @@ -28,7 +28,6 @@ #include <sfx2/objsh.hxx> #include <sfx2/request.hxx> #include <sfx2/viewfrm.hxx> -#include <vcl/msgbox.hxx> #include <svl/aeitem.hxx> #include <svx/xtable.hxx> diff --git a/sd/source/ui/func/fuolbull.cxx b/sd/source/ui/func/fuolbull.cxx index 2da671bafa29..8a26602cb89b 100644 --- a/sd/source/ui/func/fuolbull.cxx +++ b/sd/source/ui/func/fuolbull.cxx @@ -18,7 +18,6 @@ */ #include <fuolbull.hxx> -#include <vcl/msgbox.hxx> #include <svl/intitem.hxx> #include <editeng/outliner.hxx> #include <editeng/eeitem.hxx> diff --git a/sd/source/ui/func/fuparagr.cxx b/sd/source/ui/func/fuparagr.cxx index 36af7fa013b7..48d61597d26b 100644 --- a/sd/source/ui/func/fuparagr.cxx +++ b/sd/source/ui/func/fuparagr.cxx @@ -19,7 +19,6 @@ #include <fuparagr.hxx> #include <editeng/eeitem.hxx> -#include <vcl/msgbox.hxx> #include <sfx2/bindings.hxx> #include <sfx2/request.hxx> #include <sfx2/viewfrm.hxx> diff --git a/sd/source/ui/func/fuprlout.cxx b/sd/source/ui/func/fuprlout.cxx index d1e891df21a8..ef1092d4e71f 100644 --- a/sd/source/ui/func/fuprlout.cxx +++ b/sd/source/ui/func/fuprlout.cxx @@ -22,7 +22,6 @@ #include <sfx2/dispatch.hxx> #include <svl/itempool.hxx> #include <sot/storage.hxx> -#include <vcl/msgbox.hxx> #include <svx/svdundo.hxx> #include <sfx2/viewfrm.hxx> diff --git a/sd/source/ui/func/fuprobjs.cxx b/sd/source/ui/func/fuprobjs.cxx index 7d27ee9c07fa..a98048b3d56b 100644 --- a/sd/source/ui/func/fuprobjs.cxx +++ b/sd/source/ui/func/fuprobjs.cxx @@ -19,7 +19,6 @@ #include <fuprobjs.hxx> -#include <vcl/msgbox.hxx> #include <svl/style.hxx> #include <editeng/outliner.hxx> #include <svl/hint.hxx> diff --git a/sd/source/ui/func/fusldlg.cxx b/sd/source/ui/func/fusldlg.cxx index 10f9afa23cf4..13da0d20e957 100644 --- a/sd/source/ui/func/fusldlg.cxx +++ b/sd/source/ui/func/fusldlg.cxx @@ -19,7 +19,6 @@ #include <fusldlg.hxx> #include <svl/itemset.hxx> -#include <vcl/msgbox.hxx> #include <drawdoc.hxx> #include <sdpage.hxx> diff --git a/sd/source/ui/func/fusnapln.cxx b/sd/source/ui/func/fusnapln.cxx index b0b38e48c5a3..f86710d28f62 100644 --- a/sd/source/ui/func/fusnapln.cxx +++ b/sd/source/ui/func/fusnapln.cxx @@ -19,7 +19,6 @@ #include <fusnapln.hxx> #include <svl/aeitem.hxx> -#include <vcl/msgbox.hxx> #include <sfx2/request.hxx> #include <svx/svxids.hrc> diff --git a/sd/source/ui/func/futempl.cxx b/sd/source/ui/func/futempl.cxx index d51f9e25e18e..4264391a78e6 100644 --- a/sd/source/ui/func/futempl.cxx +++ b/sd/source/ui/func/futempl.cxx @@ -29,7 +29,6 @@ #include <sfx2/bindings.hxx> #include <svl/aeitem.hxx> #include <sfx2/dispatch.hxx> -#include <vcl/msgbox.hxx> #include <editeng/eeitem.hxx> #include <sfx2/request.hxx> #include <editeng/numitem.hxx> diff --git a/sd/source/ui/func/futransf.cxx b/sd/source/ui/func/futransf.cxx index 33d4b0d2796f..00193fe98bb9 100644 --- a/sd/source/ui/func/futransf.cxx +++ b/sd/source/ui/func/futransf.cxx @@ -21,7 +21,6 @@ #include <comphelper/scopeguard.hxx> #include <svx/dialogs.hrc> -#include <vcl/msgbox.hxx> #include <sfx2/request.hxx> #include <strings.hrc> diff --git a/sd/source/ui/func/futxtatt.cxx b/sd/source/ui/func/futxtatt.cxx index 0810a95541b3..78fcb3f011d0 100644 --- a/sd/source/ui/func/futxtatt.cxx +++ b/sd/source/ui/func/futxtatt.cxx @@ -18,7 +18,6 @@ */ #include <futxtatt.hxx> -#include <vcl/msgbox.hxx> #include <sfx2/request.hxx> #include <svx/svxdlg.hxx> diff --git a/sd/source/ui/func/fuvect.cxx b/sd/source/ui/func/fuvect.cxx index 7217edc78fe6..6722e9e379c6 100644 --- a/sd/source/ui/func/fuvect.cxx +++ b/sd/source/ui/func/fuvect.cxx @@ -20,7 +20,6 @@ #include <fuvect.hxx> #include <tools/poly.hxx> #include <svx/svdograf.hxx> -#include <vcl/msgbox.hxx> #include <svx/svdedtv.hxx> #include <View.hxx> |