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/runtime | |
parent | 2304eef0afd923f7886ef086db37f4869e6619e1 (diff) |
loplugin:includeform: forms
Change-Id: I770fe656a390045e850e967074545bf5dac7f335
Diffstat (limited to 'forms/source/runtime')
-rw-r--r-- | forms/source/runtime/formoperations.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx index 4952c7be2b07..4ae5e1c691d1 100644 --- a/forms/source/runtime/formoperations.cxx +++ b/forms/source/runtime/formoperations.cxx @@ -20,10 +20,10 @@ #include <config_features.h> #include "formoperations.hxx" -#include "frm_strings.hxx" -#include "frm_resource.hxx" -#include "strings.hrc" -#include "services.hxx" +#include <frm_strings.hxx> +#include <frm_resource.hxx> +#include <strings.hrc> +#include <services.hxx> #include <com/sun/star/ucb/AlreadyInitializedException.hpp> #include <com/sun/star/util/XModifyBroadcaster.hpp> |