drop some unneeded includes
Change-Id: Idde1f747f500d94b3191a97e7d502794cc2b8450 Reviewed-on: https://gerrit.libreoffice.org/70972 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
83d481b958
commit
f0c31f3aa1
38 changed files with 5 additions and 40 deletions
|
@ -45,7 +45,6 @@
|
|||
#include <sfx2/app.hxx>
|
||||
#include <vcl/help.hxx>
|
||||
#include <vcl/graph.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <osl/file.hxx>
|
||||
#include <editeng/optitems.hxx>
|
||||
#include <editeng/svxenum.hxx>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include "optaboutconfig.hxx"
|
||||
#include "optHeaderTabListbox.hxx"
|
||||
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/event.hxx>
|
||||
#include <vcl/svlbitm.hxx>
|
||||
#include <vcl/treelistentry.hxx>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include <unotools/pathoptions.hxx>
|
||||
#include "optchart.hxx"
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/weld.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
|
|
|
@ -27,10 +27,10 @@
|
|||
#include <tools/debug.hxx>
|
||||
#include <unotools/collatorwrapper.hxx>
|
||||
#include <unotools/intlwrapper.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/weld.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/event.hxx>
|
||||
#include <svx/dialogs.hrc>
|
||||
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include <tools/fract.hxx>
|
||||
#include <svx/dialogs.hrc>
|
||||
#include <strings.hrc>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/field.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
*/
|
||||
|
||||
#include <SqlNameEdit.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
|
||||
namespace dbaui
|
||||
{
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include <charsetlistbox.hxx>
|
||||
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
#include <svl/stritem.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <curledit.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
namespace dbaui
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <strings.hrc>
|
||||
#include <vcl/layout.hxx>
|
||||
#include <vcl/menu.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#include <comphelper/types.hxx>
|
||||
#include <stringconstants.hxx>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <LimitBox.hxx>
|
||||
#include <strings.hrc>
|
||||
#include <core_resource.hxx>
|
||||
|
|
|
@ -94,7 +94,6 @@
|
|||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/image.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/vclmedit.hxx>
|
||||
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <cppuhelper/exc_hlp.hxx>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/dialog.hxx>
|
||||
#include <vcl/prgsbar.hxx>
|
||||
#include <vcl/vclmedit.hxx>
|
||||
#include <vcl/weld.hxx>
|
||||
#include <rtl/ref.hxx>
|
||||
#include <vector>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#define INCLUDED_FORMULA_SOURCE_UI_DLG_FUNCPAGE_HXX
|
||||
|
||||
#include <vcl/lstbox.hxx>
|
||||
#include <svtools/svmedit.hxx>
|
||||
#include <vcl/edit.hxx>
|
||||
#include <vcl/tabpage.hxx>
|
||||
|
||||
#include <vcl/tabctrl.hxx>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef INCLUDED_FORMULA_SOURCE_UI_DLG_PARAWIN_HXX
|
||||
#define INCLUDED_FORMULA_SOURCE_UI_DLG_PARAWIN_HXX
|
||||
|
||||
#include <svtools/svmedit.hxx>
|
||||
#include <vcl/edit.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/tabpage.hxx>
|
||||
#include <vcl/tabctrl.hxx>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef INCLUDED_FORMULA_SOURCE_UI_DLG_STRUCTPG_HXX
|
||||
#define INCLUDED_FORMULA_SOURCE_UI_DLG_STRUCTPG_HXX
|
||||
|
||||
#include <svtools/svmedit.hxx>
|
||||
#include <vcl/edit.hxx>
|
||||
#include <vcl/tabpage.hxx>
|
||||
#include <vcl/tabctrl.hxx>
|
||||
#include <vcl/treelistbox.hxx>
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/layout.hxx>
|
||||
#include <vcl/lstbox.hxx>
|
||||
#include <vcl/vclmedit.hxx>
|
||||
|
||||
#include "anyrefdg.hxx"
|
||||
#include <sc.hrc>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <rangelst.hxx>
|
||||
#include <sfx2/bindings.hxx>
|
||||
#include <svl/zforlist.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/commandinfoprovider.hxx>
|
||||
#include <vcl/weld.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
#include <basic/sbxcore.hxx>
|
||||
#include <unotools/useroptions.hxx>
|
||||
#include <vcl/waitobj.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
#include <editeng/editview.hxx>
|
||||
#include <svtools/cliplistener.hxx>
|
||||
|
|
|
@ -91,7 +91,6 @@
|
|||
#include <svtools/imagemgr.hxx>
|
||||
#include <svtools/miscopt.hxx>
|
||||
#include <svtools/imgdef.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/unohelp.hxx>
|
||||
#include <vcl/i18nhelp.hxx>
|
||||
#include <vcl/layout.hxx>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include <osl/file.hxx>
|
||||
#include <sfx2/new.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/layout.hxx>
|
||||
#include <vcl/idle.hxx>
|
||||
#include <vcl/gdimtf.hxx>
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
#include <svtools/ivctrl.hxx>
|
||||
#include "imivctl.hxx"
|
||||
#include <svtools/svmedit.hxx>
|
||||
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
#include <vcl/layout.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/edit.hxx>
|
||||
#include <vcl/vclmedit.hxx>
|
||||
#include <vcl/fixedhyper.hxx>
|
||||
#include <comphelper/backupfilehelper.hxx>
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <svx/sxelditm.hxx>
|
||||
#include <sxmkitm.hxx>
|
||||
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <memory>
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <vcl/field.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <svtools/colorcfg.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <i18nlangtag/languagetag.hxx>
|
||||
|
||||
namespace svx {
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/virdev.hxx>
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
*/
|
||||
|
||||
#include <svx/fontlb.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/treelistentry.hxx>
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
*/
|
||||
|
||||
#include <svx/frmsel.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/event.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <vcl/dialog.hxx>
|
||||
#include <vcl/wrkwin.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/ptrstyle.hxx>
|
||||
#include <unotools/syslocale.hxx>
|
||||
#include <rtl/math.hxx>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include <memory>
|
||||
#include <vcl/bitmap.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <tools/fract.hxx>
|
||||
#include <editeng/frmdiritem.hxx>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include <sfx2/dialoghelper.hxx>
|
||||
#include <svx/paraprev.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
|
||||
SvxParaPrevWindow::SvxParaPrevWindow() :
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/virdev.hxx>
|
||||
#include <svtools/colorcfg.hxx>
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
*/
|
||||
|
||||
#include <tools/poly.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/metric.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
#include <vcl/commandevent.hxx>
|
||||
#include <vcl/graphicfilter.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <bitmaps.hlst>
|
||||
|
||||
#define GALLERY_BRWBOX_TITLE 1
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
#include <svx/SvxPresetListBox.hxx>
|
||||
#include <svx/xtable.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/commandevent.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include <tools/lineend.hxx>
|
||||
#include <unotools/charclass.hxx>
|
||||
#include <editeng/unolingu.hxx>
|
||||
#include <wrtsh.hxx>
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <actctrl.hxx>
|
||||
#include <vcl/event.hxx>
|
||||
#include <vcl/toolbox.hxx>
|
||||
|
|
|
@ -20,10 +20,6 @@
|
|||
#define INCLUDED_SW_SOURCE_UIBASE_INC_INPDLG_HXX
|
||||
|
||||
#include <svx/stddlg.hxx>
|
||||
|
||||
#include <vcl/button.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/vclmedit.hxx>
|
||||
#include <vcl/weld.hxx>
|
||||
|
||||
class SwInputField;
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/wrkwin.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/vclmedit.hxx>
|
||||
#include <vcl/msgbox.hxx>
|
||||
#include <vcl/button.hxx>
|
||||
#include <vcl/mnemonic.hxx>
|
||||
|
|
Loading…
Reference in a new issue