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/source/meta | |
parent | bfd7aead9d351e314d9130cb24350ce679a7c94e (diff) |
loplugin:includeform: xmloff
Change-Id: I9e55142a7904c426fce49f68f1790365ea490fab
Diffstat (limited to 'xmloff/source/meta')
-rw-r--r-- | xmloff/source/meta/MetaExportComponent.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/meta/MetaExportComponent.cxx b/xmloff/source/meta/MetaExportComponent.cxx index 1f939d99434d..db1ed653958f 100644 --- a/xmloff/source/meta/MetaExportComponent.cxx +++ b/xmloff/source/meta/MetaExportComponent.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "MetaExportComponent.hxx" -#include "facreg.hxx" +#include <MetaExportComponent.hxx> +#include <facreg.hxx> #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/uno/Sequence.hxx> @@ -33,7 +33,7 @@ #include <xmloff/nmspmap.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlmetae.hxx> -#include "PropertySetMerger.hxx" +#include <PropertySetMerger.hxx> #include <unotools/docinfohelper.hxx> |