diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:27:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:46 +0200 |
commit | 3ff3a053712665402a05e1e2471807d65879b8d0 (patch) | |
tree | f4d8352cbd2fe39c553178ade2234a1068c7caaa /xmloff/inc | |
parent | bfd7aead9d351e314d9130cb24350ce679a7c94e (diff) |
loplugin:includeform: xmloff
Change-Id: I9e55142a7904c426fce49f68f1790365ea490fab
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/forms/form_handler_factory.hxx | 2 | ||||
-rw-r--r-- | xmloff/inc/forms/property_handler.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/forms/form_handler_factory.hxx b/xmloff/inc/forms/form_handler_factory.hxx index 5ad43b3a66b8..0ee97e631edc 100644 --- a/xmloff/inc/forms/form_handler_factory.hxx +++ b/xmloff/inc/forms/form_handler_factory.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_XMLOFF_INC_FORMS_FORM_HANDLER_FACTORY_HXX #define INCLUDED_XMLOFF_INC_FORMS_FORM_HANDLER_FACTORY_HXX -#include "forms/property_handler.hxx" +#include <forms/property_handler.hxx> namespace xmloff { diff --git a/xmloff/inc/forms/property_handler.hxx b/xmloff/inc/forms/property_handler.hxx index 7a799eb10d50..a217266fc343 100644 --- a/xmloff/inc/forms/property_handler.hxx +++ b/xmloff/inc/forms/property_handler.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_XMLOFF_INC_FORMS_PROPERTY_HANDLER_HXX #define INCLUDED_XMLOFF_INC_FORMS_PROPERTY_HANDLER_HXX -#include "forms/property_ids.hxx" +#include <forms/property_ids.hxx> #include <com/sun/star/uno/Any.hxx> |