summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-03 09:28:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-03 12:46:27 +0100
commitf656547d4d41091b5ccb729838e7355554a453cd (patch)
treebaab3db9b9287d11133c5f4495b3ed4b812f0c17 /shell
parentf51fddc2e7cfa2a2118610a3fc4b02886544d0a9 (diff)
remove some useless comment lines
which merely announce that the next declaration is a class Change-Id: Ifdb1398bcd99816b13e0b3769b46d0562bfbc1dc Reviewed-on: https://gerrit.libreoffice.org/84229 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'shell')
-rw-r--r--shell/source/cmdmail/cmdmailmsg.hxx1
-rw-r--r--shell/source/cmdmail/cmdmailsuppl.hxx1
-rw-r--r--shell/source/unix/exec/shellexec.hxx1
-rw-r--r--shell/source/win32/SysShExec.hxx1
-rw-r--r--shell/source/win32/simplemail/smplmailmsg.hxx1
5 files changed, 0 insertions, 5 deletions
diff --git a/shell/source/cmdmail/cmdmailmsg.hxx b/shell/source/cmdmail/cmdmailmsg.hxx
index 1a3a6c493adb..09e1aeaa92e3 100644
--- a/shell/source/cmdmail/cmdmailmsg.hxx
+++ b/shell/source/cmdmail/cmdmailmsg.hxx
@@ -28,7 +28,6 @@
#include <com/sun/star/uno/XComponentContext.hpp>
-// class declaration
class CmdMailMsg :
diff --git a/shell/source/cmdmail/cmdmailsuppl.hxx b/shell/source/cmdmail/cmdmailsuppl.hxx
index abbcb6736208..43915d662e8c 100644
--- a/shell/source/cmdmail/cmdmailsuppl.hxx
+++ b/shell/source/cmdmail/cmdmailsuppl.hxx
@@ -30,7 +30,6 @@
#include <com/sun/star/system/XSimpleMailClientSupplier.hpp>
-// class declaration
class CmdMailSuppl :
diff --git a/shell/source/unix/exec/shellexec.hxx b/shell/source/unix/exec/shellexec.hxx
index 22b03ad76d3d..fd084a567f19 100644
--- a/shell/source/unix/exec/shellexec.hxx
+++ b/shell/source/unix/exec/shellexec.hxx
@@ -27,7 +27,6 @@
#include <com/sun/star/system/XSystemShellExecute.hpp>
-// class declaration
class ShellExec : public ::cppu::WeakImplHelper< css::system::XSystemShellExecute, css::lang::XServiceInfo >
diff --git a/shell/source/win32/SysShExec.hxx b/shell/source/win32/SysShExec.hxx
index 24051920b399..63069cc5e52f 100644
--- a/shell/source/win32/SysShExec.hxx
+++ b/shell/source/win32/SysShExec.hxx
@@ -28,7 +28,6 @@
#include <com/sun/star/system/XSystemShellExecute.hpp>
-// class declaration
class CSysShExecBase
diff --git a/shell/source/win32/simplemail/smplmailmsg.hxx b/shell/source/win32/simplemail/smplmailmsg.hxx
index 4797f4e81e2e..87269910bb19 100644
--- a/shell/source/win32/simplemail/smplmailmsg.hxx
+++ b/shell/source/win32/simplemail/smplmailmsg.hxx
@@ -26,7 +26,6 @@
#include <com/sun/star/system/XSimpleMailMessage2.hpp>
-// class declaration
class CSmplMailMsg : public cppu::WeakImplHelper< css::system::XSimpleMailMessage2 >