diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:44:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:12 +0200 |
commit | d63b706dad58eb09014420cdaee5f1399d0e2d9e (patch) | |
tree | 424a9700c318c50ebd0c49feb02abd4e0b6ae101 /chart2/qa | |
parent | 696722f2c89e1647d89db4622264446d65c9fc81 (diff) |
loplugin:includeform: chart2
Change-Id: I5b455c684e7cd689d5160135246f3400363c7d40
Diffstat (limited to 'chart2/qa')
-rw-r--r-- | chart2/qa/extras/chart2dump/chart2dump.cxx | 2 | ||||
-rw-r--r-- | chart2/qa/unit/common_functor_test.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chart2/qa/extras/chart2dump/chart2dump.cxx b/chart2/qa/extras/chart2dump/chart2dump.cxx index 378a7a7f8b63..c852446efe7e 100644 --- a/chart2/qa/extras/chart2dump/chart2dump.cxx +++ b/chart2/qa/extras/chart2dump/chart2dump.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "charttest.hxx" +#include <charttest.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/chart/XChartDocument.hpp> #include <com/sun/star/chart/XComplexDescriptionAccess.hpp> diff --git a/chart2/qa/unit/common_functor_test.cxx b/chart2/qa/unit/common_functor_test.cxx index 43fcd0c6ad84..eaa5a29fc08a 100644 --- a/chart2/qa/unit/common_functor_test.cxx +++ b/chart2/qa/unit/common_functor_test.cxx @@ -18,7 +18,7 @@ #include <iterator> #include <vector> -#include "CommonFunctors.hxx" +#include <CommonFunctors.hxx> class CommonFunctorsTest : public CppUnit::TestFixture |