summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/oustringbuffer
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:34:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:58 +0200
commitc30f3ea3dd294210058c781145d6fdd320c975b4 (patch)
treef112dbde11b5fc3015c8159807361d0c0b884f88 /sal/qa/rtl/oustringbuffer
parent89c13dd346fa724ff5e2efe1757b527b49259fa9 (diff)
loplugin:includeform: sal
Change-Id: I539ca8b9dee5edc5fc2282a2b9b0ffd78bad8b11
Diffstat (limited to 'sal/qa/rtl/oustringbuffer')
-rw-r--r--sal/qa/rtl/oustringbuffer/test_oustringbuffer_appendchar.cxx2
-rw-r--r--sal/qa/rtl/oustringbuffer/test_oustringbuffer_tostring.cxx4
-rw-r--r--sal/qa/rtl/oustringbuffer/test_oustringbuffer_utf32.cxx8
3 files changed, 7 insertions, 7 deletions
diff --git a/sal/qa/rtl/oustringbuffer/test_oustringbuffer_appendchar.cxx b/sal/qa/rtl/oustringbuffer/test_oustringbuffer_appendchar.cxx
index 6fca739125b0..b51bfb9a1132 100644
--- a/sal/qa/rtl/oustringbuffer/test_oustringbuffer_appendchar.cxx
+++ b/sal/qa/rtl/oustringbuffer/test_oustringbuffer_appendchar.cxx
@@ -11,7 +11,7 @@
#include <cppunit/TestFixture.h>
#include <cppunit/TestAssert.h>
#include <cppunit/extensions/HelperMacros.h>
-#include "rtl/ustrbuf.hxx"
+#include <rtl/ustrbuf.hxx>
namespace test { namespace oustringbuffer {
diff --git a/sal/qa/rtl/oustringbuffer/test_oustringbuffer_tostring.cxx b/sal/qa/rtl/oustringbuffer/test_oustringbuffer_tostring.cxx
index 7cc5c8fbb8cd..3601bd4c47ab 100644
--- a/sal/qa/rtl/oustringbuffer/test_oustringbuffer_tostring.cxx
+++ b/sal/qa/rtl/oustringbuffer/test_oustringbuffer_tostring.cxx
@@ -21,8 +21,8 @@
#include <cppunit/TestFixture.h>
#include <cppunit/TestAssert.h>
#include <cppunit/extensions/HelperMacros.h>
-#include "rtl/ustrbuf.hxx"
-#include "rtl/ustring.hxx"
+#include <rtl/ustrbuf.hxx>
+#include <rtl/ustring.hxx>
namespace test { namespace oustringbuffer {
diff --git a/sal/qa/rtl/oustringbuffer/test_oustringbuffer_utf32.cxx b/sal/qa/rtl/oustringbuffer/test_oustringbuffer_utf32.cxx
index e71614641ce0..9dfcf0de8332 100644
--- a/sal/qa/rtl/oustringbuffer/test_oustringbuffer_utf32.cxx
+++ b/sal/qa/rtl/oustringbuffer/test_oustringbuffer_utf32.cxx
@@ -21,10 +21,10 @@
#include <cppunit/TestFixture.h>
#include <cppunit/TestAssert.h>
#include <cppunit/extensions/HelperMacros.h>
-#include "rtl/strbuf.hxx"
-#include "rtl/ustrbuf.hxx"
-#include "rtl/ustring.h"
-#include "rtl/ustring.hxx"
+#include <rtl/strbuf.hxx>
+#include <rtl/ustrbuf.hxx>
+#include <rtl/ustring.h>
+#include <rtl/ustring.hxx>
namespace test { namespace oustringbuffer {