summaryrefslogtreecommitdiff
path: root/test/source/text
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/text')
-rw-r--r--test/source/text/xtext.cxx2
-rw-r--r--test/source/text/xtextcontent.cxx4
-rw-r--r--test/source/text/xtextfield.cxx4
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;