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/component/Button.hxx | |
parent | 2304eef0afd923f7886ef086db37f4869e6619e1 (diff) |
loplugin:includeform: forms
Change-Id: I770fe656a390045e850e967074545bf5dac7f335
Diffstat (limited to 'forms/source/component/Button.hxx')
-rw-r--r-- | forms/source/component/Button.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/Button.hxx b/forms/source/component/Button.hxx index eabc05286e13..cd3907742686 100644 --- a/forms/source/component/Button.hxx +++ b/forms/source/component/Button.hxx @@ -21,9 +21,9 @@ #define INCLUDED_FORMS_SOURCE_COMPONENT_BUTTON_HXX #include "clickableimage.hxx" -#include "togglestate.hxx" -#include "formnavigation.hxx" -#include "resettable.hxx" +#include <togglestate.hxx> +#include <formnavigation.hxx> +#include <resettable.hxx> #include <com/sun/star/awt/MouseEvent.hpp> #include <com/sun/star/lang/EventObject.hpp> |