summaryrefslogtreecommitdiff
path: root/sal/textenc
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/textenc
parent89c13dd346fa724ff5e2efe1757b527b49259fa9 (diff)
loplugin:includeform: sal
Change-Id: I539ca8b9dee5edc5fc2282a2b9b0ffd78bad8b11
Diffstat (limited to 'sal/textenc')
-rw-r--r--sal/textenc/context.cxx2
-rw-r--r--sal/textenc/context.hxx2
-rw-r--r--sal/textenc/convertadobe.tab6
-rw-r--r--sal/textenc/convertbig5hkscs.cxx6
-rw-r--r--sal/textenc/convertbig5hkscs.hxx2
-rw-r--r--sal/textenc/convertbig5hkscs.tab6
-rw-r--r--sal/textenc/converter.cxx6
-rw-r--r--sal/textenc/converter.hxx6
-rw-r--r--sal/textenc/converteuctw.cxx6
-rw-r--r--sal/textenc/converteuctw.hxx4
-rw-r--r--sal/textenc/converteuctw.tab6
-rw-r--r--sal/textenc/convertgb18030.cxx6
-rw-r--r--sal/textenc/convertgb18030.hxx4
-rw-r--r--sal/textenc/convertgb18030.tab6
-rw-r--r--sal/textenc/convertisciidevangari.tab6
-rw-r--r--sal/textenc/convertiso2022cn.cxx6
-rw-r--r--sal/textenc/convertiso2022cn.hxx4
-rw-r--r--sal/textenc/convertiso2022cn.tab6
-rw-r--r--sal/textenc/convertiso2022jp.cxx6
-rw-r--r--sal/textenc/convertiso2022jp.hxx4
-rw-r--r--sal/textenc/convertiso2022jp.tab6
-rw-r--r--sal/textenc/convertiso2022kr.cxx6
-rw-r--r--sal/textenc/convertiso2022kr.hxx4
-rw-r--r--sal/textenc/convertiso2022kr.tab6
-rw-r--r--sal/textenc/convertsimple.cxx6
-rw-r--r--sal/textenc/convertsimple.hxx6
-rw-r--r--sal/textenc/convertsinglebytetobmpunicode.cxx6
-rw-r--r--sal/textenc/convertsinglebytetobmpunicode.hxx4
-rw-r--r--sal/textenc/generate/big5hkscs2001.tab2
-rw-r--r--sal/textenc/generate/cns116431992.tab2
-rw-r--r--sal/textenc/generate/gb180302000.tab6
-rw-r--r--sal/textenc/gettextencodingdata.hxx4
-rw-r--r--sal/textenc/handleundefinedunicodetotextchar.cxx6
-rw-r--r--sal/textenc/handleundefinedunicodetotextchar.hxx6
-rw-r--r--sal/textenc/tables.cxx6
-rw-r--r--sal/textenc/tcvtarb1.tab2
-rw-r--r--sal/textenc/tcvtbyte.cxx4
-rw-r--r--sal/textenc/tcvtbyte.hxx4
-rw-r--r--sal/textenc/tcvteas1.tab2
-rw-r--r--sal/textenc/tcvtest1.tab2
-rw-r--r--sal/textenc/tcvtjp6.tab2
-rw-r--r--sal/textenc/tcvtkr6.tab2
-rw-r--r--sal/textenc/tcvtlat1.tab2
-rw-r--r--sal/textenc/tcvtmb.cxx4
-rw-r--r--sal/textenc/tcvtscn6.tab2
-rw-r--r--sal/textenc/tcvtsym1.tab2
-rw-r--r--sal/textenc/tcvttcn6.tab2
-rw-r--r--sal/textenc/tcvtutf7.cxx4
-rw-r--r--sal/textenc/tcvtutf8.cxx6
-rw-r--r--sal/textenc/tcvtutf8.hxx4
-rw-r--r--sal/textenc/tenchelp.hxx10
-rw-r--r--sal/textenc/tencinfo.cxx4
-rw-r--r--sal/textenc/textcvt.cxx6
-rw-r--r--sal/textenc/textenc.cxx18
-rw-r--r--sal/textenc/unichars.cxx4
55 files changed, 131 insertions, 131 deletions
diff --git a/sal/textenc/context.cxx b/sal/textenc/context.cxx
index 9a0fd1f898b5..1b7a2eff8a40 100644
--- a/sal/textenc/context.cxx
+++ b/sal/textenc/context.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include "context.hxx"
diff --git a/sal/textenc/context.hxx b/sal/textenc/context.hxx
index 83b4d1e0b2d9..7c6d96b7eff9 100644
--- a/sal/textenc/context.hxx
+++ b/sal/textenc/context.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SAL_TEXTENC_CONTEXT_HXX
-#include "sal/types.h"
+#include <sal/types.h>
struct ImplUnicodeToTextContext
{
diff --git a/sal/textenc/convertadobe.tab b/sal/textenc/convertadobe.tab
index 568ccd6be44b..1e67a84953b8 100644
--- a/sal/textenc/convertadobe.tab
+++ b/sal/textenc/convertadobe.tab
@@ -16,10 +16,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/tencinfo.h"
-#include "sal/macros.h"
+#include <rtl/tencinfo.h>
+#include <sal/macros.h>
#include "context.hxx"
#include "convertsinglebytetobmpunicode.hxx"
diff --git a/sal/textenc/convertbig5hkscs.cxx b/sal/textenc/convertbig5hkscs.cxx
index b6852b7a0270..eec82b2c495c 100644
--- a/sal/textenc/convertbig5hkscs.cxx
+++ b/sal/textenc/convertbig5hkscs.cxx
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include <cassert>
-#include "rtl/textcvt.h"
-#include "sal/types.h"
+#include <rtl/textcvt.h>
+#include <sal/types.h>
#include "context.hxx"
#include "convertbig5hkscs.hxx"
diff --git a/sal/textenc/convertbig5hkscs.hxx b/sal/textenc/convertbig5hkscs.hxx
index 719bf3b81875..089ac5845c95 100644
--- a/sal/textenc/convertbig5hkscs.hxx
+++ b/sal/textenc/convertbig5hkscs.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SAL_TEXTENC_CONVERTBIG5HKSCS_HXX
#define INCLUDED_SAL_TEXTENC_CONVERTBIG5HKSCS_HXX
-#include "sal/types.h"
+#include <sal/types.h>
#include "tenchelp.hxx"
diff --git a/sal/textenc/convertbig5hkscs.tab b/sal/textenc/convertbig5hkscs.tab
index 88b26cf430d8..78dbeb428558 100644
--- a/sal/textenc/convertbig5hkscs.tab
+++ b/sal/textenc/convertbig5hkscs.tab
@@ -16,10 +16,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/tencinfo.h"
-#include "rtl/textenc.h"
+#include <rtl/tencinfo.h>
+#include <rtl/textenc.h>
#include "context.hxx"
#include "convertbig5hkscs.hxx"
diff --git a/sal/textenc/converter.cxx b/sal/textenc/converter.cxx
index 5aa07163843e..8d23f3081522 100644
--- a/sal/textenc/converter.cxx
+++ b/sal/textenc/converter.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/textcvt.h"
-#include "sal/types.h"
+#include <rtl/textcvt.h>
+#include <sal/types.h>
#include "converter.hxx"
#include "tenchelp.hxx"
diff --git a/sal/textenc/converter.hxx b/sal/textenc/converter.hxx
index 786b8fe89b0b..41b0642370b6 100644
--- a/sal/textenc/converter.hxx
+++ b/sal/textenc/converter.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SAL_TEXTENC_CONVERTER_HXX
#define INCLUDED_SAL_TEXTENC_CONVERTER_HXX
-#include "sal/config.h"
-#include "sal/saldllapi.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sal/saldllapi.h>
+#include <sal/types.h>
// Internal, non-stable ABI
diff --git a/sal/textenc/converteuctw.cxx b/sal/textenc/converteuctw.cxx
index e8c8a442c859..14be7000cc88 100644
--- a/sal/textenc/converteuctw.cxx
+++ b/sal/textenc/converteuctw.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/textcvt.h"
-#include "sal/types.h"
+#include <rtl/textcvt.h>
+#include <sal/types.h>
#include "context.hxx"
#include "converter.hxx"
diff --git a/sal/textenc/converteuctw.hxx b/sal/textenc/converteuctw.hxx
index c15cc0c9f8df..7d2d7294f7e7 100644
--- a/sal/textenc/converteuctw.hxx
+++ b/sal/textenc/converteuctw.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SAL_TEXTENC_CONVERTEUCTW_HXX
#define INCLUDED_SAL_TEXTENC_CONVERTEUCTW_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/types.h"
+#include <sal/types.h>
struct ImplEucTwConverterData
{
diff --git a/sal/textenc/converteuctw.tab b/sal/textenc/converteuctw.tab
index f45b10969efa..ce41377bdc83 100644
--- a/sal/textenc/converteuctw.tab
+++ b/sal/textenc/converteuctw.tab
@@ -16,10 +16,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/tencinfo.h"
-#include "rtl/textenc.h"
+#include <rtl/tencinfo.h>
+#include <rtl/textenc.h>
#include "context.hxx"
#include "converteuctw.hxx"
diff --git a/sal/textenc/convertgb18030.cxx b/sal/textenc/convertgb18030.cxx
index 59f580d4bd9f..28ddd9335bb8 100644
--- a/sal/textenc/convertgb18030.cxx
+++ b/sal/textenc/convertgb18030.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/textcvt.h"
-#include "sal/types.h"
+#include <rtl/textcvt.h>
+#include <sal/types.h>
#include "context.hxx"
#include "converter.hxx"
diff --git a/sal/textenc/convertgb18030.hxx b/sal/textenc/convertgb18030.hxx
index 013092da1b36..680384794eb4 100644
--- a/sal/textenc/convertgb18030.hxx
+++ b/sal/textenc/convertgb18030.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SAL_TEXTENC_CONVERTGB18030_HXX
#define INCLUDED_SAL_TEXTENC_CONVERTGB18030_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/types.h"
+#include <sal/types.h>
struct ImplGb180302000ToUnicodeRange
{
diff --git a/sal/textenc/convertgb18030.tab b/sal/textenc/convertgb18030.tab
index 3cc8a564003c..899fe9e163fd 100644
--- a/sal/textenc/convertgb18030.tab
+++ b/sal/textenc/convertgb18030.tab
@@ -16,10 +16,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/tencinfo.h"
-#include "rtl/textenc.h"
+#include <rtl/tencinfo.h>
+#include <rtl/textenc.h>
#include "context.hxx"
#include "convertgb18030.hxx"
diff --git a/sal/textenc/convertisciidevangari.tab b/sal/textenc/convertisciidevangari.tab
index 80a29e853df8..5e045b6a2547 100644
--- a/sal/textenc/convertisciidevangari.tab
+++ b/sal/textenc/convertisciidevangari.tab
@@ -7,10 +7,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/tencinfo.h"
-#include "rtl/textenc.h"
+#include <rtl/tencinfo.h>
+#include <rtl/textenc.h>
#include "convertisciidevangari.hxx"
diff --git a/sal/textenc/convertiso2022cn.cxx b/sal/textenc/convertiso2022cn.cxx
index a134a4d65d89..5d534fc2fa84 100644
--- a/sal/textenc/convertiso2022cn.cxx
+++ b/sal/textenc/convertiso2022cn.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/textcvt.h"
-#include "sal/types.h"
+#include <rtl/textcvt.h>
+#include <sal/types.h>
#include "converter.hxx"
#include "convertiso2022cn.hxx"
diff --git a/sal/textenc/convertiso2022cn.hxx b/sal/textenc/convertiso2022cn.hxx
index a5a814819adb..e858b9f87271 100644
--- a/sal/textenc/convertiso2022cn.hxx
+++ b/sal/textenc/convertiso2022cn.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SAL_TEXTENC_CONVERTISO2022CN_HXX
#define INCLUDED_SAL_TEXTENC_CONVERTISO2022CN_HXX
-#include "sal/config.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sal/types.h>
#include "tenchelp.hxx"
struct ImplIso2022CnConverterData
diff --git a/sal/textenc/convertiso2022cn.tab b/sal/textenc/convertiso2022cn.tab
index ed8917ebf565..c0625792a8f7 100644
--- a/sal/textenc/convertiso2022cn.tab
+++ b/sal/textenc/convertiso2022cn.tab
@@ -16,10 +16,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/tencinfo.h"
-#include "rtl/textenc.h"
+#include <rtl/tencinfo.h>
+#include <rtl/textenc.h>
#include "convertiso2022cn.hxx"
#include "tenchelp.hxx"
diff --git a/sal/textenc/convertiso2022jp.cxx b/sal/textenc/convertiso2022jp.cxx
index 7a7e6b675add..d455f7cfb896 100644
--- a/sal/textenc/convertiso2022jp.cxx
+++ b/sal/textenc/convertiso2022jp.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/textcvt.h"
-#include "sal/types.h"
+#include <rtl/textcvt.h>
+#include <sal/types.h>
#include "converter.hxx"
#include "convertiso2022jp.hxx"
diff --git a/sal/textenc/convertiso2022jp.hxx b/sal/textenc/convertiso2022jp.hxx
index 48f061a5967c..fea57bc96f84 100644
--- a/sal/textenc/convertiso2022jp.hxx
+++ b/sal/textenc/convertiso2022jp.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SAL_TEXTENC_CONVERTISO2022JP_HXX
#define INCLUDED_SAL_TEXTENC_CONVERTISO2022JP_HXX
-#include "sal/config.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sal/types.h>
#include "tenchelp.hxx"
struct ImplIso2022JpConverterData
diff --git a/sal/textenc/convertiso2022jp.tab b/sal/textenc/convertiso2022jp.tab
index 79aa251103a5..743d34782ce5 100644
--- a/sal/textenc/convertiso2022jp.tab
+++ b/sal/textenc/convertiso2022jp.tab
@@ -16,10 +16,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/tencinfo.h"
-#include "rtl/textenc.h"
+#include <rtl/tencinfo.h>
+#include <rtl/textenc.h>
#include "convertiso2022jp.hxx"
#include "tenchelp.hxx"
diff --git a/sal/textenc/convertiso2022kr.cxx b/sal/textenc/convertiso2022kr.cxx
index 41487c5ec994..4daef323b40e 100644
--- a/sal/textenc/convertiso2022kr.cxx
+++ b/sal/textenc/convertiso2022kr.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/textcvt.h"
-#include "sal/types.h"
+#include <rtl/textcvt.h>
+#include <sal/types.h>
#include "converter.hxx"
#include "convertiso2022kr.hxx"
diff --git a/sal/textenc/convertiso2022kr.hxx b/sal/textenc/convertiso2022kr.hxx
index f58d36574865..3e153d5b8d48 100644
--- a/sal/textenc/convertiso2022kr.hxx
+++ b/sal/textenc/convertiso2022kr.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SAL_TEXTENC_CONVERTISO2022KR_HXX
#define INCLUDED_SAL_TEXTENC_CONVERTISO2022KR_HXX
-#include "sal/config.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sal/types.h>
#include "tenchelp.hxx"
struct ImplIso2022KrConverterData
diff --git a/sal/textenc/convertiso2022kr.tab b/sal/textenc/convertiso2022kr.tab
index ba4da49727ee..fce869caee12 100644
--- a/sal/textenc/convertiso2022kr.tab
+++ b/sal/textenc/convertiso2022kr.tab
@@ -16,10 +16,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/tencinfo.h"
-#include "rtl/textenc.h"
+#include <rtl/tencinfo.h>
+#include <rtl/textenc.h>
#include "convertiso2022kr.hxx"
#include "tenchelp.hxx"
diff --git a/sal/textenc/convertsimple.cxx b/sal/textenc/convertsimple.cxx
index 09124d148b6a..d4d23c82e6af 100644
--- a/sal/textenc/convertsimple.cxx
+++ b/sal/textenc/convertsimple.cxx
@@ -7,10 +7,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/textcvt.h"
-#include "sal/types.h"
+#include <rtl/textcvt.h>
+#include <sal/types.h>
#include "convertsimple.hxx"
#include "handleundefinedunicodetotextchar.hxx"
diff --git a/sal/textenc/convertsimple.hxx b/sal/textenc/convertsimple.hxx
index 5fd1b9b902a0..b6b3d0625eb3 100644
--- a/sal/textenc/convertsimple.hxx
+++ b/sal/textenc/convertsimple.hxx
@@ -10,10 +10,10 @@
#ifndef INCLUDED_SAL_TEXTENC_CONVERTSIMPLE_HXX
#define INCLUDED_SAL_TEXTENC_CONVERTSIMPLE_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/saldllapi.h"
-#include "sal/types.h"
+#include <sal/saldllapi.h>
+#include <sal/types.h>
// Internal, non-stable ABI
diff --git a/sal/textenc/convertsinglebytetobmpunicode.cxx b/sal/textenc/convertsinglebytetobmpunicode.cxx
index e8653531ed41..3458668a1f57 100644
--- a/sal/textenc/convertsinglebytetobmpunicode.cxx
+++ b/sal/textenc/convertsinglebytetobmpunicode.cxx
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include <cstddef>
-#include "rtl/textcvt.h"
-#include "sal/types.h"
+#include <rtl/textcvt.h>
+#include <sal/types.h>
#include "context.hxx"
#include "converter.hxx"
diff --git a/sal/textenc/convertsinglebytetobmpunicode.hxx b/sal/textenc/convertsinglebytetobmpunicode.hxx
index 8f3c8d6dcd38..2a22ce82026b 100644
--- a/sal/textenc/convertsinglebytetobmpunicode.hxx
+++ b/sal/textenc/convertsinglebytetobmpunicode.hxx
@@ -20,11 +20,11 @@
#ifndef INCLUDED_SAL_TEXTENC_CONVERTSINGLEBYTETOBMPUNICODE_HXX
#define INCLUDED_SAL_TEXTENC_CONVERTSINGLEBYTETOBMPUNICODE_HXX
-#include "sal/config.h"
+#include <sal/config.h>
#include <cstddef>
-#include "sal/types.h"
+#include <sal/types.h>
/// @HTML
diff --git a/sal/textenc/generate/big5hkscs2001.tab b/sal/textenc/generate/big5hkscs2001.tab
index 8eeff4d36b47..dddd1d5d57a0 100644
--- a/sal/textenc/generate/big5hkscs2001.tab
+++ b/sal/textenc/generate/big5hkscs2001.tab
@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/types.h"
+#include <sal/types.h>
static sal_uInt16 const aImplBig5Hkscs2001ToUnicodeData[] = {
/* row 0: --- */
diff --git a/sal/textenc/generate/cns116431992.tab b/sal/textenc/generate/cns116431992.tab
index 33d6c2669fbc..801badfa3cdf 100644
--- a/sal/textenc/generate/cns116431992.tab
+++ b/sal/textenc/generate/cns116431992.tab
@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/types.h"
+#include <sal/types.h>
static sal_uInt16 const aImplCns116431992ToUnicodeData[] = {
/* plane 1, row 1 */
diff --git a/sal/textenc/generate/gb180302000.tab b/sal/textenc/generate/gb180302000.tab
index 23faf3e63c74..d932a4e7bd7c 100644
--- a/sal/textenc/generate/gb180302000.tab
+++ b/sal/textenc/generate/gb180302000.tab
@@ -16,11 +16,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/types.h"
+#include <sal/types.h>
-#include "convertgb18030.hxx"
+#include <convertgb18030.hxx>
static sal_Unicode const aImplGb180302000ToUnicodeData[] = {
0x4E02,0x4E04,0x4E05,0x4E06,0x4E0F,0x4E12,0x4E17,0x4E1F,
diff --git a/sal/textenc/gettextencodingdata.hxx b/sal/textenc/gettextencodingdata.hxx
index 125c13468def..22bd9c2fed75 100644
--- a/sal/textenc/gettextencodingdata.hxx
+++ b/sal/textenc/gettextencodingdata.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SAL_TEXTENC_GETTEXTENCODINGDATA_HXX
#define INCLUDED_SAL_TEXTENC_GETTEXTENCODINGDATA_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/textenc.h"
+#include <rtl/textenc.h>
#include "tenchelp.hxx"
diff --git a/sal/textenc/handleundefinedunicodetotextchar.cxx b/sal/textenc/handleundefinedunicodetotextchar.cxx
index 2f6640b0ad51..007e342b485e 100644
--- a/sal/textenc/handleundefinedunicodetotextchar.cxx
+++ b/sal/textenc/handleundefinedunicodetotextchar.cxx
@@ -7,10 +7,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/textcvt.h"
-#include "sal/types.h"
+#include <rtl/textcvt.h>
+#include <sal/types.h>
#include "handleundefinedunicodetotextchar.hxx"
#include "tenchelp.hxx"
diff --git a/sal/textenc/handleundefinedunicodetotextchar.hxx b/sal/textenc/handleundefinedunicodetotextchar.hxx
index 9d0982c62671..b7121c598bb5 100644
--- a/sal/textenc/handleundefinedunicodetotextchar.hxx
+++ b/sal/textenc/handleundefinedunicodetotextchar.hxx
@@ -10,10 +10,10 @@
#ifndef INCLUDED_SAL_TEXTENC_HANDLEUNDEFINEDUNICODETOTEXTCHAR_HXX
#define INCLUDED_SAL_TEXTENC_HANDLEUNDEFINEDUNICODETOTEXTCHAR_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/saldllapi.h"
-#include "sal/types.h"
+#include <sal/saldllapi.h>
+#include <sal/types.h>
// Internal, non-stable ABI
diff --git a/sal/textenc/tables.cxx b/sal/textenc/tables.cxx
index f5f6ce37bef1..d39243d70258 100644
--- a/sal/textenc/tables.cxx
+++ b/sal/textenc/tables.cxx
@@ -19,13 +19,13 @@
#include <config_locales.h>
-#include "sal/config.h"
+#include <sal/config.h>
#include <cassert>
#include <cstddef>
-#include "rtl/textenc.h"
-#include "sal/types.h"
+#include <rtl/textenc.h>
+#include <sal/types.h>
#define NOTABUNI_START 0xFF
#define NOTABUNI_END 0x00
diff --git a/sal/textenc/tcvtarb1.tab b/sal/textenc/tcvtarb1.tab
index ee06e05606ba..86af2ae83ce6 100644
--- a/sal/textenc/tcvtarb1.tab
+++ b/sal/textenc/tcvtarb1.tab
@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include "convertsimple.hxx"
#include "tenchelp.hxx"
diff --git a/sal/textenc/tcvtbyte.cxx b/sal/textenc/tcvtbyte.cxx
index 1b976217cf01..aa6664a40494 100644
--- a/sal/textenc/tcvtbyte.cxx
+++ b/sal/textenc/tcvtbyte.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/textcvt.h"
+#include <rtl/textcvt.h>
#include "handleundefinedunicodetotextchar.hxx"
#include "tcvtbyte.hxx"
diff --git a/sal/textenc/tcvtbyte.hxx b/sal/textenc/tcvtbyte.hxx
index 9e9d7a517e1f..04df860cdf92 100644
--- a/sal/textenc/tcvtbyte.hxx
+++ b/sal/textenc/tcvtbyte.hxx
@@ -10,9 +10,9 @@
#ifndef INCLUDED_SAL_TEXTENC_TCVTBYTE_HXX
#define INCLUDED_SAL_TEXTENC_TCVTBYTE_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/types.h"
+#include <sal/types.h>
sal_Size ImplSymbolToUnicode(
void const * pData, void * pContext, char const * pSrcBuf,
diff --git a/sal/textenc/tcvteas1.tab b/sal/textenc/tcvteas1.tab
index ec6c346b1848..fd4ca1b2ada4 100644
--- a/sal/textenc/tcvteas1.tab
+++ b/sal/textenc/tcvteas1.tab
@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include "convertsimple.hxx"
#include "tenchelp.hxx"
diff --git a/sal/textenc/tcvtest1.tab b/sal/textenc/tcvtest1.tab
index bb62ed716c7c..05791fe942ed 100644
--- a/sal/textenc/tcvtest1.tab
+++ b/sal/textenc/tcvtest1.tab
@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include "convertsimple.hxx"
#include "tenchelp.hxx"
diff --git a/sal/textenc/tcvtjp6.tab b/sal/textenc/tcvtjp6.tab
index f646d107b996..95adcad11a56 100644
--- a/sal/textenc/tcvtjp6.tab
+++ b/sal/textenc/tcvtjp6.tab
@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include "convertsimple.hxx"
#include "tenchelp.hxx"
diff --git a/sal/textenc/tcvtkr6.tab b/sal/textenc/tcvtkr6.tab
index fab6c6131a5f..6c83292b50c4 100644
--- a/sal/textenc/tcvtkr6.tab
+++ b/sal/textenc/tcvtkr6.tab
@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include "tenchelp.hxx"
diff --git a/sal/textenc/tcvtlat1.tab b/sal/textenc/tcvtlat1.tab
index 4fa56e56ab00..47d6deda5691 100644
--- a/sal/textenc/tcvtlat1.tab
+++ b/sal/textenc/tcvtlat1.tab
@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include "convertsimple.hxx"
#include "tcvtbyte.hxx"
diff --git a/sal/textenc/tcvtmb.cxx b/sal/textenc/tcvtmb.cxx
index 902269d72ece..7446fbfec562 100644
--- a/sal/textenc/tcvtmb.cxx
+++ b/sal/textenc/tcvtmb.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/textcvt.h"
+#include <rtl/textcvt.h>
#include "handleundefinedunicodetotextchar.hxx"
#include "tenchelp.hxx"
diff --git a/sal/textenc/tcvtscn6.tab b/sal/textenc/tcvtscn6.tab
index f0a45ae1ebf3..3bcdd45f4dc0 100644
--- a/sal/textenc/tcvtscn6.tab
+++ b/sal/textenc/tcvtscn6.tab
@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include "tenchelp.hxx"
diff --git a/sal/textenc/tcvtsym1.tab b/sal/textenc/tcvtsym1.tab
index 4ddd89d74fbd..a63f7230b88e 100644
--- a/sal/textenc/tcvtsym1.tab
+++ b/sal/textenc/tcvtsym1.tab
@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include "tcvtbyte.hxx"
diff --git a/sal/textenc/tcvttcn6.tab b/sal/textenc/tcvttcn6.tab
index 0dc969ab06a4..688399e3efb2 100644
--- a/sal/textenc/tcvttcn6.tab
+++ b/sal/textenc/tcvttcn6.tab
@@ -16,7 +16,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include "tenchelp.hxx"
diff --git a/sal/textenc/tcvtutf7.cxx b/sal/textenc/tcvtutf7.cxx
index c7279875fb54..e6b85f2b2c89 100644
--- a/sal/textenc/tcvtutf7.cxx
+++ b/sal/textenc/tcvtutf7.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/textcvt.h"
+#include <rtl/textcvt.h>
#include "tenchelp.hxx"
#include "unichars.hxx"
diff --git a/sal/textenc/tcvtutf8.cxx b/sal/textenc/tcvtutf8.cxx
index f5ed9dfb995c..0f0ac6fbbdf1 100644
--- a/sal/textenc/tcvtutf8.cxx
+++ b/sal/textenc/tcvtutf8.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/types.h"
-#include "rtl/textcvt.h"
+#include <sal/types.h>
+#include <rtl/textcvt.h>
#include "converter.hxx"
#include "tcvtutf8.hxx"
diff --git a/sal/textenc/tcvtutf8.hxx b/sal/textenc/tcvtutf8.hxx
index f4cc31595678..a64d500448ae 100644
--- a/sal/textenc/tcvtutf8.hxx
+++ b/sal/textenc/tcvtutf8.hxx
@@ -10,9 +10,9 @@
#ifndef INCLUDED_SAL_TEXTENC_TCVTUTF8_HXX
#define INCLUDED_SAL_TEXTENC_TCVTUTF8_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "sal/types.h"
+#include <sal/types.h>
void * ImplCreateUtf8ToUnicodeContext();
diff --git a/sal/textenc/tenchelp.hxx b/sal/textenc/tenchelp.hxx
index 410fca891c71..901156730da5 100644
--- a/sal/textenc/tenchelp.hxx
+++ b/sal/textenc/tenchelp.hxx
@@ -20,12 +20,12 @@
#ifndef INCLUDED_SAL_TEXTENC_TENCHELP_HXX
#define INCLUDED_SAL_TEXTENC_TENCHELP_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "rtl/tencinfo.h"
-#include "rtl/textcvt.h"
-#include "rtl/textenc.h"
-#include "sal/types.h"
+#include <rtl/tencinfo.h>
+#include <rtl/textcvt.h>
+#include <rtl/textenc.h>
+#include <sal/types.h>
#include "unichars.hxx"
diff --git a/sal/textenc/tencinfo.cxx b/sal/textenc/tencinfo.cxx
index 94a0cdb1e270..1e285652e080 100644
--- a/sal/textenc/tencinfo.cxx
+++ b/sal/textenc/tencinfo.cxx
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include <cstddef>
#include <cstring>
-#include "rtl/tencinfo.h"
+#include <rtl/tencinfo.h>
#include "gettextencodingdata.hxx"
#include "tenchelp.hxx"
diff --git a/sal/textenc/textcvt.cxx b/sal/textenc/textcvt.cxx
index 1c5ec838b57c..76f0f826f89b 100644
--- a/sal/textenc/textcvt.cxx
+++ b/sal/textenc/textcvt.cxx
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
+#include <sal/config.h>
#include <cassert>
-#include "rtl/textcvt.h"
-#include "sal/log.hxx"
+#include <rtl/textcvt.h>
+#include <sal/log.hxx>
#include "gettextencodingdata.hxx"
#include "tenchelp.hxx"
diff --git a/sal/textenc/textenc.cxx b/sal/textenc/textenc.cxx
index d78302121334..322a7c2b672e 100644
--- a/sal/textenc/textenc.cxx
+++ b/sal/textenc/textenc.cxx
@@ -21,19 +21,19 @@
implementation of rtl/textenc.h. Rather, it should be called
gettextencodingdata.c. */
-#include "sal/config.h"
+#include <sal/config.h>
#include <cstddef>
#include <cstdlib>
-#include "osl/module.hxx"
-#include "rtl/instance.hxx"
-#include "rtl/textenc.h"
-#include "rtl/ustring.h"
-#include "rtl/ustring.hxx"
-#include "sal/log.hxx"
-#include "sal/macros.h"
-#include "sal/types.h"
+#include <osl/module.hxx>
+#include <rtl/instance.hxx>
+#include <rtl/textenc.h>
+#include <rtl/ustring.h>
+#include <rtl/ustring.hxx>
+#include <sal/log.hxx>
+#include <sal/macros.h>
+#include <sal/types.h>
#include "convertsimple.hxx"
#include "gettextencodingdata.hxx"
diff --git a/sal/textenc/unichars.cxx b/sal/textenc/unichars.cxx
index f984cf1f4f72..ed1f9be22fce 100644
--- a/sal/textenc/unichars.cxx
+++ b/sal/textenc/unichars.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sal/config.h"
-#include "sal/types.h"
+#include <sal/config.h>
+#include <sal/types.h>
#include "unichars.hxx"
bool ImplIsControlOrFormat(sal_uInt32 nUtf32)