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 /shell/source | |
parent | d80174e6f16abd51c5d0590cc00d9566498e1b77 (diff) |
remove include comments and boxes
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/cmdmail/cmdmailentry.cxx | 4 | ||||
-rw-r--r-- | shell/source/cmdmail/cmdmailmsg.cxx | 4 | ||||
-rw-r--r-- | shell/source/cmdmail/cmdmailsuppl.cxx | 4 | ||||
-rw-r--r-- | shell/source/cmdmail/cmdmailsuppl.hxx | 4 | ||||
-rw-r--r-- | shell/source/unix/exec/shellexecentry.cxx | 4 | ||||
-rw-r--r-- | shell/source/win32/SysShExec.cxx | 4 | ||||
-rw-r--r-- | shell/source/win32/SysShExec.hxx | 4 | ||||
-rw-r--r-- | shell/source/win32/SysShentry.cxx | 4 | ||||
-rw-r--r-- | shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx | 3 | ||||
-rw-r--r-- | shell/source/win32/shlxthandler/propsheets/listviewbuilder.hxx | 4 | ||||
-rw-r--r-- | shell/source/win32/simplemail/smplmailentry.cxx | 4 | ||||
-rw-r--r-- | shell/source/win32/simplemail/smplmailmsg.cxx | 4 | ||||
-rw-r--r-- | shell/source/win32/simplemail/smplmailmsg.hxx | 4 | ||||
-rw-r--r-- | shell/source/win32/workbench/TestProxySet.cxx | 5 | ||||
-rw-r--r-- | shell/source/win32/workbench/TestSmplMail.cxx | 5 | ||||
-rw-r--r-- | shell/source/win32/workbench/TestSysShExec.cxx | 8 |
16 files changed, 0 insertions, 69 deletions
diff --git a/shell/source/cmdmail/cmdmailentry.cxx b/shell/source/cmdmail/cmdmailentry.cxx index cdad68b5339e..f601284f41fa 100644 --- a/shell/source/cmdmail/cmdmailentry.cxx +++ b/shell/source/cmdmail/cmdmailentry.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//----------------------------------------------------------------------- -// includes of other projects -//----------------------------------------------------------------------- #include <cppuhelper/factory.hxx> #include <com/sun/star/container/XSet.hpp> #include <osl/diagnose.h> diff --git a/shell/source/cmdmail/cmdmailmsg.cxx b/shell/source/cmdmail/cmdmailmsg.cxx index 60e3439c9a43..021ebbcca6d6 100644 --- a/shell/source/cmdmail/cmdmailmsg.cxx +++ b/shell/source/cmdmail/cmdmailmsg.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "cmdmailmsg.hxx" #include <com/sun/star/uri/XExternalUriReferenceTranslator.hpp> diff --git a/shell/source/cmdmail/cmdmailsuppl.cxx b/shell/source/cmdmail/cmdmailsuppl.cxx index c0531e3f887e..f21584b2f488 100644 --- a/shell/source/cmdmail/cmdmailsuppl.cxx +++ b/shell/source/cmdmail/cmdmailsuppl.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include <osl/thread.h> diff --git a/shell/source/cmdmail/cmdmailsuppl.hxx b/shell/source/cmdmail/cmdmailsuppl.hxx index b013e7947717..3b2fc1422227 100644 --- a/shell/source/cmdmail/cmdmailsuppl.hxx +++ b/shell/source/cmdmail/cmdmailsuppl.hxx @@ -20,10 +20,6 @@ #ifndef _CMDMAILSUPPL_HXX_ #define _CMDMAILSUPPL_HXX_ -//---------------------------------------------------------- -// includes of other projects -//---------------------------------------------------------- - #include <cppuhelper/implbase3.hxx> #include <osl/mutex.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/shell/source/unix/exec/shellexecentry.cxx b/shell/source/unix/exec/shellexecentry.cxx index ca767a1be97a..ee986e07d8c8 100644 --- a/shell/source/unix/exec/shellexecentry.cxx +++ b/shell/source/unix/exec/shellexecentry.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//----------------------------------------------------------------------- -// includes of other projects -//----------------------------------------------------------------------- #include <cppuhelper/factory.hxx> #include <osl/diagnose.h> #include "shellexec.hxx" diff --git a/shell/source/win32/SysShExec.cxx b/shell/source/win32/SysShExec.cxx index a764a6575262..90fe47d455a2 100644 --- a/shell/source/win32/SysShExec.cxx +++ b/shell/source/win32/SysShExec.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include "SysShExec.hxx" #include <osl/file.hxx> diff --git a/shell/source/win32/SysShExec.hxx b/shell/source/win32/SysShExec.hxx index 3ba357f2ff1b..c6571d3dc26a 100644 --- a/shell/source/win32/SysShExec.hxx +++ b/shell/source/win32/SysShExec.hxx @@ -29,10 +29,6 @@ #ifndef _SYSSHEXEC_HXX_ #define _SYSSHEXEC_HXX_ -//_______________________________________________________________________________________________________________________ -// includes of other projects -//_______________________________________________________________________________________________________________________ - #include <cppuhelper/compbase2.hxx> #include <osl/mutex.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/shell/source/win32/SysShentry.cxx b/shell/source/win32/SysShentry.cxx index b161adaf35a2..8e40fb14ead9 100644 --- a/shell/source/win32/SysShentry.cxx +++ b/shell/source/win32/SysShentry.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//----------------------------------------------------------------------- -// includes of other projects -//----------------------------------------------------------------------- #include <cppuhelper/factory.hxx> #include <com/sun/star/container/XSet.hpp> #include <osl/diagnose.h> diff --git a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx index 583d480aac41..0f1889a1f35d 100644 --- a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx +++ b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx @@ -31,9 +31,6 @@ #pragma warning (disable : 4786 4503) #endif -//------------------------------------ -// include -//------------------------------------ #include "listviewbuilder.hxx" #include "document_statistic.hxx" #include "internal/utilities.hxx" diff --git a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.hxx b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.hxx index c72a7a3aa8b6..0bfe65198cef 100644 --- a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.hxx +++ b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.hxx @@ -20,10 +20,6 @@ #ifndef LISTVIEWBUILDER_HXX_INCLUDED #define LISTVIEWBUILDER_HXX_INCLUDED -//------------------------------------ -// include -//------------------------------------ - #if defined _MSC_VER #pragma warning(push, 1) #endif diff --git a/shell/source/win32/simplemail/smplmailentry.cxx b/shell/source/win32/simplemail/smplmailentry.cxx index bc6737049338..374971e21ddb 100644 --- a/shell/source/win32/simplemail/smplmailentry.cxx +++ b/shell/source/win32/simplemail/smplmailentry.cxx @@ -26,10 +26,6 @@ * ************************************************************************/ - -//----------------------------------------------------------------------- -// includes of other projects -//----------------------------------------------------------------------- #include <cppuhelper/factory.hxx> #include <com/sun/star/container/XSet.hpp> #include <osl/diagnose.h> diff --git a/shell/source/win32/simplemail/smplmailmsg.cxx b/shell/source/win32/simplemail/smplmailmsg.cxx index 9975ff2da9eb..d5f23844a055 100644 --- a/shell/source/win32/simplemail/smplmailmsg.cxx +++ b/shell/source/win32/simplemail/smplmailmsg.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -//------------------------------------------------------------------------ -// includes -//------------------------------------------------------------------------ #include <osl/diagnose.h> #include <osl/file.h> diff --git a/shell/source/win32/simplemail/smplmailmsg.hxx b/shell/source/win32/simplemail/smplmailmsg.hxx index 237996bf2c08..c385467b7aaa 100644 --- a/shell/source/win32/simplemail/smplmailmsg.hxx +++ b/shell/source/win32/simplemail/smplmailmsg.hxx @@ -29,10 +29,6 @@ #ifndef _SMPLMAILMSG_HXX_ #define _SMPLMAILMSG_HXX_ -//_______________________________________________________________________________________________________________________ -// includes of other projects -//_______________________________________________________________________________________________________________________ - #include <cppuhelper/compbase1.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> diff --git a/shell/source/win32/workbench/TestProxySet.cxx b/shell/source/win32/workbench/TestProxySet.cxx index bea8dba937b2..b5b4204d311e 100644 --- a/shell/source/win32/workbench/TestProxySet.cxx +++ b/shell/source/win32/workbench/TestProxySet.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - - -//----------------------------------------------------------- -// interface includes -//----------------------------------------------------------- #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/registry/XSimpleRegistry.hpp> #include <com/sun/star/system/XProxySettings.hpp> diff --git a/shell/source/win32/workbench/TestSmplMail.cxx b/shell/source/win32/workbench/TestSmplMail.cxx index c5eb1cbe4f0f..0ef670e2485d 100644 --- a/shell/source/win32/workbench/TestSmplMail.cxx +++ b/shell/source/win32/workbench/TestSmplMail.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - - -//----------------------------------------------------------- -// interface includes -//----------------------------------------------------------- #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/registry/XSimpleRegistry.hpp> #include <com/sun/star/system/XSimpleMailClientSupplier.hpp> diff --git a/shell/source/win32/workbench/TestSysShExec.cxx b/shell/source/win32/workbench/TestSysShExec.cxx index b969a46acc6f..9946a5d1f428 100644 --- a/shell/source/win32/workbench/TestSysShExec.cxx +++ b/shell/source/win32/workbench/TestSysShExec.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - - -//----------------------------------------------------------- -// interface includes -//----------------------------------------------------------- #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/registry/XSimpleRegistry.hpp> @@ -40,9 +35,6 @@ #include <osl/file.hxx> -//-------------------------------------------------------------- -// other includes -//-------------------------------------------------------------- #include <cppuhelper/servicefactory.hxx> #include <rtl/ustring.hxx> #include <sal/types.h> |