diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:33:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:55 +0200 |
commit | 20c66302db5a3ee579429c37bf1cb1adc1802a4d (patch) | |
tree | f23ee8c3937038e1f37e52f85644f0a0614fb2ee /scripting | |
parent | 3784e4d5ef6869f1f1da3c0b382112aa1e4a56d4 (diff) |
loplugin:includeform: scripting
Change-Id: I5b1280426667636703c996af8ee08ffeeffeb7e1
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/basprov/basmethnode.hxx | 2 | ||||
-rw-r--r-- | scripting/source/basprov/basscript.cxx | 2 | ||||
-rw-r--r-- | scripting/source/basprov/basscript.hxx | 2 | ||||
-rw-r--r-- | scripting/source/dlgprov/DialogModelProvider.hxx | 12 | ||||
-rw-r--r-- | scripting/source/protocolhandler/scripthandler.cxx | 6 | ||||
-rw-r--r-- | scripting/source/provider/MasterScriptProviderFactory.hxx | 4 |
6 files changed, 14 insertions, 14 deletions
diff --git a/scripting/source/basprov/basmethnode.hxx b/scripting/source/basprov/basmethnode.hxx index 132c6df7fb8c..a66a0fb007c2 100644 --- a/scripting/source/basprov/basmethnode.hxx +++ b/scripting/source/basprov/basmethnode.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SCRIPTING_SOURCE_BASPROV_BASMETHNODE_HXX #define INCLUDED_SCRIPTING_SOURCE_BASPROV_BASMETHNODE_HXX -#include "bcholder.hxx" +#include <bcholder.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/script/XInvocation.hpp> #include <com/sun/star/script/browse/XBrowseNode.hpp> diff --git a/scripting/source/basprov/basscript.cxx b/scripting/source/basprov/basscript.cxx index e5ab8083511b..6eac074750a9 100644 --- a/scripting/source/basprov/basscript.cxx +++ b/scripting/source/basprov/basscript.cxx @@ -27,7 +27,7 @@ #include <basic/basmgr.hxx> #include <com/sun/star/script/provider/ScriptFrameworkErrorException.hpp> #include <com/sun/star/script/provider/ScriptFrameworkErrorType.hpp> -#include "bcholder.hxx" +#include <bcholder.hxx> #include <comphelper/proparrhlp.hxx> #include <comphelper/propertycontainer.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> diff --git a/scripting/source/basprov/basscript.hxx b/scripting/source/basprov/basscript.hxx index 71aae465ad7b..29244c4e9316 100644 --- a/scripting/source/basprov/basscript.hxx +++ b/scripting/source/basprov/basscript.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SCRIPTING_SOURCE_BASPROV_BASSCRIPT_HXX #define INCLUDED_SCRIPTING_SOURCE_BASPROV_BASSCRIPT_HXX -#include "bcholder.hxx" +#include <bcholder.hxx> #include <com/sun/star/script/provider/XScript.hpp> #include <com/sun/star/document/XScriptInvocationContext.hpp> #include <cppuhelper/implbase.hxx> diff --git a/scripting/source/dlgprov/DialogModelProvider.hxx b/scripting/source/dlgprov/DialogModelProvider.hxx index 9de4469a0d38..7f938bc90ad1 100644 --- a/scripting/source/dlgprov/DialogModelProvider.hxx +++ b/scripting/source/dlgprov/DialogModelProvider.hxx @@ -20,13 +20,13 @@ #ifndef INCLUDED_SCRIPTING_SOURCE_DLGPROV_DIALOGMODELPROVIDER_HXX #define INCLUDED_SCRIPTING_SOURCE_DLGPROV_DIALOGMODELPROVIDER_HXX -#include "sal/config.h" -#include "cppuhelper/factory.hxx" +#include <sal/config.h> +#include <cppuhelper/factory.hxx> #include <cppuhelper/implbase.hxx> -#include "com/sun/star/lang/XInitialization.hpp" -#include "com/sun/star/container/XNameContainer.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/beans/XPropertySet.hpp" +#include <com/sun/star/lang/XInitialization.hpp> +#include <com/sun/star/container/XNameContainer.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/beans/XPropertySet.hpp> /// anonymous implementation namespace namespace dlgprov{ diff --git a/scripting/source/protocolhandler/scripthandler.cxx b/scripting/source/protocolhandler/scripthandler.cxx index 4dd2d8da5fa2..150ffa052509 100644 --- a/scripting/source/protocolhandler/scripthandler.cxx +++ b/scripting/source/protocolhandler/scripthandler.cxx @@ -45,9 +45,9 @@ #include <cppuhelper/supportsservice.hxx> #include <framework/documentundoguard.hxx> -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/uri/XUriReference.hpp" -#include "com/sun/star/uri/UriReferenceFactory.hpp" +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uri/XUriReference.hpp> +#include <com/sun/star/uri/UriReferenceFactory.hpp> #include <memory> diff --git a/scripting/source/provider/MasterScriptProviderFactory.hxx b/scripting/source/provider/MasterScriptProviderFactory.hxx index 833e079e7f96..f4532af8d6f8 100644 --- a/scripting/source/provider/MasterScriptProviderFactory.hxx +++ b/scripting/source/provider/MasterScriptProviderFactory.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SCRIPTING_SOURCE_PROVIDER_MASTERSCRIPTPROVIDERFACTORY_HXX #define INCLUDED_SCRIPTING_SOURCE_PROVIDER_MASTERSCRIPTPROVIDERFACTORY_HXX -#include "rtl/ustring.hxx" -#include "rtl/ref.hxx" +#include <rtl/ustring.hxx> +#include <rtl/ref.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/uno/XComponentContext.hpp> |