office-gobmx/dbaccess/source/ui
Gabor Kelemen 890bf59e0a Run clang-tidy with misc-unused-using-decls on modules [d-o]*
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: Idd8aa3d3cfec456c4babb65e89af712051b4deb0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150609
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-04-20 13:14:37 +02:00
..
app
browser
control
dlg loplugin:stringview whitelist getLength and isEmpty 2023-04-12 12:57:22 +02:00
inc Run clang-tidy with misc-unused-using-decls on modules [d-o]* 2023-04-20 13:14:37 +02:00
misc Run clang-tidy with misc-unused-using-decls on modules [d-o]* 2023-04-20 13:14:37 +02:00
querydesign loplugin:stringviewparam improvements 2023-04-14 07:54:28 +02:00
relationdesign
tabledesign
uno