Removed unnecessary tools/ref.hxx includes.

This commit is contained in:
Marcel Metz 2012-01-06 23:22:37 +01:00 committed by Michael Stahl
parent 5845c5b6ec
commit 4beb58e0dd
34 changed files with 8 additions and 28 deletions

View File

@ -28,7 +28,6 @@
// include ---------------------------------------------------------------
#include <tools/ref.hxx>
#include <tools/shl.hxx>
#include <vcl/wrkwin.hxx>
#include <vcl/menu.hxx>

View File

@ -27,7 +27,6 @@
************************************************************************/
#include <string>
#include <tools/ref.hxx>
#include <tools/shl.hxx>
#include <svl/intitem.hxx>
#include <svl/eitem.hxx>

View File

@ -26,7 +26,6 @@
*
************************************************************************/
#include <tools/ref.hxx>
#include <tools/shl.hxx>
#include <tools/debug.hxx>
#include <vcl/msgbox.hxx>

View File

@ -26,7 +26,6 @@
*
************************************************************************/
#include <tools/ref.hxx>
#include <sfx2/app.hxx>
#include <sfx2/objsh.hxx>
#include <vcl/msgbox.hxx>

View File

@ -34,7 +34,6 @@
#include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase1.hxx>
#include <tools/ref.hxx>
#include <tools/urlobj.hxx>
#include <ucbhelper/content.hxx>
#include <unotools/streamwrap.hxx>

View File

@ -41,7 +41,6 @@
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/objsh.hxx>
#include <tools/ref.hxx>
#include "tabview.hxx"
#include "tabvwsh.hxx"

View File

@ -27,7 +27,6 @@
************************************************************************/
#include <tools/ref.hxx>
#include <tools/debug.hxx>
#include "strings.hrc"

View File

@ -32,6 +32,7 @@
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
#include <tools/list.hxx>
#include <svtools/valueset.hxx>
class SfxItemSet;

View File

@ -32,7 +32,6 @@
#include <vector>
#include <com/sun/star/embed/XEmbedPersist.hpp>
#include <tools/ref.hxx>
#include <tools/urlobj.hxx>
#include <vcl/msgbox.hxx>
#include <svx/svdetc.hxx>

View File

@ -40,6 +40,8 @@
#include <sfx2/docfilt.hxx>
#include <sfx2/sfxdefs.hxx>
#include <tools/ref.hxx>
#include <boost/utility.hpp>
class Window;

View File

@ -35,7 +35,6 @@
#include <com/sun/star/embed/Aspects.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <tools/ref.hxx>
#include <tools/gen.hxx>
#include <sfx2/objsh.hxx>

View File

@ -46,7 +46,6 @@
#include <unotools/localedatawrapper.hxx>
#include <rtl/strbuf.hxx>
#include <tools/ref.hxx>
#include <tools/debug.hxx>
#include <tools/urlobj.hxx>
#include <tools/datetime.hxx>

View File

@ -33,6 +33,7 @@
#include <tools/string.hxx>
#include <vcl/ctrl.hxx>
#include <tools/link.hxx>
#include <tools/list.hxx>
#include <vcl/image.hxx>
#include <vcl/seleng.hxx>

View File

@ -44,6 +44,7 @@
#include <vcl/mnemonicengine.hxx>
#include <vcl/quickselectionengine.hxx>
#include <tools/gen.hxx>
#include <tools/list.hxx>
#include <svtools/treelist.hxx>
#include <svl/svarray.hxx>
#include <svtools/transfer.hxx>

View File

@ -27,6 +27,7 @@
************************************************************************/
#include <tools/debug.hxx>
#include <tools/list.hxx>
#include <vcl/decoview.hxx>
#include <vcl/svapp.hxx>
#include <vcl/scrbar.hxx>

View File

