summaryrefslogtreecommitdiff
path: root/shell/source
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2023-04-12 00:27:47 +0200
committerGabor Kelemen <kelemeng@ubuntu.com>2023-04-23 13:05:21 +0200
commitd7e0247ed43091172c2cc3827399bb111416d617 (patch)
treea9bcb9edfbb0511cea9376431479e526060cc939 /shell/source
parent20c86bd1059b54915190ce2e3dd39206d293aced (diff)
Run clang-tidy with misc-unused-using-decls on modules [s-t]*
To remove unneeded using declarations. Via the simple script: for i in $(find $dirname -name "*cxx" -o -name "*hxx" ); do clang-tidy-12 --checks="-*,misc-unused-using-decls" "$i"; done Change-Id: I596299084471b2904548d23875866f1583b00b2a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150610 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Diffstat (limited to 'shell/source')
-rw-r--r--shell/source/win32/simplemail/smplmailmsg.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/source/win32/simplemail/smplmailmsg.cxx b/shell/source/win32/simplemail/smplmailmsg.cxx
index 7a622b3fe0db..8cc7c3a46ab4 100644
--- a/shell/source/win32/simplemail/smplmailmsg.cxx
+++ b/shell/source/win32/simplemail/smplmailmsg.cxx
@@ -21,9 +21,7 @@
#include <osl/file.h>
#include "smplmailmsg.hxx"
-using com::sun::star::uno::RuntimeException;
using com::sun::star::uno::Sequence;
-using com::sun::star::lang::IllegalArgumentException;
using namespace cppu;