diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-18 11:23:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-18 12:59:49 +0100 |
commit | d21d5a7261dc4cfb6acf5d03bdddfda13116e28c (patch) | |
tree | b3bdaf8368af371c7ff41ee4449afa229039510e /svx/source | |
parent | d4e64d030092984077021a9af9d281cd64c476bf (diff) |
drop unnecessary shl.hxx includes
Change-Id: Ieb984987c4a4f888a563377e0500444b12f43506
Diffstat (limited to 'svx/source')
50 files changed, 0 insertions, 59 deletions
diff --git a/svx/source/customshapes/tbxcustomshapes.cxx b/svx/source/customshapes/tbxcustomshapes.cxx index bb25d07755fd..a2798fcaf555 100644 --- a/svx/source/customshapes/tbxcustomshapes.cxx +++ b/svx/source/customshapes/tbxcustomshapes.cxx @@ -21,7 +21,6 @@ #include <string> #include <svx/svxids.hrc> -#include <tools/shl.hxx> #include <svl/eitem.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewsh.hxx> diff --git a/svx/source/dialog/_bmpmask.cxx b/svx/source/dialog/_bmpmask.cxx index c42549d19f47..c39bfbbda0cc 100644 --- a/svx/source/dialog/_bmpmask.cxx +++ b/svx/source/dialog/_bmpmask.cxx @@ -18,7 +18,6 @@ */ #include <vcl/wrkwin.hxx> -#include <tools/shl.hxx> #include <vcl/metaact.hxx> #include <vcl/settings.hxx> #include <svtools/valueset.hxx> diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx index 817202e4e3f1..9458fbebce2f 100644 --- a/svx/source/dialog/_contdlg.cxx +++ b/svx/source/dialog/_contdlg.cxx @@ -19,7 +19,6 @@ #include <vcl/wrkwin.hxx> #include <sot/factory.hxx> -#include <tools/shl.hxx> #include <tools/helpers.hxx> #include <vcl/msgbox.hxx> #include <svl/eitem.hxx> diff --git a/svx/source/dialog/checklbx.cxx b/svx/source/dialog/checklbx.cxx index 1c8a12ba0c4e..732076eb9dd2 100644 --- a/svx/source/dialog/checklbx.cxx +++ b/svx/source/dialog/checklbx.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/shl.hxx> - #include <svtools/treelistentry.hxx> #include <svx/checklbx.hxx> diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx index 53f1685f1c7a..d3aebb705358 100644 --- a/svx/source/dialog/ctredlin.cxx +++ b/svx/source/dialog/ctredlin.cxx @@ -20,7 +20,6 @@ #include <vcl/dialog.hxx> #include <vcl/layout.hxx> #include <vcl/svapp.hxx> -#include <tools/shl.hxx> #include <sfx2/app.hxx> #include <sfx2/module.hxx> #include <unotools/textsearch.hxx> diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx index 637ca5abb94c..58214e753159 100644 --- a/svx/source/dialog/dlgctrl.cxx +++ b/svx/source/dialog/dlgctrl.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/shl.hxx> #include <vcl/builder.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/svx/source/dialog/fontwork.cxx b/svx/source/dialog/fontwork.cxx index dd6a04535e42..0a8a647a43ed 100644 --- a/svx/source/dialog/fontwork.cxx +++ b/svx/source/dialog/fontwork.cxx @@ -19,7 +19,6 @@ #include <sfx2/module.hxx> #include <sfx2/dispatch.hxx> -#include <tools/shl.hxx> #include <svx/svdobj.hxx> #include <svx/svdopath.hxx> diff --git a/svx/source/dialog/grfflt.cxx b/svx/source/dialog/grfflt.cxx index 7c45e384552b..4890faacd06f 100644 --- a/svx/source/dialog/grfflt.cxx +++ b/svx/source/dialog/grfflt.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/shl.hxx> #include <vcl/msgbox.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx index da4790d9a242..4c9b21e5f029 100644 --- a/svx/source/dialog/hdft.cxx +++ b/svx/source/dialog/hdft.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/shl.hxx> #include <svl/itemiter.hxx> #include <sfx2/app.hxx> #include <sfx2/objsh.hxx> diff --git a/svx/source/dialog/imapdlg.cxx b/svx/source/dialog/imapdlg.cxx index 64bcedda3c67..feb1c309fa40 100644 --- a/svx/source/dialog/imapdlg.cxx +++ b/svx/source/dialog/imapdlg.cxx @@ -18,7 +18,6 @@ */ #include <stdlib.h> -#include <tools/shl.hxx> #include <tools/errinf.hxx> #include <tools/urlobj.hxx> #include <unotools/ucbstreamhelper.hxx> diff --git a/svx/source/dialog/langbox.cxx b/svx/source/dialog/langbox.cxx index 2eea8f6952b7..8d3f6f98ca38 100644 --- a/svx/source/dialog/langbox.cxx +++ b/svx/source/dialog/langbox.cxx @@ -24,7 +24,6 @@ #include <unotools/localedatawrapper.hxx> #include <tools/urlobj.hxx> #include <svtools/langtab.hxx> -#include <tools/shl.hxx> #include <i18nlangtag/mslangid.hxx> #include <i18nlangtag/lang.h> #include <editeng/scripttypeitem.hxx> diff --git a/svx/source/dialog/optgrid.cxx b/svx/source/dialog/optgrid.cxx index f1df7ae8ded4..61f800447146 100644 --- a/svx/source/dialog/optgrid.cxx +++ b/svx/source/dialog/optgrid.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/shl.hxx> #include <sfx2/app.hxx> #include <sfx2/module.hxx> #include <svl/intitem.hxx> diff --git a/svx/source/dialog/prtqry.cxx b/svx/source/dialog/prtqry.cxx index c405fbf8ea51..c2aa1125b3b0 100644 --- a/svx/source/dialog/prtqry.cxx +++ b/svx/source/dialog/prtqry.cxx @@ -21,7 +21,6 @@ #include <svx/dialogs.hrc> #include <svx/prtqry.hxx> #include <svx/dialmgr.hxx> -#include <tools/shl.hxx> SvxPrtQryBox::SvxPrtQryBox(Window* pParent) : MessBox(pParent, 0, diff --git a/svx/source/dialog/rubydialog.cxx b/svx/source/dialog/rubydialog.cxx index ec2daf383fd4..cb6898a77225 100644 --- a/svx/source/dialog/rubydialog.cxx +++ b/svx/source/dialog/rubydialog.cxx @@ -18,7 +18,6 @@ */ #include <svx/rubydialog.hxx> -#include <tools/shl.hxx> #include <svx/dialmgr.hxx> #include <svx/dialogs.hrc> #include <sfx2/app.hxx> diff --git a/svx/source/dialog/strarray.cxx b/svx/source/dialog/strarray.cxx index 144ca2b378da..4e540c36edda 100644 --- a/svx/source/dialog/strarray.cxx +++ b/svx/source/dialog/strarray.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/shl.hxx> - #include <svx/dialogs.hrc> #include <svx/dialmgr.hxx> #include <svx/strarray.hxx> diff --git a/svx/source/dialog/svxbmpnumvalueset.cxx b/svx/source/dialog/svxbmpnumvalueset.cxx index 42ccac0c994e..de1300c7931d 100644 --- a/svx/source/dialog/svxbmpnumvalueset.cxx +++ b/svx/source/dialog/svxbmpnumvalueset.cxx @@ -19,7 +19,6 @@ #include <svx/dialmgr.hxx> #include <svx/dialogs.hrc> -#include <tools/shl.hxx> #include <i18nlangtag/mslangid.hxx> #include <svtools/valueset.hxx> #include <svl/languageoptions.hxx> diff --git a/svx/source/dialog/svxruler.cxx b/svx/source/dialog/svxruler.cxx index 5ff095296070..7e3d27c16808 100644 --- a/svx/source/dialog/svxruler.cxx +++ b/svx/source/dialog/svxruler.cxx @@ -20,7 +20,6 @@ #include <cstring> #include <climits> -#include <tools/shl.hxx> #include <vcl/image.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/svx/source/dialog/txenctab.cxx b/svx/source/dialog/txenctab.cxx index a2de927cac1d..0240d1992ba5 100644 --- a/svx/source/dialog/txenctab.cxx +++ b/svx/source/dialog/txenctab.cxx @@ -21,9 +21,6 @@ #include <svx/dialogs.hrc> #include <svx/dialmgr.hxx> #include "svx/txenctab.hxx" -#include <tools/shl.hxx> - - SvxTextEncodingTable::SvxTextEncodingTable() : @@ -31,14 +28,10 @@ SvxTextEncodingTable::SvxTextEncodingTable() { } - - SvxTextEncodingTable::~SvxTextEncodingTable() { } - - const OUString SvxTextEncodingTable::GetTextString( const rtl_TextEncoding nEnc ) const { sal_uInt32 nPos = FindIndex( (long)nEnc ); diff --git a/svx/source/engine3d/dragmt3d.cxx b/svx/source/engine3d/dragmt3d.cxx index afd80309af66..72b79da27425 100644 --- a/svx/source/engine3d/dragmt3d.cxx +++ b/svx/source/engine3d/dragmt3d.cxx @@ -19,7 +19,6 @@ #include <dragmt3d.hxx> -#include <tools/shl.hxx> #include <svx/svdpagv.hxx> #include <svx/dialmgr.hxx> #include <svx/svddrgmt.hxx> diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx index 3b5f45fa2d7c..7dcc3b840b94 100644 --- a/svx/source/engine3d/float3d.cxx +++ b/svx/source/engine3d/float3d.cxx @@ -24,7 +24,6 @@ #include <svtools/colrdlg.hxx> #include <vcl/msgbox.hxx> #include <sfx2/viewsh.hxx> -#include <tools/shl.hxx> #include <svx/xflclit.hxx> #include <svx/svdmodel.hxx> #include <svx/globl3d.hxx> diff --git a/svx/source/engine3d/view3d.cxx b/svx/source/engine3d/view3d.cxx index 960fac5c4716..2c433553770a 100644 --- a/svx/source/engine3d/view3d.cxx +++ b/svx/source/engine3d/view3d.cxx @@ -21,7 +21,6 @@ #include <vcl/wrkwin.hxx> #include <svx/svdogrp.hxx> #include <svx/svdopath.hxx> -#include <tools/shl.hxx> #include "svx/svditer.hxx" #include <svx/svdpool.hxx> #include <svx/svdorect.hxx> diff --git a/svx/source/engine3d/view3d1.cxx b/svx/source/engine3d/view3d1.cxx index 9de4503887b9..414faa5f7e5d 100644 --- a/svx/source/engine3d/view3d1.cxx +++ b/svx/source/engine3d/view3d1.cxx @@ -18,7 +18,6 @@ */ -#include <tools/shl.hxx> #include "svx/svditer.hxx" #include <svx/svdpool.hxx> #include <svx/svdmodel.hxx> diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx index 5a672de66b2c..57b593146dcf 100644 --- a/svx/source/fmcomp/fmgridcl.cxx +++ b/svx/source/fmcomp/fmgridcl.cxx @@ -63,7 +63,6 @@ #include <svtools/fmtfield.hxx> #include <svl/numuno.hxx> #include <tools/multisel.hxx> -#include <tools/shl.hxx> #include <tools/diagnose_ex.h> #include <vcl/help.hxx> #include <vcl/image.hxx> diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx index 7ac32bad8364..e4107ca2fe18 100644 --- a/svx/source/fmcomp/gridcell.cxx +++ b/svx/source/fmcomp/gridcell.cxx @@ -61,7 +61,6 @@ #include <svx/dialmgr.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> -#include <tools/shl.hxx> #include <vcl/longcurr.hxx> #include <vcl/settings.hxx> diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index f3dd5112250b..f991024fb783 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -48,7 +48,6 @@ #include "svx/fmresids.hrc" #include <svx/svxids.hrc> -#include <tools/shl.hxx> #include <svx/dialmgr.hxx> #include "fmservs.hxx" #include "sdbdatacolumn.hxx" diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index 36afdb92df14..f90fbbfccd33 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -49,7 +49,6 @@ #include <svx/fmshell.hxx> #include <svx/fmtools.hxx> #include <svx/svxids.hrc> -#include <tools/shl.hxx> #include <vcl/wrkwin.hxx> #include <vcl/settings.hxx> #include <tools/diagnose_ex.h> diff --git a/svx/source/form/fmPropBrw.cxx b/svx/source/form/fmPropBrw.cxx index a1b2cf54b6da..57523e43864d 100644 --- a/svx/source/form/fmPropBrw.cxx +++ b/svx/source/form/fmPropBrw.cxx @@ -61,7 +61,6 @@ #include <toolkit/helper/vclunohelper.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> -#include <tools/shl.hxx> #include <unotools/confignode.hxx> #include <vcl/stdtext.hxx> diff --git a/svx/source/form/fmexpl.cxx b/svx/source/form/fmexpl.cxx index 4b0ef8da207c..6fd2b10024e5 100644 --- a/svx/source/form/fmexpl.cxx +++ b/svx/source/form/fmexpl.cxx @@ -47,7 +47,6 @@ #include <vcl/menu.hxx> #include <sfx2/objitem.hxx> #include <sfx2/request.hxx> -#include <tools/shl.hxx> #include <vcl/wrkwin.hxx> #include <svx/fmshell.hxx> diff --git a/svx/source/form/fmobj.cxx b/svx/source/form/fmobj.cxx index ed347e91bb6a..8b5a49ee763c 100644 --- a/svx/source/form/fmobj.cxx +++ b/svx/source/form/fmobj.cxx @@ -38,7 +38,6 @@ #include <com/sun/star/util/XCloneable.hpp> #include "svx/fmtools.hxx" -#include <tools/shl.hxx> #include <comphelper/property.hxx> #include <comphelper/processfactory.hxx> #include <toolkit/awt/vclxdevice.hxx> diff --git a/svx/source/form/fmobjfac.cxx b/svx/source/form/fmobjfac.cxx index f1bad877aa97..2e406d612cbb 100644 --- a/svx/source/form/fmobjfac.cxx +++ b/svx/source/form/fmobjfac.cxx @@ -38,7 +38,6 @@ #include <tools/resid.hxx> #include "svx/fmresids.hrc" -#include <tools/shl.hxx> #include <svx/dialmgr.hxx> #include "tabwin.hxx" #include "fmexpl.hxx" diff --git a/svx/source/form/fmpage.cxx b/svx/source/form/fmpage.cxx index 252ce39752fd..3a8e1369d2ef 100644 --- a/svx/source/form/fmpage.cxx +++ b/svx/source/form/fmpage.cxx @@ -29,7 +29,6 @@ #include "fmobj.hxx" #include <svx/fmresids.hrc> -#include <tools/shl.hxx> #include <svx/dialmgr.hxx> #include "fmpgeimp.hxx" diff --git a/svx/source/form/fmpgeimp.cxx b/svx/source/form/fmpgeimp.cxx index 22a0a3336411..dd67c04b9887 100644 --- a/svx/source/form/fmpgeimp.cxx +++ b/svx/source/form/fmpgeimp.cxx @@ -43,7 +43,6 @@ #include <svx/fmmodel.hxx> #include <tools/resid.hxx> #include <tools/diagnose_ex.h> -#include <tools/shl.hxx> #include <vcl/stdtext.hxx> #include <svx/dialmgr.hxx> #include <comphelper/processfactory.hxx> diff --git a/svx/source/form/fmshell.cxx b/svx/source/form/fmshell.cxx index 05abd2794571..69cd665450e1 100644 --- a/svx/source/form/fmshell.cxx +++ b/svx/source/form/fmshell.cxx @@ -59,7 +59,6 @@ #include "fmexch.hxx" #include <svx/fmglob.hxx> #include <svl/eitem.hxx> -#include <tools/shl.hxx> #include <tools/diagnose_ex.h> #include <svx/svdpage.hxx> #include <svx/fmmodel.hxx> diff --git a/svx/source/form/fmsrcimp.cxx b/svx/source/form/fmsrcimp.cxx index baf98b6c97bf..35041320f03d 100644 --- a/svx/source/form/fmsrcimp.cxx +++ b/svx/source/form/fmsrcimp.cxx @@ -26,7 +26,6 @@ #include <tools/diagnose_ex.h> #include <tools/wldcrd.hxx> #include <vcl/msgbox.hxx> -#include <tools/shl.hxx> #include <svx/dialmgr.hxx> #include <vcl/svapp.hxx> #include <unotools/textsearch.hxx> diff --git a/svx/source/form/fmundo.cxx b/svx/source/form/fmundo.cxx index de316e3a5c72..11487c780f28 100644 --- a/svx/source/form/fmundo.cxx +++ b/svx/source/form/fmundo.cxx @@ -45,7 +45,6 @@ #include "svx/fmtools.hxx" #include <svl/macitem.hxx> -#include <tools/shl.hxx> #include <tools/diagnose_ex.h> #include <sfx2/objsh.hxx> #include <sfx2/docfile.hxx> diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx index ca825ad03b65..1777ec745a41 100644 --- a/svx/source/form/formcontroller.cxx +++ b/svx/source/form/formcontroller.cxx @@ -81,7 +81,6 @@ #include <toolkit/helper/vclunohelper.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> -#include <tools/shl.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/svx/source/form/tabwin.cxx b/svx/source/form/tabwin.cxx index d1edce99b220..1ddfb40abd0a 100644 --- a/svx/source/form/tabwin.cxx +++ b/svx/source/form/tabwin.cxx @@ -45,7 +45,6 @@ #include "svx/fmresids.hrc" #include <svx/dialmgr.hxx> -#include <tools/shl.hxx> #include <svx/svdpagv.hxx> #include <sfx2/objitem.hxx> #include <sfx2/dispatch.hxx> diff --git a/svx/source/form/tbxform.cxx b/svx/source/form/tbxform.cxx index dd014a1c4226..a8a474570e7a 100644 --- a/svx/source/form/tbxform.cxx +++ b/svx/source/form/tbxform.cxx @@ -18,7 +18,6 @@ */ #include <string> -#include <tools/shl.hxx> #include <svl/intitem.hxx> #include <svl/eitem.hxx> #include <svl/stritem.hxx> diff --git a/svx/source/items/svxerr.cxx b/svx/source/items/svxerr.cxx index 9dd0df1614b3..fff31650fb4b 100644 --- a/svx/source/items/svxerr.cxx +++ b/svx/source/items/svxerr.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/shl.hxx> - #include "svx/svxerr.hxx" #include <svx/dialmgr.hxx> diff --git a/svx/source/stbctrls/insctrl.cxx b/svx/source/stbctrls/insctrl.cxx index c0424b7746ba..fdd3ec43d244 100644 --- a/svx/source/stbctrls/insctrl.cxx +++ b/svx/source/stbctrls/insctrl.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/shl.hxx> #include <vcl/status.hxx> #include <svl/eitem.hxx> #include <sfx2/app.hxx> diff --git a/svx/source/stbctrls/pszctrl.cxx b/svx/source/stbctrls/pszctrl.cxx index e48498ca1678..ae5ae3cc2185 100644 --- a/svx/source/stbctrls/pszctrl.cxx +++ b/svx/source/stbctrls/pszctrl.cxx @@ -18,7 +18,6 @@ */ #include <limits.h> -#include <tools/shl.hxx> #include <vcl/status.hxx> #include <vcl/menu.hxx> #include <vcl/image.hxx> diff --git a/svx/source/stbctrls/selctrl.cxx b/svx/source/stbctrls/selctrl.cxx index 1536aa49f3bb..e123fe299d0a 100644 --- a/svx/source/stbctrls/selctrl.cxx +++ b/svx/source/stbctrls/selctrl.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/shl.hxx> #include <vcl/menu.hxx> #include <vcl/status.hxx> #include <svl/intitem.hxx> diff --git a/svx/source/stbctrls/xmlsecctrl.cxx b/svx/source/stbctrls/xmlsecctrl.cxx index 46ea35b8b167..ad31b54802a9 100644 --- a/svx/source/stbctrls/xmlsecctrl.cxx +++ b/svx/source/stbctrls/xmlsecctrl.cxx @@ -18,7 +18,6 @@ */ -#include <tools/shl.hxx> #include <vcl/status.hxx> #include <vcl/menu.hxx> #include <vcl/image.hxx> diff --git a/svx/source/stbctrls/zoomctrl.cxx b/svx/source/stbctrls/zoomctrl.cxx index d5af62d7e227..70a270b704bb 100644 --- a/svx/source/stbctrls/zoomctrl.cxx +++ b/svx/source/stbctrls/zoomctrl.cxx @@ -18,7 +18,6 @@ */ #include <i18nutil/unicode.hxx> -#include <tools/shl.hxx> #include <vcl/svapp.hxx> #include <vcl/status.hxx> #include <vcl/menu.hxx> diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx index 40865b85bc50..f85b48803116 100644 --- a/svx/source/tbxctrls/itemwin.cxx +++ b/svx/source/tbxctrls/itemwin.cxx @@ -19,7 +19,6 @@ #include <com/sun/star/drawing/FillStyle.hpp> -#include <tools/shl.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/objsh.hxx> #include <sfx2/viewsh.hxx> diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 5728791bf83e..61b191d9de71 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -18,7 +18,6 @@ */ #include <string> -#include <tools/shl.hxx> #include <tools/color.hxx> #include <svl/poolitem.hxx> #include <svl/eitem.hxx> diff --git a/svx/source/tbxctrls/tbxalign.cxx b/svx/source/tbxctrls/tbxalign.cxx index aed1aa430b37..59d7f1f11221 100644 --- a/svx/source/tbxctrls/tbxalign.cxx +++ b/svx/source/tbxctrls/tbxalign.cxx @@ -23,7 +23,6 @@ #include <svx/dialogs.hrc> #include "svx/tbxalign.hxx" -#include <tools/shl.hxx> #include <sfx2/imagemgr.hxx> #include <vcl/svapp.hxx> #include <osl/mutex.hxx> diff --git a/svx/source/tbxctrls/tbxdrctl.cxx b/svx/source/tbxctrls/tbxdrctl.cxx index 312aeb89fd68..69c36b62cd55 100644 --- a/svx/source/tbxctrls/tbxdrctl.cxx +++ b/svx/source/tbxctrls/tbxdrctl.cxx @@ -20,7 +20,6 @@ #include <string> -#include <tools/shl.hxx> #include <svl/aeitem.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewsh.hxx> diff --git a/svx/source/unodraw/unoprov.cxx b/svx/source/unodraw/unoprov.cxx index b4d75757f51b..df64e3e448b2 100644 --- a/svx/source/unodraw/unoprov.cxx +++ b/svx/source/unodraw/unoprov.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> #include <boost/unordered_map.hpp> #include <tools/fldunit.hxx> -#include <tools/shl.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include <comphelper/propertysetinfo.hxx> diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 5d8bfb232687..dfec07e3f240 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -64,7 +64,6 @@ #include "svx/svdpagv.hxx" #include "svx/svdpool.hxx" #include <tools/gen.hxx> -#include <tools/shl.hxx> #include "svx/dialmgr.hxx" #include "svx/dialogs.hrc" #include "svx/svdocapt.hxx" |