summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:28:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:47 +0200
commita1915fbfb5d9dc2a7694170e61352c3a731987ce (patch)
tree0538d23b3768777801f2cf1dcf63a337798899f1 /vbahelper
parentca39dddb8b3c01ff1d8a4cf2961c1b61563397a1 (diff)
loplugin:includeform: vbahelper
Change-Id: I9a53a4a235b298a565679eddcae86bceaedb5652
Diffstat (limited to 'vbahelper')
-rw-r--r--vbahelper/source/msforms/service.cxx6
-rw-r--r--vbahelper/source/msforms/vbalistcontrolhelper.cxx2
-rw-r--r--vbahelper/source/msforms/vbanewfont.cxx2
-rw-r--r--vbahelper/source/vbahelper/vbaapplicationbase.cxx2
-rw-r--r--vbahelper/source/vbahelper/vbadocumentbase.cxx4
-rw-r--r--vbahelper/source/vbahelper/vbadocumentsbase.cxx8
-rw-r--r--vbahelper/source/vbahelper/vbaeventshelperbase.cxx2
-rw-r--r--vbahelper/source/vbahelper/vbaglobalbase.cxx2
-rw-r--r--vbahelper/source/vbahelper/vbapropvalue.cxx2
-rw-r--r--vbahelper/source/vbahelper/vbawindowbase.cxx4
10 files changed, 17 insertions, 17 deletions
diff --git a/vbahelper/source/msforms/service.cxx b/vbahelper/source/msforms/service.cxx
index 97ddbee2dedb..2981de965e74 100644
--- a/vbahelper/source/msforms/service.cxx
+++ b/vbahelper/source/msforms/service.cxx
@@ -16,10 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "cppuhelper/implementationentry.hxx"
-#include "comphelper/servicedecl.hxx"
+#include <cppuhelper/implementationentry.hxx>
+#include <comphelper/servicedecl.hxx>
-#include <service.hxx>
+#include "service.hxx"
// component exports
diff --git a/vbahelper/source/msforms/vbalistcontrolhelper.cxx b/vbahelper/source/msforms/vbalistcontrolhelper.cxx
index 7ca7c4f87bcb..462e39aae95e 100644
--- a/vbahelper/source/msforms/vbalistcontrolhelper.cxx
+++ b/vbahelper/source/msforms/vbalistcontrolhelper.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <vbalistcontrolhelper.hxx>
+#include "vbalistcontrolhelper.hxx"
#include <vector>
#include <vbahelper/vbapropvalue.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/vbahelper/source/msforms/vbanewfont.cxx b/vbahelper/source/msforms/vbanewfont.cxx
index 30860e10a0ef..2e7e1efbfb2f 100644
--- a/vbahelper/source/msforms/vbanewfont.cxx
+++ b/vbahelper/source/msforms/vbanewfont.cxx
@@ -18,7 +18,7 @@
*/
#include <rtl/tencinfo.h>
-#include <vbanewfont.hxx>
+#include "vbanewfont.hxx"
#include <com/sun/star/awt/FontWeight.hpp>
#include <com/sun/star/awt/FontSlant.hpp>
#include <com/sun/star/awt/FontStrikeout.hpp>
diff --git a/vbahelper/source/vbahelper/vbaapplicationbase.cxx b/vbahelper/source/vbahelper/vbaapplicationbase.cxx
index b3a53214295e..60056ef40b6a 100644
--- a/vbahelper/source/vbahelper/vbaapplicationbase.cxx
+++ b/vbahelper/source/vbahelper/vbaapplicationbase.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "vbahelper/vbaapplicationbase.hxx"
+#include <vbahelper/vbaapplicationbase.hxx>
#include <sal/macros.h>
#include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/vbahelper/source/vbahelper/vbadocumentbase.cxx b/vbahelper/source/vbahelper/vbadocumentbase.cxx
index 5db5cc04cbf7..f9ba17d6ee36 100644
--- a/vbahelper/source/vbahelper/vbadocumentbase.cxx
+++ b/vbahelper/source/vbahelper/vbadocumentbase.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "vbahelper/vbadocumentbase.hxx"
-#include "vbahelper/helperdecl.hxx"
+#include <vbahelper/vbadocumentbase.hxx>
+#include <vbahelper/helperdecl.hxx>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
diff --git a/vbahelper/source/vbahelper/vbadocumentsbase.cxx b/vbahelper/source/vbahelper/vbadocumentsbase.cxx
index 88e262677c78..8dcee9b817f2 100644
--- a/vbahelper/source/vbahelper/vbadocumentsbase.cxx
+++ b/vbahelper/source/vbahelper/vbadocumentsbase.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "vbahelper/vbadocumentsbase.hxx"
+#include <vbahelper/vbadocumentsbase.hxx>
#include <unotools/mediadescriptor.hxx>
#include <comphelper/processfactory.hxx>
@@ -42,9 +42,9 @@
#include <osl/file.hxx>
#include <unordered_map>
-#include "vbahelper/vbahelper.hxx"
-#include "vbahelper/vbaapplicationbase.hxx"
-#include "vbahelper/vbadocumentbase.hxx"
+#include <vbahelper/vbahelper.hxx>
+#include <vbahelper/vbaapplicationbase.hxx>
+#include <vbahelper/vbadocumentbase.hxx>
using namespace ::ooo::vba;
using namespace ::com::sun::star;
diff --git a/vbahelper/source/vbahelper/vbaeventshelperbase.cxx b/vbahelper/source/vbahelper/vbaeventshelperbase.cxx
index 302799dc015f..2c5a64aecff3 100644
--- a/vbahelper/source/vbahelper/vbaeventshelperbase.cxx
+++ b/vbahelper/source/vbahelper/vbaeventshelperbase.cxx
@@ -17,7 +17,7 @@
* 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/document/XEventBroadcaster.hpp>
#include <com/sun/star/frame/XModel.hpp>
diff --git a/vbahelper/source/vbahelper/vbaglobalbase.cxx b/vbahelper/source/vbahelper/vbaglobalbase.cxx
index 2eaa8ea9d66f..eb91eae411eb 100644
--- a/vbahelper/source/vbahelper/vbaglobalbase.cxx
+++ b/vbahelper/source/vbahelper/vbaglobalbase.cxx
@@ -16,7 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "vbahelper/vbaglobalbase.hxx"
+#include <vbahelper/vbaglobalbase.hxx>
#include <sal/macros.h>
#include <cppuhelper/component_context.hxx>
diff --git a/vbahelper/source/vbahelper/vbapropvalue.cxx b/vbahelper/source/vbahelper/vbapropvalue.cxx
index 9788add5bed4..f5249ec6db47 100644
--- a/vbahelper/source/vbahelper/vbapropvalue.cxx
+++ b/vbahelper/source/vbahelper/vbapropvalue.cxx
@@ -16,7 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "vbahelper/vbapropvalue.hxx"
+#include <vbahelper/vbapropvalue.hxx>
using namespace com::sun::star;
diff --git a/vbahelper/source/vbahelper/vbawindowbase.cxx b/vbahelper/source/vbahelper/vbawindowbase.cxx
index 36fd27441e68..e37a53b46cdb 100644
--- a/vbahelper/source/vbahelper/vbawindowbase.cxx
+++ b/vbahelper/source/vbahelper/vbawindowbase.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "vbahelper/vbawindowbase.hxx"
-#include "vbahelper/helperdecl.hxx"
+#include <vbahelper/vbawindowbase.hxx>
+#include <vbahelper/helperdecl.hxx>
#include <com/sun/star/awt/PosSize.hpp>
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/awt/XWindow2.hpp>