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/qa | |
parent | bfd7aead9d351e314d9130cb24350ce679a7c94e (diff) |
loplugin:includeform: xmloff
Change-Id: I9e55142a7904c426fce49f68f1790365ea490fab
Diffstat (limited to 'xmloff/qa')
-rw-r--r-- | xmloff/qa/unit/tokenmap-test.cxx | 4 | ||||
-rw-r--r-- | xmloff/qa/unit/uxmloff.cxx | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/qa/unit/tokenmap-test.cxx b/xmloff/qa/unit/tokenmap-test.cxx index b1cc87f7fd53..ca31e78faa8d 100644 --- a/xmloff/qa/unit/tokenmap-test.cxx +++ b/xmloff/qa/unit/tokenmap-test.cxx @@ -13,8 +13,8 @@ #include <cppunit/extensions/HelperMacros.h> #include <cppunit/plugin/TestPlugIn.h> -#include "xmloff/fasttokenhandler.hxx" -#include "xmloff/token/tokens.hxx" +#include <xmloff/fasttokenhandler.hxx> +#include <xmloff/token/tokens.hxx> #include <xmloff/xmltoken.hxx> using namespace std; diff --git a/xmloff/qa/unit/uxmloff.cxx b/xmloff/qa/unit/uxmloff.cxx index baae1787508f..bb4a15cc8852 100644 --- a/xmloff/qa/unit/uxmloff.cxx +++ b/xmloff/qa/unit/uxmloff.cxx @@ -13,9 +13,9 @@ #include <xmloff/xmlexp.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlaustp.hxx> -#include "SchXMLExport.hxx" -#include "XMLChartPropertySetMapper.hxx" -#include "impastpl.hxx" +#include <SchXMLExport.hxx> +#include <XMLChartPropertySetMapper.hxx> +#include <impastpl.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/util/MeasureUnit.hpp> |