From f656547d4d41091b5ccb729838e7355554a453cd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 3 Dec 2019 09:28:27 +0200 Subject: 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 --- shell/source/cmdmail/cmdmailmsg.hxx | 1 - shell/source/cmdmail/cmdmailsuppl.hxx | 1 - shell/source/unix/exec/shellexec.hxx | 1 - shell/source/win32/SysShExec.hxx | 1 - shell/source/win32/simplemail/smplmailmsg.hxx | 1 - 5 files changed, 5 deletions(-) (limited to 'shell') 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 -// 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 -// 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 -// 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 -// 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 -// class declaration class CSmplMailMsg : public cppu::WeakImplHelper< css::system::XSimpleMailMessage2 > -- cgit