diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:41:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:08 +0200 |
commit | 7340b6a951ec53950e272fb4571e26be827a0b2d (patch) | |
tree | 194237e8ac2736f50d49186150aa74f0ecd769db /forms/source/helper | |
parent | 2304eef0afd923f7886ef086db37f4869e6619e1 (diff) |
loplugin:includeform: forms
Change-Id: I770fe656a390045e850e967074545bf5dac7f335
Diffstat (limited to 'forms/source/helper')
-rw-r--r-- | forms/source/helper/commandimageprovider.cxx | 2 | ||||
-rw-r--r-- | forms/source/helper/controlfeatureinterception.cxx | 4 | ||||
-rw-r--r-- | forms/source/helper/formnavigation.cxx | 8 | ||||
-rw-r--r-- | forms/source/helper/resettable.cxx | 2 | ||||
-rw-r--r-- | forms/source/helper/urltransformer.cxx | 2 | ||||
-rw-r--r-- | forms/source/helper/windowstateguard.cxx | 4 |
6 files changed, 11 insertions, 11 deletions
diff --git a/forms/source/helper/commandimageprovider.cxx b/forms/source/helper/commandimageprovider.cxx index e35ac39fecc5..9a19d9a6fe28 100644 --- a/forms/source/helper/commandimageprovider.cxx +++ b/forms/source/helper/commandimageprovider.cxx @@ -18,7 +18,7 @@ */ -#include "commandimageprovider.hxx" +#include <commandimageprovider.hxx> #include <com/sun/star/ui/XImageManager.hpp> #include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp> diff --git a/forms/source/helper/controlfeatureinterception.cxx b/forms/source/helper/controlfeatureinterception.cxx index 4bb4ef189a1a..f3299dea6499 100644 --- a/forms/source/helper/controlfeatureinterception.cxx +++ b/forms/source/helper/controlfeatureinterception.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "controlfeatureinterception.hxx" -#include "urltransformer.hxx" +#include <controlfeatureinterception.hxx> +#include <urltransformer.hxx> #include <osl/diagnose.h> diff --git a/forms/source/helper/formnavigation.cxx b/forms/source/helper/formnavigation.cxx index f79185b60d05..529ba5f1f81a 100644 --- a/forms/source/helper/formnavigation.cxx +++ b/forms/source/helper/formnavigation.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "formnavigation.hxx" -#include "urltransformer.hxx" -#include "controlfeatureinterception.hxx" -#include "frm_strings.hxx" +#include <formnavigation.hxx> +#include <urltransformer.hxx> +#include <controlfeatureinterception.hxx> +#include <frm_strings.hxx> #include <com/sun/star/form/runtime/FormFeature.hpp> diff --git a/forms/source/helper/resettable.cxx b/forms/source/helper/resettable.cxx index 415cbf68859d..6eac1633d82d 100644 --- a/forms/source/helper/resettable.cxx +++ b/forms/source/helper/resettable.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "resettable.hxx" +#include <resettable.hxx> #include <cppuhelper/weak.hxx> diff --git a/forms/source/helper/urltransformer.cxx b/forms/source/helper/urltransformer.cxx index 58f4db8703f1..218ba86ab9af 100644 --- a/forms/source/helper/urltransformer.cxx +++ b/forms/source/helper/urltransformer.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "urltransformer.hxx" +#include <urltransformer.hxx> #include <com/sun/star/util/URLTransformer.hpp> #include <tools/debug.hxx> diff --git a/forms/source/helper/windowstateguard.cxx b/forms/source/helper/windowstateguard.cxx index 952476709206..148c8090b0b1 100644 --- a/forms/source/helper/windowstateguard.cxx +++ b/forms/source/helper/windowstateguard.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "windowstateguard.hxx" -#include "frm_strings.hxx" +#include <windowstateguard.hxx> +#include <frm_strings.hxx> #include <com/sun/star/awt/XWindowListener2.hpp> #include <com/sun/star/beans/XPropertySet.hpp> |