diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 16:59:51 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:21:29 +0200 |
commit | 028b4003986f9cff3274707eebd14ee9099bf87b (patch) | |
tree | 6e37bc8851a0a068389d4626a8364669600c6fdf /vcl/source/gdi | |
parent | fc7c68636687446d0723330e848faa93c4b7efd8 (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'vcl/source/gdi')
-rw-r--r-- | vcl/source/gdi/bitmap.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/bitmap2.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/bitmapex.cxx | 4 | ||||
-rw-r--r-- | vcl/source/gdi/cvtgrf.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/hatch.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/image.cxx | 6 | ||||
-rw-r--r-- | vcl/source/gdi/imagerepository.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/impbmp.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/impgraph.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/impvect.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/jobset.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/outdev.cxx | 4 | ||||
-rw-r--r-- | vcl/source/gdi/outdev2.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/outdev3.cxx | 4 | ||||
-rw-r--r-- | vcl/source/gdi/outdev5.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/outdev6.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/outmap.cxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/print.cxx | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | vcl/source/gdi/print3.cxx | 0 | ||||
-rw-r--r-- | vcl/source/gdi/region.cxx | 6 | ||||
-rw-r--r--[-rwxr-xr-x] | vcl/source/gdi/salgdilayout.cxx | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | vcl/source/gdi/sallayout.cxx | 4 | ||||
-rw-r--r-- | vcl/source/gdi/virdev.cxx | 2 |
23 files changed, 0 insertions, 60 deletions
diff --git a/vcl/source/gdi/bitmap.cxx b/vcl/source/gdi/bitmap.cxx index 074935086b0b..24f81481e4e0 100644 --- a/vcl/source/gdi/bitmap.cxx +++ b/vcl/source/gdi/bitmap.cxx @@ -35,9 +35,7 @@ #include <vcl/outdev.hxx> #include <vcl/impbmp.hxx> #include <vcl/salbmp.hxx> -#ifndef _SV_RC_H #include <tools/rc.h> -#endif #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> #include <vcl/svapp.hxx> diff --git a/vcl/source/gdi/bitmap2.cxx b/vcl/source/gdi/bitmap2.cxx index 6da78c697525..0079073216f5 100644 --- a/vcl/source/gdi/bitmap2.cxx +++ b/vcl/source/gdi/bitmap2.cxx @@ -29,9 +29,7 @@ #include "precompiled_vcl.hxx" #include <tools/zcodec.hxx> -#ifndef _TOOLS_STREAM_HXX #include <tools/stream.hxx> -#endif #include <vcl/salbtype.hxx> #include <vcl/bmpacc.hxx> #include <vcl/outdev.hxx> diff --git a/vcl/source/gdi/bitmapex.cxx b/vcl/source/gdi/bitmapex.cxx index 38402af626c2..ddcf2fe05248 100644 --- a/vcl/source/gdi/bitmapex.cxx +++ b/vcl/source/gdi/bitmapex.cxx @@ -37,12 +37,8 @@ #include <vcl/image.h> #include <vcl/bitmapex.hxx> #include <vcl/pngread.hxx> -#ifndef _SV_IMPIMAGETREE_H #include <vcl/impimagetree.hxx> -#endif -#ifndef _SV_RC_H #include <tools/rc.h> -#endif #include <vcl/svapp.hxx> #include <vcl/bmpacc.hxx> diff --git a/vcl/source/gdi/cvtgrf.cxx b/vcl/source/gdi/cvtgrf.cxx index 8ba963bc4718..bd18a24191c3 100644 --- a/vcl/source/gdi/cvtgrf.cxx +++ b/vcl/source/gdi/cvtgrf.cxx @@ -28,9 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_vcl.hxx" -#ifndef _SV_SVSYS_HXX #include <svsys.h> -#endif #include <vcl/metaact.hxx> #include <vcl/salinst.hxx> #include <vcl/svdata.hxx> diff --git a/vcl/source/gdi/hatch.cxx b/vcl/source/gdi/hatch.cxx index 3a8b51bf3022..ceb0b924444f 100644 --- a/vcl/source/gdi/hatch.cxx +++ b/vcl/source/gdi/hatch.cxx @@ -30,9 +30,7 @@ #include <tools/stream.hxx> #include <tools/vcompat.hxx> #include <tools/debug.hxx> -#ifndef _SV_HATCX_HXX #include <vcl/hatch.hxx> -#endif DBG_NAME( Hatch ) diff --git a/vcl/source/gdi/image.cxx b/vcl/source/gdi/image.cxx index e79308b2664e..de16a03846bf 100644 --- a/vcl/source/gdi/image.cxx +++ b/vcl/source/gdi/image.cxx @@ -33,20 +33,14 @@ #include <rtl/logfile.hxx> #include <tools/debug.hxx> #include <tools/stream.hxx> -#ifndef _SV_RC_H #include <tools/rc.h> -#endif #include <tools/rc.hxx> -#ifndef _SV_RESMGR_HXX #include <tools/resmgr.hxx> -#endif #include <vcl/settings.hxx> #include <vcl/outdev.hxx> #include <vcl/graph.hxx> #include <vcl/svapp.hxx> -#ifndef _SV_IMPIMAGETREE_H #include <vcl/impimagetree.hxx> -#endif #include <vcl/image.h> #include <vcl/image.hxx> diff --git a/vcl/source/gdi/imagerepository.cxx b/vcl/source/gdi/imagerepository.cxx index d97999311751..c891ded66001 100644 --- a/vcl/source/gdi/imagerepository.cxx +++ b/vcl/source/gdi/imagerepository.cxx @@ -30,9 +30,7 @@ #include <vcl/bitmapex.hxx> #include <vcl/imagerepository.hxx> #include <vcl/svapp.hxx> -#ifndef _SV_IMPIMAGETREE_H #include "vcl/impimagetree.hxx" -#endif //........................................................................ namespace vcl diff --git a/vcl/source/gdi/impbmp.cxx b/vcl/source/gdi/impbmp.cxx index 3e328b7db7a4..67f98db54513 100644 --- a/vcl/source/gdi/impbmp.cxx +++ b/vcl/source/gdi/impbmp.cxx @@ -28,9 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_vcl.hxx" -#ifndef _SV_SVSYS_HXX #include <svsys.h> -#endif #include <vcl/salbmp.hxx> #include <tools/debug.hxx> #include <vcl/impbmp.hxx> diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx index 397a5d6b704a..19114f60c694 100644 --- a/vcl/source/gdi/impgraph.cxx +++ b/vcl/source/gdi/impgraph.cxx @@ -32,9 +32,7 @@ #include <tools/debug.hxx> #include <ucbhelper/content.hxx> #include <unotools/ucbstreamhelper.hxx> -#ifndef _UNTOOLS_TEMPFILE_HXX #include <unotools/tempfile.hxx> -#endif #include <vcl/outdev.hxx> #include <vcl/virdev.hxx> #include <tools/debug.hxx> diff --git a/vcl/source/gdi/impvect.cxx b/vcl/source/gdi/impvect.cxx index 0846f5567200..fcbd3dabd05e 100644 --- a/vcl/source/gdi/impvect.cxx +++ b/vcl/source/gdi/impvect.cxx @@ -36,9 +36,7 @@ #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> #include <vcl/virdev.hxx> -#ifndef _SV_VECTORIZ_HXX #include <impvect.hxx> -#endif // ----------- // - Defines - diff --git a/vcl/source/gdi/jobset.cxx b/vcl/source/gdi/jobset.cxx index 2bc0addaa93c..9bdc31bef8cd 100644 --- a/vcl/source/gdi/jobset.cxx +++ b/vcl/source/gdi/jobset.cxx @@ -29,9 +29,7 @@ #include "precompiled_vcl.hxx" #include <tools/debug.hxx> #include <tools/stream.hxx> -#ifndef _RTL_ALLOC_H #include <rtl/alloc.h> -#endif #include <vcl/jobset.hxx> #include <vcl/jobset.h> diff --git a/vcl/source/gdi/outdev.cxx b/vcl/source/gdi/outdev.cxx index a011e4ee4a92..d0708e5a26b3 100644 --- a/vcl/source/gdi/outdev.cxx +++ b/vcl/source/gdi/outdev.cxx @@ -29,9 +29,7 @@ #include "precompiled_vcl.hxx" #include <tools/ref.hxx> -#ifndef _SV_SVSYS_HXX #include <svsys.h> -#endif #include <vcl/salgdi.hxx> #include <vcl/sallayout.hxx> #include <vcl/salframe.hxx> @@ -41,9 +39,7 @@ #include <vcl/svdata.hxx> #include <vcl/svapp.hxx> #include <vcl/ctrl.hxx> -#ifndef _POLY_HXX #include <tools/poly.hxx> -#endif #include <vcl/region.hxx> #include <vcl/region.h> #include <vcl/virdev.hxx> diff --git a/vcl/source/gdi/outdev2.cxx b/vcl/source/gdi/outdev2.cxx index bea307a4c38d..29c22e8f7962 100644 --- a/vcl/source/gdi/outdev2.cxx +++ b/vcl/source/gdi/outdev2.cxx @@ -28,9 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_vcl.hxx" -#ifndef _SV_SVSYS_HXX #include <svsys.h> -#endif #include <vcl/salbmp.hxx> #include <vcl/salgdi.hxx> #include <vcl/impbmp.hxx> diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx index 29e7380848f3..4448164e71c2 100644 --- a/vcl/source/gdi/outdev3.cxx +++ b/vcl/source/gdi/outdev3.cxx @@ -30,9 +30,7 @@ #include <cstring> #include <i18npool/mslangid.hxx> -#ifndef _SV_SVSYS_HXX #include <svsys.h> -#endif #include <vcl/salgdi.hxx> #include <vcl/sallayout.hxx> #include <rtl/tencinfo.h> @@ -62,9 +60,7 @@ #include <unotools/fontcfg.hxx> #include <vcl/sysdata.hxx> #include <vcl/textlayout.hxx> -#ifndef _OSL_FILE_H #include <osl/file.h> -#endif #ifdef ENABLE_GRAPHITE #include <vcl/graphite_features.hxx> #endif diff --git a/vcl/source/gdi/outdev5.cxx b/vcl/source/gdi/outdev5.cxx index d42723215c55..b2b560030836 100644 --- a/vcl/source/gdi/outdev5.cxx +++ b/vcl/source/gdi/outdev5.cxx @@ -29,9 +29,7 @@ #include "precompiled_vcl.hxx" #include <tools/ref.hxx> -#ifndef _SV_SVSYS_HXX #include <svsys.h> -#endif #include <vcl/salgdi.hxx> #include <tools/debug.hxx> #include <vcl/svdata.hxx> diff --git a/vcl/source/gdi/outdev6.cxx b/vcl/source/gdi/outdev6.cxx index 5b8d228bb141..d1dc7756a0d2 100644 --- a/vcl/source/gdi/outdev6.cxx +++ b/vcl/source/gdi/outdev6.cxx @@ -28,9 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_vcl.hxx" -#ifndef _SV_SVSYS_HXX #include <svsys.h> -#endif #include <vcl/salgdi.hxx> #include <tools/debug.hxx> #include <vcl/outdev.h> diff --git a/vcl/source/gdi/outmap.cxx b/vcl/source/gdi/outmap.cxx index 189ba4c29e59..b800658fa2d7 100644 --- a/vcl/source/gdi/outmap.cxx +++ b/vcl/source/gdi/outmap.cxx @@ -30,9 +30,7 @@ #include <limits.h> -#ifndef _SV_SVSYS_HXX #include <svsys.h> -#endif #include <tools/bigint.hxx> #include <tools/debug.hxx> #include <vcl/virdev.hxx> diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx index 2ea9bfcc4c11..13463325b278 100644 --- a/vcl/source/gdi/print.cxx +++ b/vcl/source/gdi/print.cxx @@ -31,9 +31,7 @@ #define ENABLE_BYTESTRING_STREAM_OPERATORS #include <list> -#ifndef _SV_SVSYS_HXX #include <svsys.h> -#endif #include <vcl/salinst.hxx> #include <vcl/salgdi.hxx> #include <vcl/salptype.hxx> diff --git a/vcl/source/gdi/print3.cxx b/vcl/source/gdi/print3.cxx index 51f33ed17f6c..51f33ed17f6c 100755..100644 --- a/vcl/source/gdi/print3.cxx +++ b/vcl/source/gdi/print3.cxx diff --git a/vcl/source/gdi/region.cxx b/vcl/source/gdi/region.cxx index 4931ee66e93f..0e2d0b0fbd8a 100644 --- a/vcl/source/gdi/region.cxx +++ b/vcl/source/gdi/region.cxx @@ -33,15 +33,9 @@ #include <vcl/salbtype.hxx> #include <tools/stream.hxx> #include <tools/debug.hxx> -#ifndef _REGION_H #include <vcl/region.h> -#endif -#ifndef _REGION_HXX #include <vcl/region.hxx> -#endif -#ifndef _REGBAND_HXX #include <vcl/regband.hxx> -#endif #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> diff --git a/vcl/source/gdi/salgdilayout.cxx b/vcl/source/gdi/salgdilayout.cxx index 97e11c5a6aa4..589b059c43bc 100755..100644 --- a/vcl/source/gdi/salgdilayout.cxx +++ b/vcl/source/gdi/salgdilayout.cxx @@ -29,9 +29,7 @@ #include "precompiled_vcl.hxx" #include <tools/ref.hxx> -#ifndef _SV_SVSYS_HXX #include <svsys.h> -#endif #include <vcl/salgdi.hxx> #include <vcl/salframe.hxx> #include <vcl/salvd.hxx> diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx index 5e187944c706..5df10bcb758b 100755..100644 --- a/vcl/source/gdi/sallayout.cxx +++ b/vcl/source/gdi/sallayout.cxx @@ -34,9 +34,7 @@ #include <math.h> #include <sal/alloca.h> -#ifndef _SV_SVSYS_HXX #include <svsys.h> -#endif #include <vcl/salgdi.hxx> #include <vcl/sallayout.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> @@ -44,9 +42,7 @@ #include <basegfx/matrix/b2dhommatrixtools.hxx> #include <i18npool/lang.h> -#ifndef _TL_DEBUG_HXX #include <tools/debug.hxx> -#endif #include <limits.h> diff --git a/vcl/source/gdi/virdev.cxx b/vcl/source/gdi/virdev.cxx index 4c1439ffe6f4..b7b0bb382735 100644 --- a/vcl/source/gdi/virdev.cxx +++ b/vcl/source/gdi/virdev.cxx @@ -28,9 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_vcl.hxx" -#ifndef _SV_SVSYS_HXX #include <svsys.h> -#endif #include <vcl/salinst.hxx> #include <vcl/salgdi.hxx> #include <vcl/salframe.hxx> |