From 7666da05ee9dd54c65038ce13d0c39e67d70a0d1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:32:26 +0200 Subject: loplugin:includeform: shell Change-Id: I73be2f09a4b27509b62936daa414efb51977277f --- shell/source/all/xml_parser.cxx | 4 +- shell/source/backends/desktopbe/desktopbackend.cxx | 64 +++++++++++----------- shell/source/backends/kde4be/kde4access.cxx | 14 ++--- shell/source/backends/kde4be/kde4access.hxx | 4 +- shell/source/backends/kde4be/kde4backend.cxx | 52 +++++++++--------- shell/source/backends/localebe/localebecdef.cxx | 2 +- .../sessioninstall/SyncDbusSessionHelper.cxx | 2 +- shell/source/sessioninstall/services.cxx | 2 +- shell/source/tools/lngconvex/lngconvex.cxx | 12 ++-- shell/source/unix/exec/shellexec.cxx | 2 +- .../unix/sysshell/recently_used_file_handler.cxx | 14 ++--- 11 files changed, 86 insertions(+), 86 deletions(-) (limited to 'shell') diff --git a/shell/source/all/xml_parser.cxx b/shell/source/all/xml_parser.cxx index 4214a2a4d194..84c55520b947 100644 --- a/shell/source/all/xml_parser.cxx +++ b/shell/source/all/xml_parser.cxx @@ -18,8 +18,8 @@ */ -#include "xml_parser.hxx" -#include "i_xml_parser_event_handler.hxx" +#include +#include #ifdef _WIN32 #include "utilities.hxx" diff --git a/shell/source/backends/desktopbe/desktopbackend.cxx b/shell/source/backends/desktopbe/desktopbackend.cxx index 069ff2805e7c..f86ceb2ad413 100644 --- a/shell/source/backends/desktopbe/desktopbackend.cxx +++ b/shell/source/backends/desktopbe/desktopbackend.cxx @@ -17,39 +17,39 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" - -#include "com/sun/star/beans/Optional.hpp" -#include "com/sun/star/beans/PropertyVetoException.hpp" -#include "com/sun/star/beans/UnknownPropertyException.hpp" -#include "com/sun/star/beans/XPropertyChangeListener.hpp" -#include "com/sun/star/beans/XPropertySet.hpp" -#include "com/sun/star/beans/XPropertySetInfo.hpp" -#include "com/sun/star/beans/XVetoableChangeListener.hpp" -#include "com/sun/star/lang/IllegalArgumentException.hpp" -#include "com/sun/star/lang/WrappedTargetException.hpp" -#include "com/sun/star/lang/XMultiComponentFactory.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Exception.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uno/XCurrentContext.hpp" -#include "cppuhelper/factory.hxx" +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include -#include "cppuhelper/implementationentry.hxx" -#include "cppuhelper/weak.hxx" -#include "osl/file.hxx" -#include "osl/security.hxx" -#include "rtl/string.h" -#include "rtl/textenc.h" -#include "rtl/ustring.h" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "uno/current_context.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include namespace { diff --git a/shell/source/backends/kde4be/kde4access.cxx b/shell/source/backends/kde4be/kde4access.cxx index ad1e417ad23f..93c7cbb327d6 100644 --- a/shell/source/backends/kde4be/kde4access.cxx +++ b/shell/source/backends/kde4be/kde4access.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include #include @@ -25,12 +25,12 @@ #include #include -#include "com/sun/star/uno/Any.hxx" -#include "cppu/unotype.hxx" -#include "osl/diagnose.h" -#include "osl/file.h" -#include "rtl/string.h" -#include "rtl/ustring.hxx" +#include +#include +#include +#include +#include +#include #include "kde4access.hxx" diff --git a/shell/source/backends/kde4be/kde4access.hxx b/shell/source/backends/kde4be/kde4access.hxx index 7d63c4a82158..f9516c050ac0 100644 --- a/shell/source/backends/kde4be/kde4access.hxx +++ b/shell/source/backends/kde4be/kde4access.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_SHELL_SOURCE_BACKENDS_KDE4BE_KDE4ACCESS_HXX #define INCLUDED_SHELL_SOURCE_BACKENDS_KDE4BE_KDE4ACCESS_HXX -#include "sal/config.h" +#include -#include "com/sun/star/beans/Optional.hpp" +#include namespace com { namespace sun { namespace star { namespace uno { class Any; diff --git a/shell/source/backends/kde4be/kde4backend.cxx b/shell/source/backends/kde4be/kde4backend.cxx index 9d9114ca7bc7..ab54e4a204ec 100644 --- a/shell/source/backends/kde4be/kde4backend.cxx +++ b/shell/source/backends/kde4be/kde4backend.cxx @@ -17,36 +17,36 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include #include -#include "com/sun/star/beans/Optional.hpp" -#include "com/sun/star/beans/PropertyVetoException.hpp" -#include "com/sun/star/beans/UnknownPropertyException.hpp" -#include "com/sun/star/beans/XPropertyChangeListener.hpp" -#include "com/sun/star/beans/XPropertySet.hpp" -#include "com/sun/star/beans/XPropertySetInfo.hpp" -#include "com/sun/star/beans/XVetoableChangeListener.hpp" -#include "com/sun/star/lang/IllegalArgumentException.hpp" -#include "com/sun/star/lang/WrappedTargetException.hpp" -#include "com/sun/star/lang/XMultiComponentFactory.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uno/XCurrentContext.hpp" -#include "cppuhelper/factory.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include -#include "cppuhelper/implementationentry.hxx" -#include "cppuhelper/weak.hxx" -#include "rtl/string.h" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "uno/current_context.hxx" +#include +#include +#include +#include +#include +#include +#include #include "kde4access.hxx" diff --git a/shell/source/backends/localebe/localebecdef.cxx b/shell/source/backends/localebe/localebecdef.cxx index c4216e0a6c37..b377c28027d9 100644 --- a/shell/source/backends/localebe/localebecdef.cxx +++ b/shell/source/backends/localebe/localebecdef.cxx @@ -18,7 +18,7 @@ */ -#include +#include "localebackend.hxx" #include #include diff --git a/shell/source/sessioninstall/SyncDbusSessionHelper.cxx b/shell/source/sessioninstall/SyncDbusSessionHelper.cxx index 5fd6f63aae7d..5cbb88854f64 100644 --- a/shell/source/sessioninstall/SyncDbusSessionHelper.cxx +++ b/shell/source/sessioninstall/SyncDbusSessionHelper.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include +#include "SyncDbusSessionHelper.hxx" #include #include diff --git a/shell/source/sessioninstall/services.cxx b/shell/source/sessioninstall/services.cxx index c5f3aeedf2aa..bb86e036383a 100644 --- a/shell/source/sessioninstall/services.cxx +++ b/shell/source/sessioninstall/services.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include +#include "SyncDbusSessionHelper.hxx" #include #include diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx index c4e24aa55ea1..6e7caad356bf 100644 --- a/shell/source/tools/lngconvex/lngconvex.cxx +++ b/shell/source/tools/lngconvex/lngconvex.cxx @@ -38,13 +38,13 @@ typedef unsigned short WORD; #include "cmdline.hxx" #include -#include "osl/thread.h" -#include "osl/process.h" -#include "osl/file.hxx" -#include "sal/main.h" +#include +#include +#include +#include -#include "tools/config.hxx" -#include "i18nlangtag/languagetag.hxx" +#include +#include #include #include diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx index bd8d51c0be3e..3411f2c446fe 100644 --- a/shell/source/unix/exec/shellexec.cxx +++ b/shell/source/unix/exec/shellexec.cxx @@ -35,7 +35,7 @@ #include #include -#include "uno/current_context.hxx" +#include #include #include diff --git a/shell/source/unix/sysshell/recently_used_file_handler.cxx b/shell/source/unix/sysshell/recently_used_file_handler.cxx index 029880e1398e..6ca13932143c 100644 --- a/shell/source/unix/sysshell/recently_used_file_handler.cxx +++ b/shell/source/unix/sysshell/recently_used_file_handler.cxx @@ -19,17 +19,17 @@ #include -#include "osl/process.h" -#include "rtl/ustring.hxx" -#include "rtl/string.hxx" -#include "rtl/strbuf.hxx" +#include +#include +#include +#include -#include "osl/thread.h" +#include #include #include "recently_used_file.hxx" -#include "xml_parser.hxx" -#include "i_xml_parser_event_handler.hxx" +#include +#include #include #include -- cgit