Kaydet (Commit) 20c66302 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: scripting

Change-Id: I5b1280426667636703c996af8ee08ffeeffeb7e1
üst 3784e4d5
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_SCRIPTING_SOURCE_BASPROV_BASMETHNODE_HXX #ifndef INCLUDED_SCRIPTING_SOURCE_BASPROV_BASMETHNODE_HXX
#define 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/beans/XPropertySet.hpp>
#include <com/sun/star/script/XInvocation.hpp> #include <com/sun/star/script/XInvocation.hpp>
#include <com/sun/star/script/browse/XBrowseNode.hpp> #include <com/sun/star/script/browse/XBrowseNode.hpp>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <basic/basmgr.hxx> #include <basic/basmgr.hxx>
#include <com/sun/star/script/provider/ScriptFrameworkErrorException.hpp> #include <com/sun/star/script/provider/ScriptFrameworkErrorException.hpp>
#include <com/sun/star/script/provider/ScriptFrameworkErrorType.hpp> #include <com/sun/star/script/provider/ScriptFrameworkErrorType.hpp>
#include "bcholder.hxx" #include <bcholder.hxx>
#include <comphelper/proparrhlp.hxx> #include <comphelper/proparrhlp.hxx>
#include <comphelper/propertycontainer.hxx> #include <comphelper/propertycontainer.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_SCRIPTING_SOURCE_BASPROV_BASSCRIPT_HXX #ifndef INCLUDED_SCRIPTING_SOURCE_BASPROV_BASSCRIPT_HXX
#define 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/script/provider/XScript.hpp>
#include <com/sun/star/document/XScriptInvocationContext.hpp> #include <com/sun/star/document/XScriptInvocationContext.hpp>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
......
...@@ -20,13 +20,13 @@ ...@@ -20,13 +20,13 @@
#ifndef INCLUDED_SCRIPTING_SOURCE_DLGPROV_DIALOGMODELPROVIDER_HXX #ifndef INCLUDED_SCRIPTING_SOURCE_DLGPROV_DIALOGMODELPROVIDER_HXX
#define INCLUDED_SCRIPTING_SOURCE_DLGPROV_DIALOGMODELPROVIDER_HXX #define INCLUDED_SCRIPTING_SOURCE_DLGPROV_DIALOGMODELPROVIDER_HXX
#include "sal/config.h" #include <sal/config.h>
#include "cppuhelper/factory.hxx" #include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include "com/sun/star/lang/XInitialization.hpp" #include <com/sun/star/lang/XInitialization.hpp>
#include "com/sun/star/container/XNameContainer.hpp" #include <com/sun/star/container/XNameContainer.hpp>
#include "com/sun/star/lang/XServiceInfo.hpp" #include <com/sun/star/lang/XServiceInfo.hpp>
#include "com/sun/star/beans/XPropertySet.hpp" #include <com/sun/star/beans/XPropertySet.hpp>
/// anonymous implementation namespace /// anonymous implementation namespace
namespace dlgprov{ namespace dlgprov{
......
...@@ -45,9 +45,9 @@ ...@@ -45,9 +45,9 @@
#include <cppuhelper/supportsservice.hxx> #include <cppuhelper/supportsservice.hxx>
#include <framework/documentundoguard.hxx> #include <framework/documentundoguard.hxx>
#include "com/sun/star/uno/XComponentContext.hpp" #include <com/sun/star/uno/XComponentContext.hpp>
#include "com/sun/star/uri/XUriReference.hpp" #include <com/sun/star/uri/XUriReference.hpp>
#include "com/sun/star/uri/UriReferenceFactory.hpp" #include <com/sun/star/uri/UriReferenceFactory.hpp>
#include <memory> #include <memory>
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#ifndef INCLUDED_SCRIPTING_SOURCE_PROVIDER_MASTERSCRIPTPROVIDERFACTORY_HXX #ifndef INCLUDED_SCRIPTING_SOURCE_PROVIDER_MASTERSCRIPTPROVIDERFACTORY_HXX
#define INCLUDED_SCRIPTING_SOURCE_PROVIDER_MASTERSCRIPTPROVIDERFACTORY_HXX #define INCLUDED_SCRIPTING_SOURCE_PROVIDER_MASTERSCRIPTPROVIDERFACTORY_HXX
#include "rtl/ustring.hxx" #include <rtl/ustring.hxx>
#include "rtl/ref.hxx" #include <rtl/ref.hxx>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
......
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