diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:30:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:50 +0200 |
commit | 34307a8a7da7def2f3ee207c08b59a48864a03f8 (patch) | |
tree | aac22f4bc997ce80ef362643ade1852b64a648e6 /test/source/text | |
parent | 4c8eac645bca4cc95e5ea3f39e4702d83e565f04 (diff) |
loplugin:includeform: test
Change-Id: Ibcbb5b002e8326c484547a825cb295d0f5158a3b
Diffstat (limited to 'test/source/text')
-rw-r--r-- | test/source/text/xtext.cxx | 2 | ||||
-rw-r--r-- | test/source/text/xtextcontent.cxx | 4 | ||||
-rw-r--r-- | test/source/text/xtextfield.cxx | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/test/source/text/xtext.cxx b/test/source/text/xtext.cxx index 0840ca4889a8..6ab646d0aa5e 100644 --- a/test/source/text/xtext.cxx +++ b/test/source/text/xtext.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "test/text/xtext.hxx" +#include <test/text/xtext.hxx> using namespace css; using namespace css::uno; diff --git a/test/source/text/xtextcontent.cxx b/test/source/text/xtextcontent.cxx index 528241a8dd8b..a3a6c4718274 100644 --- a/test/source/text/xtextcontent.cxx +++ b/test/source/text/xtextcontent.cxx @@ -7,11 +7,11 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "test/text/xtextcontent.hxx" +#include <test/text/xtextcontent.hxx> #include <com/sun/star/text/XTextContent.hpp> #include <com/sun/star/text/XTextRange.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; diff --git a/test/source/text/xtextfield.cxx b/test/source/text/xtextfield.cxx index 4261d17c617f..1d0abb22dad0 100644 --- a/test/source/text/xtextfield.cxx +++ b/test/source/text/xtextfield.cxx @@ -7,9 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "test/text/xtextfield.hxx" +#include <test/text/xtextfield.hxx> #include <com/sun/star/text/XTextField.hpp> -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/extensions/HelperMacros.h> using namespace css; using namespace css::uno; |