diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 13:53:08 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 13:53:54 +0200 |
commit | 2beba8f93e7991372dd45351c92c50f7850dc46a (patch) | |
tree | 15dfae00223ccc7fdbfe2e06a3d931b97fded890 /shell | |
parent | 49ad17e2b1aef65fad357b9c540ab36189233dd3 (diff) |
reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/cmdmail/cmdmailentry.cxx | 4 | ||||
-rw-r--r-- | shell/source/cmdmail/cmdmailsuppl.cxx | 4 | ||||
-rw-r--r-- | shell/source/unix/exec/shellexec.cxx | 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/SysShentry.cxx | 4 | ||||
-rw-r--r-- | shell/source/win32/simplemail/smplmailentry.cxx | 4 | ||||
-rw-r--r-- | shell/source/win32/workbench/TestProxySet.cxx | 4 | ||||
-rw-r--r-- | shell/source/win32/workbench/TestSmplMail.cxx | 4 | ||||
-rw-r--r-- | shell/source/win32/workbench/TestSysShExec.cxx | 4 |
10 files changed, 0 insertions, 40 deletions
diff --git a/shell/source/cmdmail/cmdmailentry.cxx b/shell/source/cmdmail/cmdmailentry.cxx index f601284f41fa..b0e45feaafb5 100644 --- a/shell/source/cmdmail/cmdmailentry.cxx +++ b/shell/source/cmdmail/cmdmailentry.cxx @@ -43,10 +43,6 @@ using namespace ::com::sun::star::registry ; using namespace ::cppu ; using com::sun::star::system::XSimpleMailClientSupplier; -//----------------------------------------------------------------------- -// defines -//----------------------------------------------------------------------- - #define COMP_SERVICE_NAME "com.sun.star.system.SimpleCommandMail" #define COMP_IMPL_NAME "com.sun.star.comp.system.SimpleCommandMail" diff --git a/shell/source/cmdmail/cmdmailsuppl.cxx b/shell/source/cmdmail/cmdmailsuppl.cxx index f21584b2f488..f1deab7cb6f9 100644 --- a/shell/source/cmdmail/cmdmailsuppl.cxx +++ b/shell/source/cmdmail/cmdmailsuppl.cxx @@ -67,10 +67,6 @@ using namespace com::sun::star::system::SimpleMailClientFlags; using namespace com::sun::star::uno; using namespace com::sun::star::lang; -//------------------------------------------------------------------------ -// defines -//------------------------------------------------------------------------ - #define COMP_IMPL_NAME "com.sun.star.comp.system.SimpleCommandMail2" //------------------------------------------------------------------------ diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx index 2bc97e838753..2fc52001cb6b 100644 --- a/shell/source/unix/exec/shellexec.cxx +++ b/shell/source/unix/exec/shellexec.cxx @@ -65,10 +65,6 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::system::SystemShellExecuteFlags; using namespace cppu; -//------------------------------------------------------------------------ -// defines -//------------------------------------------------------------------------ - #define SHELLEXEC_IMPL_NAME "com.sun.star.comp.system.SystemShellExecute2" //------------------------------------------------------------------------ diff --git a/shell/source/unix/exec/shellexecentry.cxx b/shell/source/unix/exec/shellexecentry.cxx index ee986e07d8c8..684acfe5f036 100644 --- a/shell/source/unix/exec/shellexecentry.cxx +++ b/shell/source/unix/exec/shellexecentry.cxx @@ -41,10 +41,6 @@ using namespace ::com::sun::star::registry; using namespace ::cppu; using com::sun::star::system::XSystemShellExecute; -//----------------------------------------------------------------------- -// defines -//----------------------------------------------------------------------- - #define SHELLEXEC_SERVICE_NAME "com.sun.star.system.SystemShellExecute" #define SHELLEXEC_IMPL_NAME "com.sun.star.comp.system.SystemShellExecute" diff --git a/shell/source/win32/SysShExec.cxx b/shell/source/win32/SysShExec.cxx index 90fe47d455a2..81f19546a09a 100644 --- a/shell/source/win32/SysShExec.cxx +++ b/shell/source/win32/SysShExec.cxx @@ -64,10 +64,6 @@ using com::sun::star::system::SystemShellExecuteException; using namespace ::com::sun::star::system::SystemShellExecuteFlags; using namespace cppu; -//------------------------------------------------------------------------ -// defines -//------------------------------------------------------------------------ - #define SYSSHEXEC_IMPL_NAME "com.sun.star.sys.shell.SystemShellExecute" //------------------------------------------------------------------------ diff --git a/shell/source/win32/SysShentry.cxx b/shell/source/win32/SysShentry.cxx index 8e40fb14ead9..e5a61bb25d04 100644 --- a/shell/source/win32/SysShentry.cxx +++ b/shell/source/win32/SysShentry.cxx @@ -43,10 +43,6 @@ using namespace ::com::sun::star::registry ; using namespace ::cppu ; using com::sun::star::system::XSystemShellExecute; -//----------------------------------------------------------------------- -// defines -//----------------------------------------------------------------------- - #define SYSSHEXEC_SERVICE_NAME "com.sun.star.system.SystemShellExecute" #define SYSSHEXEC_IMPL_NAME "com.sun.star.system.SystemShellExecute" diff --git a/shell/source/win32/simplemail/smplmailentry.cxx b/shell/source/win32/simplemail/smplmailentry.cxx index 374971e21ddb..df3774a79345 100644 --- a/shell/source/win32/simplemail/smplmailentry.cxx +++ b/shell/source/win32/simplemail/smplmailentry.cxx @@ -43,10 +43,6 @@ using namespace ::com::sun::star::registry ; using namespace ::cppu ; using com::sun::star::system::XSimpleMailClientSupplier; -//----------------------------------------------------------------------- -// defines -//----------------------------------------------------------------------- - #define COMP_SERVICE_NAME "com.sun.star.system.SimpleSystemMail" #define COMP_IMPL_NAME "com.sun.star.system.SimpleSystemMail" diff --git a/shell/source/win32/workbench/TestProxySet.cxx b/shell/source/win32/workbench/TestProxySet.cxx index b5b4204d311e..77eac7d982e6 100644 --- a/shell/source/win32/workbench/TestProxySet.cxx +++ b/shell/source/win32/workbench/TestProxySet.cxx @@ -59,10 +59,6 @@ using namespace ::com::sun::star::lang ; using namespace std ; using namespace com::sun::star::system; -//-------------------------------------------------------------- -// defines -//-------------------------------------------------------------- - #ifdef WNT #define RDB_SYSPATH "D:\\Projects\\gsl\\shell\\wntmsci7\\bin\\applicat.rdb" diff --git a/shell/source/win32/workbench/TestSmplMail.cxx b/shell/source/win32/workbench/TestSmplMail.cxx index 0ef670e2485d..b59563ddf2be 100644 --- a/shell/source/win32/workbench/TestSmplMail.cxx +++ b/shell/source/win32/workbench/TestSmplMail.cxx @@ -57,10 +57,6 @@ using namespace ::com::sun::star::lang ; using namespace std ; using namespace com::sun::star::system; -//-------------------------------------------------------------- -// defines -//-------------------------------------------------------------- - #define RDB_SYSPATH "D:\\Projects\\gsl\\shell\\wntmsci7\\bin\\applicat.rdb" //-------------------------------------------------------------- diff --git a/shell/source/win32/workbench/TestSysShExec.cxx b/shell/source/win32/workbench/TestSysShExec.cxx index 9946a5d1f428..99d08e0188ee 100644 --- a/shell/source/win32/workbench/TestSysShExec.cxx +++ b/shell/source/win32/workbench/TestSysShExec.cxx @@ -61,10 +61,6 @@ using namespace ::com::sun::star::lang ; using namespace std ; using namespace com::sun::star::system; -//-------------------------------------------------------------- -// defines -//-------------------------------------------------------------- - #define RDB_SYSPATH "D:\\Projects\\gsl\\shell\\wntmsci7\\bin\\applicat.rdb" //-------------------------------------------------------------- |