diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:55:19 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:21:30 +0200 |
commit | 1275d274db37fc333838321347e1887488f8f4c0 (patch) | |
tree | 8857c3ae31f6ebddb0137f708487cbc1cccb1d97 /dtrans/source | |
parent | bcef91b779f6802dd8bdec91d945038716faf181 (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'dtrans/source')
-rw-r--r-- | dtrans/source/generic/clipboardmanager.hxx | 2 | ||||
-rw-r--r-- | dtrans/source/generic/generic_clipboard.hxx | 4 | ||||
-rw-r--r-- | dtrans/source/os2/clipb/Os2Transferable.hxx | 2 | ||||
-rw-r--r-- | dtrans/source/win32/dnd/globals.hxx | 2 | ||||
-rw-r--r-- | dtrans/source/win32/dnd/source.hxx | 4 | ||||
-rw-r--r-- | dtrans/source/win32/dnd/target.hxx | 4 | ||||
-rw-r--r-- | dtrans/source/win32/dtobj/DOTransferable.hxx | 2 | ||||
-rw-r--r-- | dtrans/source/win32/dtobj/FmtFilter.hxx | 2 | ||||
-rw-r--r-- | dtrans/source/win32/dtobj/TxtCnvtHlp.hxx | 2 | ||||
-rw-r--r-- | dtrans/source/win32/dtobj/XTDataObject.hxx | 4 |
10 files changed, 0 insertions, 28 deletions
diff --git a/dtrans/source/generic/clipboardmanager.hxx b/dtrans/source/generic/clipboardmanager.hxx index 0429c7640ed7..4b4a275e88f6 100644 --- a/dtrans/source/generic/clipboardmanager.hxx +++ b/dtrans/source/generic/clipboardmanager.hxx @@ -30,9 +30,7 @@ #include <cppuhelper/compbase3.hxx> -#ifndef _COM_SUN_STAR_DATATRANSFER_CLIPBAORD_XCLIPBOARDMANAGER_HPP_ #include <com/sun/star/datatransfer/clipboard/XClipboardManager.hpp> -#endif #include <com/sun/star/lang/XServiceInfo.hpp> #include <map> diff --git a/dtrans/source/generic/generic_clipboard.hxx b/dtrans/source/generic/generic_clipboard.hxx index 54308b0a1bdd..136b8a1d0883 100644 --- a/dtrans/source/generic/generic_clipboard.hxx +++ b/dtrans/source/generic/generic_clipboard.hxx @@ -30,13 +30,9 @@ #include <cppuhelper/compbase4.hxx> -#ifndef _COM_SUN_STAR_DATATRANSFER_CLIPBAORD_XCLIPBOARDEX_HPP_ #include <com/sun/star/datatransfer/clipboard/XClipboardEx.hpp> -#endif -#ifndef _COM_SUN_STAR_DATATRANSFER_CLIPBAORD_XCLIPBOARDNOTIFIER_HPP_ #include <com/sun/star/datatransfer/clipboard/XClipboardNotifier.hpp> -#endif #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XInitialization.hpp> diff --git a/dtrans/source/os2/clipb/Os2Transferable.hxx b/dtrans/source/os2/clipb/Os2Transferable.hxx index 833aa2680a8a..a8da829e6e1b 100644 --- a/dtrans/source/os2/clipb/Os2Transferable.hxx +++ b/dtrans/source/os2/clipb/Os2Transferable.hxx @@ -30,9 +30,7 @@ #include <com/sun/star/datatransfer/XTransferable.hpp> -#ifndef _COM_SUN_STAR_LANG_XEVENTLISTENER_HDL_ #include <com/sun/star/lang/XEventListener.hpp> -#endif #include <cppuhelper/implbase1.hxx> #include <osl/thread.h> diff --git a/dtrans/source/win32/dnd/globals.hxx b/dtrans/source/win32/dnd/globals.hxx index 0f21d00d7371..b11b616011cd 100644 --- a/dtrans/source/win32/dnd/globals.hxx +++ b/dtrans/source/win32/dnd/globals.hxx @@ -27,9 +27,7 @@ #ifndef _GLOBALS_HXX_ #define _GLOBALS_HXX_ -#ifndef _OSL_MUTEX_H_ #include <osl/mutex.hxx> -#endif #if defined _MSC_VER #pragma warning(push,1) diff --git a/dtrans/source/win32/dnd/source.hxx b/dtrans/source/win32/dnd/source.hxx index decf3f61368f..68df19d2dbca 100644 --- a/dtrans/source/win32/dnd/source.hxx +++ b/dtrans/source/win32/dnd/source.hxx @@ -31,12 +31,8 @@ #include <com/sun/star/datatransfer/dnd/XDragSource.hpp> #include <com/sun/star/datatransfer/dnd/XDragSourceContext.hpp> #include <com/sun/star/lang/XInitialization.hpp> -#ifndef _OSL_MUTEX_H_ #include <osl/mutex.hxx> -#endif -#ifndef _CPPUHELPER_COMPBASE2_HXX_ #include <cppuhelper/compbase3.hxx> -#endif #include <com/sun/star/lang/XServiceInfo.hpp> #include "../../inc/DtObjFactory.hxx" #include "globals.hxx" diff --git a/dtrans/source/win32/dnd/target.hxx b/dtrans/source/win32/dnd/target.hxx index 94982b54818f..9751a507be90 100644 --- a/dtrans/source/win32/dnd/target.hxx +++ b/dtrans/source/win32/dnd/target.hxx @@ -32,13 +32,9 @@ #include <com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#ifndef _CPPUHELPER_COMPBASE2_HXX_ #include <cppuhelper/compbase3.hxx> -#endif #include <cppuhelper/interfacecontainer.hxx> -#ifndef _OSL_MUTEX_H_ #include <osl/mutex.hxx> -#endif #if defined _MSC_VER #pragma warning(push,1) diff --git a/dtrans/source/win32/dtobj/DOTransferable.hxx b/dtrans/source/win32/dtobj/DOTransferable.hxx index dd99e857b908..528d48388be8 100644 --- a/dtrans/source/win32/dtobj/DOTransferable.hxx +++ b/dtrans/source/win32/dtobj/DOTransferable.hxx @@ -35,9 +35,7 @@ #include <com/sun/star/datatransfer/XTransferable.hpp> -#ifndef _CPPUHELPER_IMPLBASE1_HXX_ #include <cppuhelper/implbase2.hxx> -#endif #include "DataFmtTransl.hxx" #include <com/sun/star/datatransfer/XMimeContentTypeFactory.hpp> #include <com/sun/star/datatransfer/XMimeContentType.hpp> diff --git a/dtrans/source/win32/dtobj/FmtFilter.hxx b/dtrans/source/win32/dtobj/FmtFilter.hxx index 3f433561a3b1..617086d3cf7c 100644 --- a/dtrans/source/win32/dtobj/FmtFilter.hxx +++ b/dtrans/source/win32/dtobj/FmtFilter.hxx @@ -31,9 +31,7 @@ #include <sal/types.h> -#ifndef _COM_SUN_STAR_UNO_SEQUENCE_H_ #include <com/sun/star/uno/Sequence.hxx> -#endif #if defined _MSC_VER #pragma warning(push,1) diff --git a/dtrans/source/win32/dtobj/TxtCnvtHlp.hxx b/dtrans/source/win32/dtobj/TxtCnvtHlp.hxx index a4d59a69284e..52a9bae14cb1 100644 --- a/dtrans/source/win32/dtobj/TxtCnvtHlp.hxx +++ b/dtrans/source/win32/dtobj/TxtCnvtHlp.hxx @@ -31,9 +31,7 @@ #include <com/sun/star/datatransfer/DataFlavor.hpp> -#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HPP_ #include <com/sun/star/uno/Sequence.h> -#endif #include "DTransHelper.hxx" #if defined _MSC_VER diff --git a/dtrans/source/win32/dtobj/XTDataObject.hxx b/dtrans/source/win32/dtobj/XTDataObject.hxx index b7b20af56ac7..6ba02f03b713 100644 --- a/dtrans/source/win32/dtobj/XTDataObject.hxx +++ b/dtrans/source/win32/dtobj/XTDataObject.hxx @@ -37,13 +37,9 @@ #include <com/sun/star/datatransfer/XTransferable.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp> -#ifndef _DATAFORMATTRANSLATOR_HXX_ #include "DataFmtTransl.hxx" -#endif -#ifndef _FETCLIST_HXX_ #include "FEtcList.hxx" -#endif #if defined _MSC_VER #pragma warning(push,1) |