@ -31,7 +31,6 @@
# pragma hdrstop
#endif
#include <tools/ref.hxx>
#include <tools/stream.hxx>
#include <svtools/filter.hxx>
#include <svtools/FilterConfigItem.hxx>

View File

@ -40,6 +40,7 @@
#include <cppuhelper/implbase2.hxx>
#include <tools/list.hxx>
class UnoTreeListEntry;
class TreeControlPeer;

View File

@ -29,6 +29,7 @@
#ifndef _SVDIBROW_HXX
#define _SVDIBROW_HXX
#include <tools/contnr.hxx>
#include <svtools/brwbox.hxx>
#include <vcl/edit.hxx>
#include <vcl/floatwin.hxx>

View File

@ -29,7 +29,6 @@
// include ---------------------------------------------------------------
#include <tools/ref.hxx>
#include "svx/relfld.hxx"
// -----------------------------------------------------------------------

View File

@ -27,7 +27,6 @@
************************************************************************/
#include <string>
#include <tools/ref.hxx>
#include <tools/shl.hxx>
#include <svl/intitem.hxx>
#include <svl/eitem.hxx>

View File

@ -29,7 +29,6 @@
#include <string>
#include <tools/ref.hxx>
#include <tools/shl.hxx>
#include <svl/aeitem.hxx>
#include <sfx2/dispatch.hxx>

View File

@ -27,8 +27,6 @@
************************************************************************/
#include <tools/ref.hxx>
#include <hintids.hxx>
#include <fesh.hxx>
#include <doc.hxx>

View File

@ -26,7 +26,6 @@
*
************************************************************************/
#include <tools/ref.hxx>
#include <shellio.hxx>
#include <doc.hxx>
#include <node.hxx>

View File

@ -30,7 +30,6 @@
#define _XMLITMPR_HXX
#include <tools/solar.h>
#include <tools/ref.hxx>
#include "xmlitmap.hxx"
#include <vector>

View File

@ -30,7 +30,6 @@
#include <limits.h>
#include <tools/solar.h>
#include <tools/ref.hxx>
#include <com/sun/star/xml/sax/XAttributeList.hpp>

View File

@ -27,7 +27,6 @@
************************************************************************/
#include <comphelper/string.hxx>
#include <tools/ref.hxx>
#include <hintids.hxx>
#include <doc.hxx>

View File

@ -35,7 +35,6 @@
#include <cmdid.h>
#include <hintids.hxx>
#include <tools/ref.hxx>
#include <svx/dialogs.hrc>
#include <svx/drawitem.hxx>
#include <svx/xtable.hxx> // XColorList

View File

@ -31,7 +31,6 @@
#include "tools/toolsdllapi.h"
#include <i18npool/lang.h>
#include <tools/string.hxx>
#include <tools/ref.hxx>
#include <tools/resid.hxx>
#include <com/sun/star/lang/Locale.hpp>

View File

@ -30,7 +30,6 @@
#define _SALSTD_HXX
// -=-= includes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
#include <tools/ref.hxx>
#include <tools/gen.hxx>
#include <vcl/sv.h>

View File

@ -27,7 +27,6 @@
************************************************************************/
#include <tools/ref.hxx>
#include <tools/debug.hxx>
#include <tools/poly.hxx>

View File

@ -27,7 +27,6 @@
************************************************************************/
#include <tools/ref.hxx>
#include <tools/debug.hxx>
#include <tools/poly.hxx>

View File

@ -27,7 +27,6 @@
************************************************************************/
#include <tools/ref.hxx>
#include <tools/debug.hxx>
#include <tools/poly.hxx>

View File

@ -27,7 +27,6 @@
************************************************************************/
#include <tools/ref.hxx>
#include <vcl/window.hxx>
#include <vcl/seleng.hxx>
#include <tools/debug.hxx>

View File

@ -27,7 +27,6 @@
************************************************************************/
#include <tools/ref.hxx>
#include <tools/rc.h>
#include <vcl/svapp.hxx>