diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 13:21:28 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 13:53:53 +0200 |
commit | 49ad17e2b1aef65fad357b9c540ab36189233dd3 (patch) | |
tree | 0d7755504c360b1ee84531774088e0b8a9f2808d /dtrans | |
parent | d80174e6f16abd51c5d0590cc00d9566498e1b77 (diff) |
remove include comments and boxes
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
Diffstat (limited to 'dtrans')
40 files changed, 0 insertions, 155 deletions
diff --git a/dtrans/source/cnttype/mcnttfactory.cxx b/dtrans/source/cnttype/mcnttfactory.cxx index 80b16b870706..38f1fb782e1e 100644 --- a/dtrans/source/cnttype/mcnttfactory.cxx +++ b/dtrans/source/cnttype/mcnttfactory.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "mcnttfactory.hxx" #include "mcnttype.hxx" diff --git a/dtrans/source/cnttype/mcnttfactory.hxx b/dtrans/source/cnttype/mcnttfactory.hxx index 5b6a49ef1031..1a3dcf848f2c 100644 --- a/dtrans/source/cnttype/mcnttfactory.hxx +++ b/dtrans/source/cnttype/mcnttfactory.hxx @@ -21,10 +21,6 @@ #ifndef _MCNTTFACTORY_HXX_ #define _MCNTTFACTORY_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <rtl/ustring.hxx> #include <sal/types.h> #include <cppuhelper/compbase2.hxx> diff --git a/dtrans/source/cnttype/mcnttype.cxx b/dtrans/source/cnttype/mcnttype.cxx index 5f4319b3afab..771422fd0263 100644 --- a/dtrans/source/cnttype/mcnttype.cxx +++ b/dtrans/source/cnttype/mcnttype.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include "mcnttype.hxx" //------------------------------------------------------------------------ diff --git a/dtrans/source/cnttype/mcnttype.hxx b/dtrans/source/cnttype/mcnttype.hxx index 9d630b413b42..09b2fddd4496 100644 --- a/dtrans/source/cnttype/mcnttype.hxx +++ b/dtrans/source/cnttype/mcnttype.hxx @@ -21,10 +21,6 @@ #ifndef _MCNTTYPE_HXX_ #define _MCNTTYPE_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <cppuhelper/compbase1.hxx> #include <rtl/ustring.hxx> #include <sal/types.h> diff --git a/dtrans/source/cnttype/mctfentry.cxx b/dtrans/source/cnttype/mctfentry.cxx index 223dc6716789..913fc037882e 100644 --- a/dtrans/source/cnttype/mctfentry.cxx +++ b/dtrans/source/cnttype/mctfentry.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//----------------------------------------------------------------- -// includes of other projects -//----------------------------------------------------------------- #include <cppuhelper/factory.hxx> #include <com/sun/star/container/XSet.hpp> #include <osl/diagnose.h> diff --git a/dtrans/source/cnttype/wbench/testcnttype.cxx b/dtrans/source/cnttype/wbench/testcnttype.cxx index 943a57c78551..61a91e608533 100644 --- a/dtrans/source/cnttype/wbench/testcnttype.cxx +++ b/dtrans/source/cnttype/wbench/testcnttype.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//_________________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________________ #include <cppuhelper/servicefactory.hxx> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> diff --git a/dtrans/source/inc/DtObjFactory.hxx b/dtrans/source/inc/DtObjFactory.hxx index f43fb8d8e17f..4fa8c798ea05 100644 --- a/dtrans/source/inc/DtObjFactory.hxx +++ b/dtrans/source/inc/DtObjFactory.hxx @@ -21,10 +21,6 @@ #ifndef _DTOBJFACTORY_HXX_ #define _DTOBJFACTORY_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <com/sun/star/datatransfer/XTransferable.hpp> #include <cppuhelper/servicefactory.hxx> diff --git a/dtrans/source/test/test_dtrans.cxx b/dtrans/source/test/test_dtrans.cxx index fac718c58210..3c735c7deaea 100644 --- a/dtrans/source/test/test_dtrans.cxx +++ b/dtrans/source/test/test_dtrans.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// interface includes -//------------------------------------------------------------------------ #include <com/sun/star/datatransfer/XTransferable.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboardManager.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp> @@ -27,11 +24,6 @@ #include <com/sun/star/datatransfer/clipboard/XClipboardEx.hpp> #include <com/sun/star/lang/XComponent.hpp> -//------------------------------------------------------------------------ -// other includes -//------------------------------------------------------------------------ - - #include <cppuhelper/servicefactory.hxx> #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase2.hxx> diff --git a/dtrans/source/win32/clipb/WinClipbImpl.cxx b/dtrans/source/win32/clipb/WinClipbImpl.cxx index 6b38aaac9fd6..faeb993502db 100644 --- a/dtrans/source/win32/clipb/WinClipbImpl.cxx +++ b/dtrans/source/win32/clipb/WinClipbImpl.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "WinClipbImpl.hxx" diff --git a/dtrans/source/win32/clipb/WinClipbImpl.hxx b/dtrans/source/win32/clipb/WinClipbImpl.hxx index 9f3c0fd672d8..51100caa8a9b 100644 --- a/dtrans/source/win32/clipb/WinClipbImpl.hxx +++ b/dtrans/source/win32/clipb/WinClipbImpl.hxx @@ -21,10 +21,6 @@ #ifndef _WINCLIPBIMPL_HXX_ #define _WINCLIPBIMPL_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <rtl/ustring.hxx> #include <com/sun/star/datatransfer/XTransferable.hpp> diff --git a/dtrans/source/win32/clipb/WinClipboard.cxx b/dtrans/source/win32/clipb/WinClipboard.cxx index 91be18d0664a..d5111f270f8c 100644 --- a/dtrans/source/win32/clipb/WinClipboard.cxx +++ b/dtrans/source/win32/clipb/WinClipboard.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "WinClipboard.hxx" #include <com/sun/star/datatransfer/clipboard/ClipboardEvent.hpp> diff --git a/dtrans/source/win32/clipb/WinClipboard.hxx b/dtrans/source/win32/clipb/WinClipboard.hxx index 4c31bae0e6b6..9554e298aeb8 100644 --- a/dtrans/source/win32/clipb/WinClipboard.hxx +++ b/dtrans/source/win32/clipb/WinClipboard.hxx @@ -21,11 +21,6 @@ #ifndef _WINCLIPBOARD_HXX_ #define _WINCLIPBOARD_HXX_ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <rtl/ustring.hxx> #include <sal/types.h> #include <cppuhelper/compbase4.hxx> diff --git a/dtrans/source/win32/clipb/wcbentry.cxx b/dtrans/source/win32/clipb/wcbentry.cxx index 2cf7860791e5..f8973a9f2e83 100644 --- a/dtrans/source/win32/clipb/wcbentry.cxx +++ b/dtrans/source/win32/clipb/wcbentry.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//______________________________________________________________________________________________________________ -// includes of other projects -//______________________________________________________________________________________________________________ #include <cppuhelper/factory.hxx> #include <com/sun/star/container/XSet.hpp> #include <osl/diagnose.h> diff --git a/dtrans/source/win32/dtobj/APNDataObject.cxx b/dtrans/source/win32/dtobj/APNDataObject.cxx index 1a489e6b7e38..53e67a733e95 100644 --- a/dtrans/source/win32/dtobj/APNDataObject.cxx +++ b/dtrans/source/win32/dtobj/APNDataObject.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include "APNDataObject.hxx" #include <osl/diagnose.h> diff --git a/dtrans/source/win32/dtobj/DOTransferable.cxx b/dtrans/source/win32/dtobj/DOTransferable.cxx index 242df7b4c60c..003a02ab2c63 100644 --- a/dtrans/source/win32/dtobj/DOTransferable.cxx +++ b/dtrans/source/win32/dtobj/DOTransferable.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <sal/types.h> #include <rtl/process.h> diff --git a/dtrans/source/win32/dtobj/DOTransferable.hxx b/dtrans/source/win32/dtobj/DOTransferable.hxx index 7e10f72aac8c..b19bda4b090c 100644 --- a/dtrans/source/win32/dtobj/DOTransferable.hxx +++ b/dtrans/source/win32/dtobj/DOTransferable.hxx @@ -21,10 +21,6 @@ #ifndef _DOTRANSFERABLE_HXX_ #define _DOTRANSFERABLE_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <com/sun/star/datatransfer/XTransferable.hpp> #include <cppuhelper/implbase2.hxx> diff --git a/dtrans/source/win32/dtobj/DTransHelper.cxx b/dtrans/source/win32/dtobj/DTransHelper.cxx index 32e693353916..ee7352c83f0f 100644 --- a/dtrans/source/win32/dtobj/DTransHelper.cxx +++ b/dtrans/source/win32/dtobj/DTransHelper.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <rtl/ustring.h> #include <osl/diagnose.h> #include "DTransHelper.hxx" diff --git a/dtrans/source/win32/dtobj/DTransHelper.hxx b/dtrans/source/win32/dtobj/DTransHelper.hxx index 0ce61c64bdc5..209e504d9d4a 100644 --- a/dtrans/source/win32/dtobj/DTransHelper.hxx +++ b/dtrans/source/win32/dtobj/DTransHelper.hxx @@ -21,10 +21,6 @@ #ifndef _DTRANSHELPER_HXX_ #define _DTRANSHELPER_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #if defined _MSC_VER #pragma warning(push,1) #endif diff --git a/dtrans/source/win32/dtobj/DataFmtTransl.cxx b/dtrans/source/win32/dtobj/DataFmtTransl.cxx index 5c55001207c4..cfbb5e169ded 100644 --- a/dtrans/source/win32/dtobj/DataFmtTransl.cxx +++ b/dtrans/source/win32/dtobj/DataFmtTransl.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include "DataFmtTransl.hxx" #include <rtl/string.hxx> #include <osl/diagnose.h> diff --git a/dtrans/source/win32/dtobj/DataFmtTransl.hxx b/dtrans/source/win32/dtobj/DataFmtTransl.hxx index 745876999b9b..1c7fa2794e75 100644 --- a/dtrans/source/win32/dtobj/DataFmtTransl.hxx +++ b/dtrans/source/win32/dtobj/DataFmtTransl.hxx @@ -21,10 +21,6 @@ #ifndef _DATAFMTTRANSL_HXX_ #define _DATAFMTTRANSL_HXX_ -//----------------------------------------------- -// includes -//----------------------------------------------- - #include <cppuhelper/servicefactory.hxx> #include <com/sun/star/datatransfer/XDataFormatTranslator.hpp> #include <com/sun/star/datatransfer/XTransferable.hpp> diff --git a/dtrans/source/win32/dtobj/DtObjFactory.cxx b/dtrans/source/win32/dtobj/DtObjFactory.cxx index 90459dfde452..07328796880e 100644 --- a/dtrans/source/win32/dtobj/DtObjFactory.cxx +++ b/dtrans/source/win32/dtobj/DtObjFactory.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include "../../inc/DtObjFactory.hxx" #include "XTDataObject.hxx" diff --git a/dtrans/source/win32/dtobj/Fetc.cxx b/dtrans/source/win32/dtobj/Fetc.cxx index 48d7448697c0..3a7284f60c62 100644 --- a/dtrans/source/win32/dtobj/Fetc.cxx +++ b/dtrans/source/win32/dtobj/Fetc.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "Fetc.hxx" #include "../misc/ImplHelper.hxx" diff --git a/dtrans/source/win32/dtobj/Fetc.hxx b/dtrans/source/win32/dtobj/Fetc.hxx index f0e73650b76c..3d02afa16b5c 100644 --- a/dtrans/source/win32/dtobj/Fetc.hxx +++ b/dtrans/source/win32/dtobj/Fetc.hxx @@ -21,10 +21,6 @@ #ifndef _FETC_HXX_ #define _FETC_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #if defined _MSC_VER diff --git a/dtrans/source/win32/dtobj/FetcList.cxx b/dtrans/source/win32/dtobj/FetcList.cxx index f973aa85cca1..7031dacda8ea 100644 --- a/dtrans/source/win32/dtobj/FetcList.cxx +++ b/dtrans/source/win32/dtobj/FetcList.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "FetcList.hxx" #include "Fetc.hxx" diff --git a/dtrans/source/win32/dtobj/FetcList.hxx b/dtrans/source/win32/dtobj/FetcList.hxx index 3ded8bcda6a4..5a013b5a5f98 100644 --- a/dtrans/source/win32/dtobj/FetcList.hxx +++ b/dtrans/source/win32/dtobj/FetcList.hxx @@ -21,10 +21,6 @@ #ifndef _FETCLIST_HXX_ #define _FETCLIST_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <cppuhelper/servicefactory.hxx> #include <com/sun/star/datatransfer/XTransferable.hpp> diff --git a/dtrans/source/win32/dtobj/MimeAttrib.hxx b/dtrans/source/win32/dtobj/MimeAttrib.hxx index fd3e3490705f..1bd0d31fc78b 100644 --- a/dtrans/source/win32/dtobj/MimeAttrib.hxx +++ b/dtrans/source/win32/dtobj/MimeAttrib.hxx @@ -21,10 +21,6 @@ #ifndef _MIMEATTRIB_HXX_ #define _MIMEATTRIB_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <rtl/ustring.hxx> //------------------------------------------------------------------------ diff --git a/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx b/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx index 54be5bd4c2fb..2f5128c5f59d 100644 --- a/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx +++ b/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "TxtCnvtHlp.hxx" #include "DTransHelper.hxx" diff --git a/dtrans/source/win32/dtobj/XNotifyingDataObject.hxx b/dtrans/source/win32/dtobj/XNotifyingDataObject.hxx index 611d666cf455..c0e172ddc994 100644 --- a/dtrans/source/win32/dtobj/XNotifyingDataObject.hxx +++ b/dtrans/source/win32/dtobj/XNotifyingDataObject.hxx @@ -21,11 +21,6 @@ #ifndef _XNOTIFYINGDATAOBJECT_HXX_ #define _XNOTIFYINGDATAOBJECT_HXX_ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <com/sun/star/datatransfer/XTransferable.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp> diff --git a/dtrans/source/win32/dtobj/XTDataObject.cxx b/dtrans/source/win32/dtobj/XTDataObject.cxx index a28f86635c99..a8e2ad2818ae 100644 --- a/dtrans/source/win32/dtobj/XTDataObject.cxx +++ b/dtrans/source/win32/dtobj/XTDataObject.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "XTDataObject.hxx" diff --git a/dtrans/source/win32/dtobj/XTDataObject.hxx b/dtrans/source/win32/dtobj/XTDataObject.hxx index 9789b2d0f62c..c54040d218a6 100644 --- a/dtrans/source/win32/dtobj/XTDataObject.hxx +++ b/dtrans/source/win32/dtobj/XTDataObject.hxx @@ -21,11 +21,6 @@ #ifndef _XTDATAOBJECT_HXX_ #define _XTDATAOBJECT_HXX_ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <com/sun/star/datatransfer/XTransferable.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp> diff --git a/dtrans/source/win32/ftransl/ftransl.cxx b/dtrans/source/win32/ftransl/ftransl.cxx index 491aa3e192df..6ab60d385ad3 100644 --- a/dtrans/source/win32/ftransl/ftransl.cxx +++ b/dtrans/source/win32/ftransl/ftransl.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "ftransl.hxx" diff --git a/dtrans/source/win32/ftransl/ftransl.hxx b/dtrans/source/win32/ftransl/ftransl.hxx index 220d097ee1f2..5c8df8ab6dc8 100644 --- a/dtrans/source/win32/ftransl/ftransl.hxx +++ b/dtrans/source/win32/ftransl/ftransl.hxx @@ -21,10 +21,6 @@ #ifndef _FTRANSL_HXX_ #define _FTRANSL_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <rtl/ustring.hxx> #include <sal/types.h> #include <cppuhelper/compbase2.hxx> diff --git a/dtrans/source/win32/ftransl/ftranslentry.cxx b/dtrans/source/win32/ftransl/ftranslentry.cxx index 8e40e53fc5ba..eecdb3c486f2 100644 --- a/dtrans/source/win32/ftransl/ftranslentry.cxx +++ b/dtrans/source/win32/ftransl/ftranslentry.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//----------------------------------------------------------------- -// includes of other projects -//----------------------------------------------------------------- #include <cppuhelper/factory.hxx> #include <com/sun/star/container/XSet.hpp> #include <osl/diagnose.h> diff --git a/dtrans/source/win32/misc/ImplHelper.cxx b/dtrans/source/win32/misc/ImplHelper.cxx index 99ad724c8c22..c72c23c5a401 100644 --- a/dtrans/source/win32/misc/ImplHelper.cxx +++ b/dtrans/source/win32/misc/ImplHelper.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "ImplHelper.hxx" #include <rtl/tencinfo.h> diff --git a/dtrans/source/win32/misc/ImplHelper.hxx b/dtrans/source/win32/misc/ImplHelper.hxx index e5c5045142d2..682aaf87d863 100644 --- a/dtrans/source/win32/misc/ImplHelper.hxx +++ b/dtrans/source/win32/misc/ImplHelper.hxx @@ -21,10 +21,6 @@ #ifndef _IMPLHELPER_HXX_ #define _IMPLHELPER_HXX_ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> #include <rtl/ustring.hxx> diff --git a/dtrans/source/win32/misc/WinClip.hxx b/dtrans/source/win32/misc/WinClip.hxx index dc1d585ebfed..66cfd2922540 100644 --- a/dtrans/source/win32/misc/WinClip.hxx +++ b/dtrans/source/win32/misc/WinClip.hxx @@ -21,11 +21,6 @@ #ifndef _WINCLIP_HXX_ #define _WINCLIP_HXX_ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #include <sal/types.h> //------------------------------------------------------------------------ diff --git a/dtrans/source/win32/workbench/XTDo.cxx b/dtrans/source/win32/workbench/XTDo.cxx index f08575175837..20ac2f0dae8e 100644 --- a/dtrans/source/win32/workbench/XTDo.cxx +++ b/dtrans/source/win32/workbench/XTDo.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "../DTransHelper.hxx" diff --git a/dtrans/source/win32/workbench/XTDo.hxx b/dtrans/source/win32/workbench/XTDo.hxx index 4a38f49070c2..5d87dbcc8355 100644 --- a/dtrans/source/win32/workbench/XTDo.hxx +++ b/dtrans/source/win32/workbench/XTDo.hxx @@ -21,11 +21,6 @@ #ifndef _XTDATAOBJECT_HXX_ #define _XTDATAOBJECT_HXX_ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ - #if defined _MSC_VER #pragma warning(push,1) #endif diff --git a/dtrans/source/win32/workbench/test_wincb.cxx b/dtrans/source/win32/workbench/test_wincb.cxx index 8f6e5eb0d39b..6cc69e2e706b 100644 --- a/dtrans/source/win32/workbench/test_wincb.cxx +++ b/dtrans/source/win32/workbench/test_wincb.cxx @@ -17,15 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//_________________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________________ - #include "../misc/ImplHelper.hxx" -//_________________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________________ #include <cppuhelper/servicefactory.hxx> #include <com/sun/star/datatransfer/XTransferable.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp> diff --git a/dtrans/source/win32/workbench/testmarshal.cxx b/dtrans/source/win32/workbench/testmarshal.cxx index 7ea6df68d995..30d8fe48b2c1 100644 --- a/dtrans/source/win32/workbench/testmarshal.cxx +++ b/dtrans/source/win32/workbench/testmarshal.cxx @@ -17,13 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -//_________________________________________________________________________________________________________________________ -// interface includes -//_________________________________________________________________________________________________________________________ - -//_________________________________________________________________________________________________________________________ -// other includes -//_________________________________________________________________________________________________________________________ #include <rtl/ustring.hxx> #include <sal/types.h> #include <osl/diagnose.h> |