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

loplugin:includeform: vbahelper

Change-Id: I9a53a4a235b298a565679eddcae86bceaedb5652
üst ca39dddb
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "cppuhelper/implementationentry.hxx" #include <cppuhelper/implementationentry.hxx>
#include "comphelper/servicedecl.hxx" #include <comphelper/servicedecl.hxx>
#include <service.hxx> #include "service.hxx"
// component exports // component exports
......
...@@ -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 <vbalistcontrolhelper.hxx> #include "vbalistcontrolhelper.hxx"
#include <vector> #include <vector>
#include <vbahelper/vbapropvalue.hxx> #include <vbahelper/vbapropvalue.hxx>
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include <rtl/tencinfo.h> #include <rtl/tencinfo.h>
#include <vbanewfont.hxx> #include "vbanewfont.hxx"
#include <com/sun/star/awt/FontWeight.hpp> #include <com/sun/star/awt/FontWeight.hpp>
#include <com/sun/star/awt/FontSlant.hpp> #include <com/sun/star/awt/FontSlant.hpp>
#include <com/sun/star/awt/FontStrikeout.hpp> #include <com/sun/star/awt/FontStrikeout.hpp>
......
...@@ -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 "vbahelper/vbaapplicationbase.hxx" #include <vbahelper/vbaapplicationbase.hxx>
#include <sal/macros.h> #include <sal/macros.h>
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "vbahelper/vbadocumentbase.hxx" #include <vbahelper/vbadocumentbase.hxx>
#include "vbahelper/helperdecl.hxx" #include <vbahelper/helperdecl.hxx>
#include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
......
...@@ -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 "vbahelper/vbadocumentsbase.hxx" #include <vbahelper/vbadocumentsbase.hxx>
#include <unotools/mediadescriptor.hxx> #include <unotools/mediadescriptor.hxx>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
...@@ -42,9 +42,9 @@ ...@@ -42,9 +42,9 @@
#include <osl/file.hxx> #include <osl/file.hxx>
#include <unordered_map> #include <unordered_map>
#include "vbahelper/vbahelper.hxx" #include <vbahelper/vbahelper.hxx>
#include "vbahelper/vbaapplicationbase.hxx" #include <vbahelper/vbaapplicationbase.hxx>
#include "vbahelper/vbadocumentbase.hxx" #include <vbahelper/vbadocumentbase.hxx>
using namespace ::ooo::vba; using namespace ::ooo::vba;
using namespace ::com::sun::star; using namespace ::com::sun::star;
......
...@@ -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 "vbahelper/vbaeventshelperbase.hxx" #include <vbahelper/vbaeventshelperbase.hxx>
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/document/XEventBroadcaster.hpp> #include <com/sun/star/document/XEventBroadcaster.hpp>
#include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/XModel.hpp>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "vbahelper/vbaglobalbase.hxx" #include <vbahelper/vbaglobalbase.hxx>
#include <sal/macros.h> #include <sal/macros.h>
#include <cppuhelper/component_context.hxx> #include <cppuhelper/component_context.hxx>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "vbahelper/vbapropvalue.hxx" #include <vbahelper/vbapropvalue.hxx>
using namespace com::sun::star; using namespace com::sun::star;
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "vbahelper/vbawindowbase.hxx" #include <vbahelper/vbawindowbase.hxx>
#include "vbahelper/helperdecl.hxx" #include <vbahelper/helperdecl.hxx>
#include <com/sun/star/awt/PosSize.hpp> #include <com/sun/star/awt/PosSize.hpp>
#include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/awt/XWindow2.hpp> #include <com/sun/star/awt/XWindow2.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