Kaydet (Commit) 7666da05 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: shell

Change-Id: I73be2f09a4b27509b62936daa414efb51977277f
üst 5f0ddf22
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
*/ */
#include "xml_parser.hxx" #include <xml_parser.hxx>
#include "i_xml_parser_event_handler.hxx" #include <i_xml_parser_event_handler.hxx>
#ifdef _WIN32 #ifdef _WIN32
#include "utilities.hxx" #include "utilities.hxx"
......
...@@ -17,39 +17,39 @@ ...@@ -17,39 +17,39 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include "com/sun/star/beans/Optional.hpp" #include <com/sun/star/beans/Optional.hpp>
#include "com/sun/star/beans/PropertyVetoException.hpp" #include <com/sun/star/beans/PropertyVetoException.hpp>
#include "com/sun/star/beans/UnknownPropertyException.hpp" #include <com/sun/star/beans/UnknownPropertyException.hpp>
#include "com/sun/star/beans/XPropertyChangeListener.hpp" #include <com/sun/star/beans/XPropertyChangeListener.hpp>
#include "com/sun/star/beans/XPropertySet.hpp" #include <com/sun/star/beans/XPropertySet.hpp>
#include "com/sun/star/beans/XPropertySetInfo.hpp" #include <com/sun/star/beans/XPropertySetInfo.hpp>
#include "com/sun/star/beans/XVetoableChangeListener.hpp" #include <com/sun/star/beans/XVetoableChangeListener.hpp>
#include "com/sun/star/lang/IllegalArgumentException.hpp" #include <com/sun/star/lang/IllegalArgumentException.hpp>
#include "com/sun/star/lang/WrappedTargetException.hpp" #include <com/sun/star/lang/WrappedTargetException.hpp>
#include "com/sun/star/lang/XMultiComponentFactory.hpp" #include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include "com/sun/star/lang/XServiceInfo.hpp" #include <com/sun/star/lang/XServiceInfo.hpp>
#include "com/sun/star/uno/Any.hxx" #include <com/sun/star/uno/Any.hxx>
#include "com/sun/star/uno/Exception.hpp" #include <com/sun/star/uno/Exception.hpp>
#include "com/sun/star/uno/Reference.hxx" #include <com/sun/star/uno/Reference.hxx>
#include "com/sun/star/uno/RuntimeException.hpp" #include <com/sun/star/uno/RuntimeException.hpp>
#include "com/sun/star/uno/Sequence.hxx" #include <com/sun/star/uno/Sequence.hxx>
#include "com/sun/star/uno/XComponentContext.hpp" #include <com/sun/star/uno/XComponentContext.hpp>
#include "com/sun/star/uno/XCurrentContext.hpp" #include <com/sun/star/uno/XCurrentContext.hpp>
#include "cppuhelper/factory.hxx" #include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include "cppuhelper/implementationentry.hxx" #include <cppuhelper/implementationentry.hxx>
#include "cppuhelper/weak.hxx" #include <cppuhelper/weak.hxx>
#include "osl/file.hxx" #include <osl/file.hxx>
#include "osl/security.hxx" #include <osl/security.hxx>
#include "rtl/string.h" #include <rtl/string.h>
#include "rtl/textenc.h" #include <rtl/textenc.h>
#include "rtl/ustring.h" #include <rtl/ustring.h>
#include "rtl/ustrbuf.hxx" #include <rtl/ustrbuf.hxx>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "sal/types.h" #include <sal/types.h>
#include "uno/current_context.hxx" #include <uno/current_context.hxx>
namespace { namespace {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <QtGui/QFont> #include <QtGui/QFont>
#include <QtCore/QString> #include <QtCore/QString>
...@@ -25,12 +25,12 @@ ...@@ -25,12 +25,12 @@
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kprotocolmanager.h> #include <kprotocolmanager.h>
#include "com/sun/star/uno/Any.hxx" #include <com/sun/star/uno/Any.hxx>
#include "cppu/unotype.hxx" #include <cppu/unotype.hxx>
#include "osl/diagnose.h" #include <osl/diagnose.h>
#include "osl/file.h" #include <osl/file.h>
#include "rtl/string.h" #include <rtl/string.h>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "kde4access.hxx" #include "kde4access.hxx"
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#ifndef INCLUDED_SHELL_SOURCE_BACKENDS_KDE4BE_KDE4ACCESS_HXX #ifndef INCLUDED_SHELL_SOURCE_BACKENDS_KDE4BE_KDE4ACCESS_HXX
#define INCLUDED_SHELL_SOURCE_BACKENDS_KDE4BE_KDE4ACCESS_HXX #define INCLUDED_SHELL_SOURCE_BACKENDS_KDE4BE_KDE4ACCESS_HXX
#include "sal/config.h" #include <sal/config.h>
#include "com/sun/star/beans/Optional.hpp" #include <com/sun/star/beans/Optional.hpp>
namespace com { namespace sun { namespace star { namespace uno { namespace com { namespace sun { namespace star { namespace uno {
class Any; class Any;
......
...@@ -17,36 +17,36 @@ ...@@ -17,36 +17,36 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <kapplication.h> #include <kapplication.h>
#include "com/sun/star/beans/Optional.hpp" #include <com/sun/star/beans/Optional.hpp>
#include "com/sun/star/beans/PropertyVetoException.hpp" #include <com/sun/star/beans/PropertyVetoException.hpp>
#include "com/sun/star/beans/UnknownPropertyException.hpp" #include <com/sun/star/beans/UnknownPropertyException.hpp>
#include "com/sun/star/beans/XPropertyChangeListener.hpp" #include <com/sun/star/beans/XPropertyChangeListener.hpp>
#include "com/sun/star/beans/XPropertySet.hpp" #include <com/sun/star/beans/XPropertySet.hpp>
#include "com/sun/star/beans/XPropertySetInfo.hpp" #include <com/sun/star/beans/XPropertySetInfo.hpp>
#include "com/sun/star/beans/XVetoableChangeListener.hpp" #include <com/sun/star/beans/XVetoableChangeListener.hpp>
#include "com/sun/star/lang/IllegalArgumentException.hpp" #include <com/sun/star/lang/IllegalArgumentException.hpp>
#include "com/sun/star/lang/WrappedTargetException.hpp" #include <com/sun/star/lang/WrappedTargetException.hpp>
#include "com/sun/star/lang/XMultiComponentFactory.hpp" #include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include "com/sun/star/lang/XServiceInfo.hpp" #include <com/sun/star/lang/XServiceInfo.hpp>
#include "com/sun/star/uno/Any.hxx" #include <com/sun/star/uno/Any.hxx>
#include "com/sun/star/uno/Reference.hxx" #include <com/sun/star/uno/Reference.hxx>
#include "com/sun/star/uno/RuntimeException.hpp" #include <com/sun/star/uno/RuntimeException.hpp>
#include "com/sun/star/uno/Sequence.hxx" #include <com/sun/star/uno/Sequence.hxx>
#include "com/sun/star/uno/XComponentContext.hpp" #include <com/sun/star/uno/XComponentContext.hpp>
#include "com/sun/star/uno/XCurrentContext.hpp" #include <com/sun/star/uno/XCurrentContext.hpp>
#include "cppuhelper/factory.hxx" #include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include "cppuhelper/implementationentry.hxx" #include <cppuhelper/implementationentry.hxx>
#include "cppuhelper/weak.hxx" #include <cppuhelper/weak.hxx>
#include "rtl/string.h" #include <rtl/string.h>
#include "rtl/ustring.h" #include <rtl/ustring.h>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "sal/types.h" #include <sal/types.h>
#include "uno/current_context.hxx" #include <uno/current_context.hxx>
#include "kde4access.hxx" #include "kde4access.hxx"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include <localebackend.hxx> #include "localebackend.hxx"
#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/implementationentry.hxx>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include <SyncDbusSessionHelper.hxx> #include "SyncDbusSessionHelper.hxx"
#include <gio/gio.h> #include <gio/gio.h>
#include <memory> #include <memory>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#include <SyncDbusSessionHelper.hxx> #include "SyncDbusSessionHelper.hxx"
#include <comphelper/servicedecl.hxx> #include <comphelper/servicedecl.hxx>
#include <uno/environment.h> #include <uno/environment.h>
......
...@@ -38,13 +38,13 @@ typedef unsigned short WORD; ...@@ -38,13 +38,13 @@ typedef unsigned short WORD;
#include "cmdline.hxx" #include "cmdline.hxx"
#include <comphelper/string.hxx> #include <comphelper/string.hxx>
#include "osl/thread.h" #include <osl/thread.h>
#include "osl/process.h" #include <osl/process.h>
#include "osl/file.hxx" #include <osl/file.hxx>
#include "sal/main.h" #include <sal/main.h>
#include "tools/config.hxx" #include <tools/config.hxx>
#include "i18nlangtag/languagetag.hxx" #include <i18nlangtag/languagetag.hxx>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <com/sun/star/uri/UriReferenceFactory.hpp> #include <com/sun/star/uri/UriReferenceFactory.hpp>
#include <cppuhelper/supportsservice.hxx> #include <cppuhelper/supportsservice.hxx>
#include "uno/current_context.hxx" #include <uno/current_context.hxx>
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
......
...@@ -19,17 +19,17 @@ ...@@ -19,17 +19,17 @@
#include <sal/config.h> #include <sal/config.h>
#include "osl/process.h" #include <osl/process.h>
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "rtl/string.hxx" #include <rtl/string.hxx>
#include "rtl/strbuf.hxx" #include <rtl/strbuf.hxx>
#include "osl/thread.h" #include <osl/thread.h>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include "recently_used_file.hxx" #include "recently_used_file.hxx"
#include "xml_parser.hxx" #include <xml_parser.hxx>
#include "i_xml_parser_event_handler.hxx" #include <i_xml_parser_event_handler.hxx>
#include <map> #include <map>
#include <vector> #include <vector>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment