From 1275d274db37fc333838321347e1887488f8f4c0 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Tue, 5 Oct 2010 15:55:19 +0200 Subject: more removed include guards using fixguard.py --- tools/inc/tools/color.hxx | 2 -- tools/inc/tools/debug.hxx | 2 -- tools/inc/tools/errcode.hxx | 2 -- tools/inc/tools/fsys.hxx | 2 -- tools/inc/tools/inetmsg.hxx | 4 ---- tools/inc/tools/ownlist.hxx | 2 -- tools/inc/tools/pstm.hxx | 4 ---- tools/inc/tools/stream.hxx | 2 -- tools/inc/tools/string.hxx | 4 ---- tools/inc/tools/tenccvt.hxx | 2 -- tools/win/inc/toolsdll.hxx | 2 -- 11 files changed, 28 deletions(-) (limited to 'tools') diff --git a/tools/inc/tools/color.hxx b/tools/inc/tools/color.hxx index a99ad1dd11c4..5c2193356fe4 100644 --- a/tools/inc/tools/color.hxx +++ b/tools/inc/tools/color.hxx @@ -33,9 +33,7 @@ class SvStream; class ResId; #include -#ifndef _BGFX_COLOR_BCOLOR_HXX #include -#endif // -------------------- // - ColorCount-Types - diff --git a/tools/inc/tools/debug.hxx b/tools/inc/tools/debug.hxx index b8aa1c8b59fe..589017295487 100644 --- a/tools/inc/tools/debug.hxx +++ b/tools/inc/tools/debug.hxx @@ -30,9 +30,7 @@ #include "tools/toolsdllapi.h" -#ifndef _SAL_TYPES_H #include -#endif #include // ------------ diff --git a/tools/inc/tools/errcode.hxx b/tools/inc/tools/errcode.hxx index cf767b842b7a..2c02a280db4a 100644 --- a/tools/inc/tools/errcode.hxx +++ b/tools/inc/tools/errcode.hxx @@ -29,10 +29,8 @@ #define _ERRCODE_HXX #ifndef __RSC -#ifndef _SOLAR_H #include #endif -#endif /* diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx index 880768c89d8c..4498abbd0d8a 100644 --- a/tools/inc/tools/fsys.hxx +++ b/tools/inc/tools/fsys.hxx @@ -32,9 +32,7 @@ #include #include #include -#ifndef __ERRCODE_HXX #include -#endif #include "tools/toolsdllapi.h" #include diff --git a/tools/inc/tools/inetmsg.hxx b/tools/inc/tools/inetmsg.hxx index d7619fc34a4d..930ffe57cee0 100644 --- a/tools/inc/tools/inetmsg.hxx +++ b/tools/inc/tools/inetmsg.hxx @@ -30,13 +30,9 @@ #include "tools/toolsdllapi.h" #include -#ifndef _RTL_TEXTENC_H_ #include -#endif -#ifndef _TOOLS_INETMIME_HXX #include -#endif #include #include #include diff --git a/tools/inc/tools/ownlist.hxx b/tools/inc/tools/ownlist.hxx index ac99537a9f0d..1cddfed55379 100644 --- a/tools/inc/tools/ownlist.hxx +++ b/tools/inc/tools/ownlist.hxx @@ -28,9 +28,7 @@ #ifndef _TOOLS_OWNLIST_HXX #define _TOOLS_OWNLIST_HXX -#ifndef _TOOLS_LIST_HXX //autogen #include -#endif /************************************************************************* *************************************************************************/ diff --git a/tools/inc/tools/pstm.hxx b/tools/inc/tools/pstm.hxx index 0d14385e5f08..c425e2502435 100644 --- a/tools/inc/tools/pstm.hxx +++ b/tools/inc/tools/pstm.hxx @@ -30,13 +30,9 @@ #include #include "tools/toolsdllapi.h" -#ifndef _TABLE_HXX #include -#endif -#ifndef _INQIDX_HXX #include -#endif #include #include #include diff --git a/tools/inc/tools/stream.hxx b/tools/inc/tools/stream.hxx index 61af361aa5b7..0166fc4a37ff 100644 --- a/tools/inc/tools/stream.hxx +++ b/tools/inc/tools/stream.hxx @@ -30,9 +30,7 @@ #include "tools/toolsdllapi.h" #include #include -#ifndef _EINF_HXX #include -#endif #include #include diff --git a/tools/inc/tools/string.hxx b/tools/inc/tools/string.hxx index 8b86a1835596..49b494c69705 100644 --- a/tools/inc/tools/string.hxx +++ b/tools/inc/tools/string.hxx @@ -32,12 +32,8 @@ #include #include #include -#ifndef _RTL_STRING_HXX #include -#endif -#ifndef _RTL_USTRING_HXX #include -#endif #include "tools/toolsdllapi.h" /******************************************************************************* diff --git a/tools/inc/tools/tenccvt.hxx b/tools/inc/tools/tenccvt.hxx index e24c2e259022..52a529ea1593 100644 --- a/tools/inc/tools/tenccvt.hxx +++ b/tools/inc/tools/tenccvt.hxx @@ -28,9 +28,7 @@ #define _TOOLS_TENCCVT_HXX #include -#ifndef _TOOLS_SOLAR_H #include -#endif #include "tools/toolsdllapi.h" // ---------------------------------------- diff --git a/tools/win/inc/toolsdll.hxx b/tools/win/inc/toolsdll.hxx index a6b1546763bc..7e11ab1d084f 100644 --- a/tools/win/inc/toolsdll.hxx +++ b/tools/win/inc/toolsdll.hxx @@ -30,9 +30,7 @@ #ifdef WIN -#ifndef _STRING_H #include -#endif #include #include #include -- cgit