diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:34:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:58 +0200 |
commit | c30f3ea3dd294210058c781145d6fdd320c975b4 (patch) | |
tree | f112dbde11b5fc3015c8159807361d0c0b884f88 /sal | |
parent | 89c13dd346fa724ff5e2efe1757b527b49259fa9 (diff) |
loplugin:includeform: sal
Change-Id: I539ca8b9dee5edc5fc2282a2b9b0ffd78bad8b11
Diffstat (limited to 'sal')
122 files changed, 371 insertions, 371 deletions
diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx index 79697bade9dc..7d61bd399fbd 100644 --- a/sal/cppunittester/cppunittester.cxx +++ b/sal/cppunittester/cppunittester.cxx @@ -33,28 +33,28 @@ #include <iostream> #include <string> #include <sal/types.h> -#include "cppunittester/protectorfactory.hxx" -#include "osl/module.h" -#include "osl/module.hxx" -#include "osl/thread.h" -#include "rtl/character.hxx" -#include "rtl/process.h" -#include "rtl/string.h" -#include "rtl/string.hxx" -#include "rtl/textcvt.h" -#include "rtl/ustring.hxx" -#include "sal/main.h" - -#include "cppunit/CompilerOutputter.h" -#include "cppunit/Exception.h" -#include "cppunit/TestFailure.h" -#include "cppunit/TestResult.h" -#include "cppunit/TestResultCollector.h" -#include "cppunit/TestRunner.h" -#include "cppunit/extensions/TestFactoryRegistry.h" -#include "cppunit/plugin/PlugInManager.h" -#include "cppunit/plugin/DynamicLibraryManagerException.h" -#include "cppunit/portability/Stream.h" +#include <cppunittester/protectorfactory.hxx> +#include <osl/module.h> +#include <osl/module.hxx> +#include <osl/thread.h> +#include <rtl/character.hxx> +#include <rtl/process.h> +#include <rtl/string.h> +#include <rtl/string.hxx> +#include <rtl/textcvt.h> +#include <rtl/ustring.hxx> +#include <sal/main.h> + +#include <cppunit/CompilerOutputter.h> +#include <cppunit/Exception.h> +#include <cppunit/TestFailure.h> +#include <cppunit/TestResult.h> +#include <cppunit/TestResultCollector.h> +#include <cppunit/TestRunner.h> +#include <cppunit/extensions/TestFactoryRegistry.h> +#include <cppunit/plugin/PlugInManager.h> +#include <cppunit/plugin/DynamicLibraryManagerException.h> +#include <cppunit/portability/Stream.h> #include <memory> #include <boost/algorithm/string.hpp> diff --git a/sal/osl/all/debugbase.cxx b/sal/osl/all/debugbase.cxx index c82dde90a495..3c2f6c67b1e7 100644 --- a/sal/osl/all/debugbase.cxx +++ b/sal/osl/all/debugbase.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "rtl/strbuf.hxx" -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" -#include "osl/process.h" -#include "osl/diagnose.hxx" -#include "sal/log.hxx" +#include <rtl/strbuf.hxx> +#include <rtl/string.hxx> +#include <rtl/ustring.hxx> +#include <osl/process.h> +#include <osl/diagnose.hxx> +#include <sal/log.hxx> #include <algorithm> #include <vector> diff --git a/sal/osl/all/loadmodulerelative.cxx b/sal/osl/all/loadmodulerelative.cxx index e99669696bcc..30c7d600674d 100644 --- a/sal/osl/all/loadmodulerelative.cxx +++ b/sal/osl/all/loadmodulerelative.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cstddef> -#include "sal/log.hxx" -#include "osl/module.h" -#include "osl/module.hxx" -#include "rtl/malformeduriexception.hxx" -#include "rtl/uri.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <sal/log.hxx> +#include <osl/module.h> +#include <osl/module.hxx> +#include <rtl/malformeduriexception.hxx> +#include <rtl/uri.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> extern "C" { diff --git a/sal/osl/all/log.cxx b/sal/osl/all/log.cxx index 1f0138f1266d..636429c6992e 100644 --- a/sal/osl/all/log.cxx +++ b/sal/osl/all/log.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> #include <cstdarg> @@ -21,13 +21,13 @@ #include <string.h> #include <fstream> -#include "osl/thread.hxx" -#include "rtl/string.h" -#include "sal/detail/log.h" -#include "sal/log.hxx" -#include "sal/types.h" -#include "backtraceasstring.hxx" -#include "salusesyslog.hxx" +#include <osl/thread.hxx> +#include <rtl/string.h> +#include <sal/detail/log.h> +#include <sal/log.hxx> +#include <sal/types.h> +#include <backtraceasstring.hxx> +#include <salusesyslog.hxx> #if defined ANDROID #include <android/log.h> diff --git a/sal/osl/unx/backtrace.c b/sal/osl/unx/backtrace.c index 1d9a58b3350c..f70031d0b4a9 100644 --- a/sal/osl/unx/backtrace.c +++ b/sal/osl/unx/backtrace.c @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/types.h" +#include <sal/types.h> #ifdef __sun diff --git a/sal/osl/unx/backtraceapi.cxx b/sal/osl/unx/backtraceapi.cxx index 4216bf2cd07d..9edeef9fd7d9 100644 --- a/sal/osl/unx/backtraceapi.cxx +++ b/sal/osl/unx/backtraceapi.cxx @@ -21,7 +21,7 @@ #include <sal/backtrace.hxx> #include "backtrace.h" -#include "backtraceasstring.hxx" +#include <backtraceasstring.hxx> namespace { diff --git a/sal/osl/unx/conditn.cxx b/sal/osl/unx/conditn.cxx index 64a1ea3ae0e7..45f1c0e600a2 100644 --- a/sal/osl/unx/conditn.cxx +++ b/sal/osl/unx/conditn.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 <assert.h> diff --git a/sal/osl/unx/createfilehandlefromfd.hxx b/sal/osl/unx/createfilehandlefromfd.hxx index b5a4e7666ba1..415fda061978 100644 --- a/sal/osl/unx/createfilehandlefromfd.hxx +++ b/sal/osl/unx/createfilehandlefromfd.hxx @@ -10,9 +10,9 @@ #ifndef INCLUDED_SAL_OSL_UNX_CREATEFILEHANDLEFROMFD_HXX #define INCLUDED_SAL_OSL_UNX_CREATEFILEHANDLEFROMFD_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "osl/file.h" +#include <osl/file.h> namespace osl { namespace detail { diff --git a/sal/osl/unx/file_impl.hxx b/sal/osl/unx/file_impl.hxx index e1ed0affc8f2..f0718e236f6f 100644 --- a/sal/osl/unx/file_impl.hxx +++ b/sal/osl/unx/file_impl.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SAL_OSL_UNX_FILE_IMPL_HXX #define INCLUDED_SAL_OSL_UNX_FILE_IMPL_HXX -#include "osl/file.h" +#include <osl/file.h> #include <stddef.h> #include <sys/types.h> diff --git a/sal/osl/unx/file_misc.cxx b/sal/osl/unx/file_misc.cxx index 5f2bd76f114b..8cb00fcc5a1d 100644 --- a/sal/osl/unx/file_misc.cxx +++ b/sal/osl/unx/file_misc.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "osl/file.hxx" -#include "osl/detail/file.h" +#include <osl/file.hxx> +#include <osl/detail/file.h> -#include "osl/diagnose.h" -#include "osl/thread.h" +#include <osl/diagnose.h> +#include <osl/thread.h> #include <osl/signal.h> -#include "rtl/alloc.h" +#include <rtl/alloc.h> #include <rtl/string.hxx> #include "system.hxx" diff --git a/sal/osl/unx/file_stat.cxx b/sal/osl/unx/file_stat.cxx index ec1ebe45849a..3ea74e80918c 100644 --- a/sal/osl/unx/file_stat.cxx +++ b/sal/osl/unx/file_stat.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "osl/file.h" +#include <osl/file.h> #include "system.hxx" #include <sys/types.h> diff --git a/sal/osl/unx/file_url.cxx b/sal/osl/unx/file_url.cxx index 4e8c7f445da6..2041c984ec02 100644 --- a/sal/osl/unx/file_url.cxx +++ b/sal/osl/unx/file_url.cxx @@ -28,7 +28,7 @@ #include <strings.h> #include <unistd.h> -#include "osl/file.hxx" +#include <osl/file.hxx> #include <osl/security.hxx> #include <osl/diagnose.h> #include <osl/thread.h> @@ -39,7 +39,7 @@ #include <rtl/uri.hxx> #include <rtl/ustring.hxx> #include <rtl/ustrbuf.h> -#include "rtl/textcvt.h" +#include <rtl/textcvt.h> #include <sal/log.hxx> #include "file_error_transl.hxx" diff --git a/sal/osl/unx/file_url.hxx b/sal/osl/unx/file_url.hxx index eceaabd4c651..7185ada4feb3 100644 --- a/sal/osl/unx/file_url.hxx +++ b/sal/osl/unx/file_url.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SAL_OSL_UNX_FILE_URL_HXX #define INCLUDED_SAL_OSL_UNX_FILE_URL_HXX -#include "osl/file.h" +#include <osl/file.h> namespace rtl { class OUString; } diff --git a/sal/osl/unx/file_volume.cxx b/sal/osl/unx/file_volume.cxx index 3388019bd8d2..5a69039e0a18 100644 --- a/sal/osl/unx/file_volume.cxx +++ b/sal/osl/unx/file_volume.cxx @@ -19,11 +19,11 @@ #include <sal/config.h> -#include "osl/file.h" +#include <osl/file.h> -#include "osl/diagnose.h" -#include "osl/thread.h" -#include "rtl/alloc.h" +#include <osl/diagnose.h> +#include <osl/thread.h> +#include <rtl/alloc.h> #include "file_error_transl.hxx" #include "file_url.hxx" diff --git a/sal/osl/unx/module.cxx b/sal/osl/unx/module.cxx index 207b0379a924..9d3f23a95242 100644 --- a/sal/osl/unx/module.cxx +++ b/sal/osl/unx/module.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 <sal/log.hxx> #include <sal/types.h> diff --git a/sal/osl/unx/process.cxx b/sal/osl/unx/process.cxx index 96829d71a96c..8f5578567d37 100644 --- a/sal/osl/unx/process.cxx +++ b/sal/osl/unx/process.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" -#include "rtl/ustring.hxx" +#include <sal/config.h> +#include <rtl/ustring.hxx> #include <cassert> diff --git a/sal/osl/unx/process_impl.cxx b/sal/osl/unx/process_impl.cxx index e7cc240a01c2..494972b282fd 100644 --- a/sal/osl/unx/process_impl.cxx +++ b/sal/osl/unx/process_impl.cxx @@ -17,20 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "osl/process.h" +#include <osl/process.h> #include <limits.h> #include <pthread.h> #include <stdlib.h> #include <string.h> -#include "osl/diagnose.h" -#include "osl/file.h" -#include "osl/module.h" -#include "osl/thread.h" -#include "rtl/ustring.hxx" -#include "rtl/strbuf.h" -#include "sal/log.hxx" +#include <osl/diagnose.h> +#include <osl/file.h> +#include <osl/module.h> +#include <osl/thread.h> +#include <rtl/ustring.hxx> +#include <rtl/strbuf.h> +#include <sal/log.hxx> #include "file_path_helper.hxx" diff --git a/sal/osl/unx/random.cxx b/sal/osl/unx/random.cxx index 6f7d4a8adfb8..5904e7d575b3 100644 --- a/sal/osl/unx/random.cxx +++ b/sal/osl/unx/random.cxx @@ -8,7 +8,7 @@ */ #include "system.hxx" -#include "oslrandom.h" +#include <oslrandom.h> #include <assert.h> diff --git a/sal/osl/unx/readwrite_helper.cxx b/sal/osl/unx/readwrite_helper.cxx index 68caa176690d..c661eacd013f 100644 --- a/sal/osl/unx/readwrite_helper.cxx +++ b/sal/osl/unx/readwrite_helper.cxx @@ -10,7 +10,7 @@ #include "readwrite_helper.hxx" #include <osl/diagnose.h> -#include <system.hxx> +#include "system.hxx" bool safeWrite(int fd, void* data, sal_uInt32 dataSize) { diff --git a/sal/osl/unx/salinit.cxx b/sal/osl/unx/salinit.cxx index b8e6555d81e3..cfc612b8b77c 100644 --- a/sal/osl/unx/salinit.cxx +++ b/sal/osl/unx/salinit.cxx @@ -19,7 +19,7 @@ #include <config_features.h> -#include "sal/config.h" +#include <sal/config.h> #if defined MACOSX #include <cassert> @@ -28,11 +28,11 @@ #include <sys/stat.h> #endif -#include "osl/process.h" -#include "sal/main.h" -#include "sal/types.h" +#include <osl/process.h> +#include <sal/main.h> +#include <sal/types.h> -#include <saltime.hxx> +#include "saltime.hxx" #include <salusesyslog.hxx> #if HAVE_SYSLOG_H diff --git a/sal/osl/unx/security.cxx b/sal/osl/unx/security.cxx index dafa69fae663..9370fe608cf9 100644 --- a/sal/osl/unx/security.cxx +++ b/sal/osl/unx/security.cxx @@ -34,8 +34,8 @@ #include <rtl/bootstrap.h> #include <sal/log.hxx> -#include "osl/thread.h" -#include "osl/file.h" +#include <osl/thread.h> +#include <osl/file.h> #if defined LINUX || defined __sun #include <crypt.h> diff --git a/sal/qa/ByteSequence/ByteSequence.cxx b/sal/qa/ByteSequence/ByteSequence.cxx index 603bc5835ae7..f5541a0f3efe 100644 --- a/sal/qa/ByteSequence/ByteSequence.cxx +++ b/sal/qa/ByteSequence/ByteSequence.cxx @@ -18,11 +18,11 @@ */ #include <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" -#include "rtl/byteseq.hxx" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> +#include <rtl/byteseq.hxx> namespace { diff --git a/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx b/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx index fdaf8f9349ca..b4aa4e3c053a 100644 --- a/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx +++ b/sal/qa/OStringBuffer/rtl_OStringBuffer.cxx @@ -19,13 +19,13 @@ #include <sal/types.h> #include <rtl/string.hxx> -#include <rtl_String_Const.h> +#include "rtl_String_Const.h" #include <rtl/strbuf.hxx> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> #include <string.h> using ::rtl::OStringBuffer; diff --git a/sal/qa/osl/condition/osl_Condition.cxx b/sal/qa/osl/condition/osl_Condition.cxx index 51fbe70e7d7e..b1203e9787d7 100644 --- a/sal/qa/osl/condition/osl_Condition.cxx +++ b/sal/qa/osl/condition/osl_Condition.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <osl_Condition_Const.h> +#include "osl_Condition_Const.h" #include <stdlib.h> using namespace osl; diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx index d3aaf7e2fdef..0df251294497 100644 --- a/sal/qa/osl/file/osl_File.cxx +++ b/sal/qa/osl/file/osl_File.cxx @@ -23,7 +23,7 @@ #include <osl/thread.h> #include <osl/file.hxx> -#include <osl_File_Const.h> +#include "osl_File_Const.h" #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> diff --git a/sal/qa/osl/module/osl_Module.cxx b/sal/qa/osl/module/osl_Module.cxx index ab2a47fa360d..dbc33a215538 100644 --- a/sal/qa/osl/module/osl_Module.cxx +++ b/sal/qa/osl/module/osl_Module.cxx @@ -19,7 +19,7 @@ // include files -#include <osl_Module_Const.h> +#include "osl_Module_Const.h" using namespace osl; diff --git a/sal/qa/osl/module/osl_Module_DLL.cxx b/sal/qa/osl/module/osl_Module_DLL.cxx index 1e9e33868d63..0b22d7a3c4ad 100644 --- a/sal/qa/osl/module/osl_Module_DLL.cxx +++ b/sal/qa/osl/module/osl_Module_DLL.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <osl_Module_Const.h> +#include "osl_Module_Const.h" #include <stdio.h> #include <sal/types.h> diff --git a/sal/qa/osl/mutex/osl_Mutex.cxx b/sal/qa/osl/mutex/osl_Mutex.cxx index 476e285792c4..90f5b31e2c79 100644 --- a/sal/qa/osl/mutex/osl_Mutex.cxx +++ b/sal/qa/osl/mutex/osl_Mutex.cxx @@ -20,11 +20,11 @@ // include files #include <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" -#include <osl_Mutex_Const.h> +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> +#include "osl_Mutex_Const.h" using namespace osl; diff --git a/sal/qa/osl/pipe/osl_Pipe.cxx b/sal/qa/osl/pipe/osl_Pipe.cxx index 8fd43226f0db..92796fa7d4df 100644 --- a/sal/qa/osl/pipe/osl_Pipe.cxx +++ b/sal/qa/osl/pipe/osl_Pipe.cxx @@ -20,10 +20,10 @@ // include files #include <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> #include <rtl/ustring.hxx> #include <osl/test/uniquepipename.hxx> diff --git a/sal/qa/osl/profile/osl_old_testprofile.cxx b/sal/qa/osl/profile/osl_old_testprofile.cxx index 54d0430182f4..46201a258fa3 100644 --- a/sal/qa/osl/profile/osl_old_testprofile.cxx +++ b/sal/qa/osl/profile/osl_old_testprofile.cxx @@ -18,10 +18,10 @@ */ #include <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> #include <osl/profile.h> #include <rtl/bootstrap.hxx> diff --git a/sal/qa/osl/security/osl_Security.cxx b/sal/qa/osl/security/osl_Security.cxx index c6692f3ef0f1..7a1d60b5c780 100644 --- a/sal/qa/osl/security/osl_Security.cxx +++ b/sal/qa/osl/security/osl_Security.cxx @@ -25,7 +25,7 @@ #include <windows.h> #undef min #endif -#include <osl_Security_Const.h> +#include "osl_Security_Const.h" #include <osl/thread.h> #include <rtl/process.h> #include <rtl/strbuf.hxx> diff --git a/sal/qa/osl/setthreadname/test-setthreadname.cxx b/sal/qa/osl/setthreadname/test-setthreadname.cxx index 529ce8bd5876..c0c884eea7ab 100644 --- a/sal/qa/osl/setthreadname/test-setthreadname.cxx +++ b/sal/qa/osl/setthreadname/test-setthreadname.cxx @@ -22,11 +22,11 @@ #include <limits> #include <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" -#include "osl/thread.hxx" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> +#include <osl/thread.hxx> namespace { diff --git a/sal/qa/rtl/bootstrap/expand.cxx b/sal/qa/rtl/bootstrap/expand.cxx index ef8a27db7d69..a4102d38bc3b 100644 --- a/sal/qa/rtl/bootstrap/expand.cxx +++ b/sal/qa/rtl/bootstrap/expand.cxx @@ -7,14 +7,14 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" - -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" -#include "rtl/bootstrap.hxx" -#include "rtl/ustring.hxx" +#include <sal/config.h> + +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> +#include <rtl/bootstrap.hxx> +#include <rtl/ustring.hxx> namespace { diff --git a/sal/qa/rtl/math/test-rtl-math.cxx b/sal/qa/rtl/math/test-rtl-math.cxx index 345ba84991ee..116cc6009fcc 100644 --- a/sal/qa/rtl/math/test-rtl-math.cxx +++ b/sal/qa/rtl/math/test-rtl-math.cxx @@ -18,13 +18,13 @@ */ #include <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" -#include "rtl/math.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> +#include <rtl/math.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> CPPUNIT_NS_BEGIN diff --git a/sal/qa/rtl/oustring/rtl_OUString2.cxx b/sal/qa/rtl/oustring/rtl_OUString2.cxx index c345bc31b8bb..385d49b3c537 100644 --- a/sal/qa/rtl/oustring/rtl_OUString2.cxx +++ b/sal/qa/rtl/oustring/rtl_OUString2.cxx @@ -30,8 +30,8 @@ #include <cppunit/extensions/HelperMacros.h> #include <cppunit/plugin/TestPlugIn.h> -#include "stringhelper.hxx" -#include "valueequal.hxx" +#include <stringhelper.hxx> +#include <valueequal.hxx> namespace rtl_OUString { 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 { diff --git a/sal/qa/rtl/strings/test_ostring_stringliterals.cxx b/sal/qa/rtl/strings/test_ostring_stringliterals.cxx index 9d81a90ac6a9..96272cdc9844 100644 --- a/sal/qa/rtl/strings/test_ostring_stringliterals.cxx +++ b/sal/qa/rtl/strings/test_ostring_stringliterals.cxx @@ -13,9 +13,9 @@ #include <sal/types.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include "rtl/string.h" -#include "rtl/string.hxx" -#include "rtl/strbuf.hxx" +#include <rtl/string.h> +#include <rtl/string.hxx> +#include <rtl/strbuf.hxx> bool rtl_string_unittest_const_literal; bool rtl_string_unittest_const_literal_function; diff --git a/sal/qa/rtl/strings/test_oustring_compare.cxx b/sal/qa/rtl/strings/test_oustring_compare.cxx index d500e5cce700..5e9bc0f73a5d 100644 --- a/sal/qa/rtl/strings/test_oustring_compare.cxx +++ b/sal/qa/rtl/strings/test_oustring_compare.cxx @@ -20,8 +20,8 @@ #include <sal/types.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include "rtl/string.h" -#include "rtl/ustring.hxx" +#include <rtl/string.h> +#include <rtl/ustring.hxx> namespace test { namespace oustring { diff --git a/sal/qa/rtl/strings/test_oustring_convert.cxx b/sal/qa/rtl/strings/test_oustring_convert.cxx index de3902ef7f8c..f1992d4295c9 100644 --- a/sal/qa/rtl/strings/test_oustring_convert.cxx +++ b/sal/qa/rtl/strings/test_oustring_convert.cxx @@ -20,9 +20,9 @@ #include <sal/types.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include "rtl/strbuf.hxx" -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" +#include <rtl/strbuf.hxx> +#include <rtl/string.hxx> +#include <rtl/ustring.hxx> #include <sal/macros.h> namespace test { namespace oustring { diff --git a/sal/qa/rtl/strings/test_oustring_endswith.cxx b/sal/qa/rtl/strings/test_oustring_endswith.cxx index 8912a4027027..d4e7bfcd0038 100644 --- a/sal/qa/rtl/strings/test_oustring_endswith.cxx +++ b/sal/qa/rtl/strings/test_oustring_endswith.cxx @@ -20,11 +20,11 @@ #include <sal/types.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include "rtl/strbuf.hxx" -#include "rtl/string.h" -#include "rtl/string.hxx" -#include "rtl/textenc.h" -#include "rtl/ustring.hxx" +#include <rtl/strbuf.hxx> +#include <rtl/string.h> +#include <rtl/string.hxx> +#include <rtl/textenc.h> +#include <rtl/ustring.hxx> #include <sal/macros.h> namespace test { namespace oustring { diff --git a/sal/qa/rtl/strings/test_oustring_startswith.cxx b/sal/qa/rtl/strings/test_oustring_startswith.cxx index fc4a4143f526..3a8a15a03377 100644 --- a/sal/qa/rtl/strings/test_oustring_startswith.cxx +++ b/sal/qa/rtl/strings/test_oustring_startswith.cxx @@ -10,7 +10,7 @@ #include <sal/types.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> namespace test { namespace oustring { diff --git a/sal/qa/rtl/strings/test_oustring_stringliterals.cxx b/sal/qa/rtl/strings/test_oustring_stringliterals.cxx index 37bc50ecc619..58a938ae9328 100644 --- a/sal/qa/rtl/strings/test_oustring_stringliterals.cxx +++ b/sal/qa/rtl/strings/test_oustring_stringliterals.cxx @@ -18,9 +18,9 @@ #include <config_global.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include "rtl/string.h" -#include "rtl/ustring.hxx" -#include "rtl/ustrbuf.hxx" +#include <rtl/string.h> +#include <rtl/ustring.hxx> +#include <rtl/ustrbuf.hxx> extern bool rtl_string_unittest_const_literal; bool rtl_string_unittest_invalid_conversion; diff --git a/sal/qa/rtl/strings/test_strings_replace.cxx b/sal/qa/rtl/strings/test_strings_replace.cxx index 02054c1d8028..40c0117e5c66 100644 --- a/sal/qa/rtl/strings/test_strings_replace.cxx +++ b/sal/qa/rtl/strings/test_strings_replace.cxx @@ -7,16 +7,16 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include <sal/config.h> #include <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "rtl/string.h" -#include "rtl/string.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <rtl/string.h> +#include <rtl/string.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> namespace { diff --git a/sal/qa/rtl/strings/test_strings_toint.cxx b/sal/qa/rtl/strings/test_strings_toint.cxx index cf5de4a3b2bf..38b74bf651aa 100644 --- a/sal/qa/rtl/strings/test_strings_toint.cxx +++ b/sal/qa/rtl/strings/test_strings_toint.cxx @@ -7,14 +7,14 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sal/config.h" +#include <sal/config.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <rtl/string.hxx> +#include <rtl/ustring.hxx> +#include <sal/types.h> namespace { diff --git a/sal/qa/rtl/strings/test_strings_valuex.cxx b/sal/qa/rtl/strings/test_strings_valuex.cxx index 95ebb8f0adc0..7b879e7c31bf 100644 --- a/sal/qa/rtl/strings/test_strings_valuex.cxx +++ b/sal/qa/rtl/strings/test_strings_valuex.cxx @@ -10,7 +10,7 @@ #include <sal/types.h> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include <iostream> namespace test { namespace strings { diff --git a/sal/qa/rtl/textenc/rtl_textcvt.cxx b/sal/qa/rtl/textenc/rtl_textcvt.cxx index 0bae6b403088..77d7c6a82ac3 100644 --- a/sal/qa/rtl/textenc/rtl_textcvt.cxx +++ b/sal/qa/rtl/textenc/rtl_textcvt.cxx @@ -19,7 +19,7 @@ #include <config_locales.h> -#include "sal/config.h" +#include <sal/config.h> #include <cstddef> #include <cstring> @@ -27,12 +27,12 @@ #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" -#include "rtl/tencinfo.h" -#include "rtl/textcvt.h" -#include "rtl/textenc.h" -#include "sal/types.h" +#include <rtl/string.hxx> +#include <rtl/ustring.hxx> +#include <rtl/tencinfo.h> +#include <rtl/textcvt.h> +#include <rtl/textenc.h> +#include <sal/types.h> #include <sal/macros.h> #include <osl/diagnose.h> diff --git a/sal/qa/rtl/uri/rtl_testuri.cxx b/sal/qa/rtl/uri/rtl_testuri.cxx index ac0728413b1d..049640ef3982 100644 --- a/sal/qa/rtl/uri/rtl_testuri.cxx +++ b/sal/qa/rtl/uri/rtl_testuri.cxx @@ -19,9 +19,9 @@ #include <config_locales.h> -#include "rtl/strbuf.hxx" -#include "rtl/uri.hxx" -#include "rtl/ustrbuf.hxx" +#include <rtl/strbuf.hxx> +#include <rtl/uri.hxx> +#include <rtl/ustrbuf.hxx> #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> diff --git a/sal/rtl/alloc_arena.cxx b/sal/rtl/alloc_arena.cxx index 90be828c0d32..bdb7dcf24de8 100644 --- a/sal/rtl/alloc_arena.cxx +++ b/sal/rtl/alloc_arena.cxx @@ -20,8 +20,8 @@ #include "alloc_arena.hxx" #include "alloc_impl.hxx" -#include "rtllifecycle.h" -#include "sal/macros.h" +#include <rtllifecycle.h> +#include <sal/macros.h> #include <cassert> #include <string.h> diff --git a/sal/rtl/alloc_arena.hxx b/sal/rtl/alloc_arena.hxx index da2ebeacc683..6a846876ff17 100644 --- a/sal/rtl/alloc_arena.hxx +++ b/sal/rtl/alloc_arena.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SAL_RTL_ALLOC_ARENA_HXX #define INCLUDED_SAL_RTL_ALLOC_ARENA_HXX -#include "sal/types.h" -#include "rtl/alloc.h" +#include <sal/types.h> +#include <rtl/alloc.h> #include "alloc_impl.hxx" /** rtl_arena_stat_type diff --git a/sal/rtl/alloc_cache.cxx b/sal/rtl/alloc_cache.cxx index 18785795a2ad..091a5bf774ee 100644 --- a/sal/rtl/alloc_cache.cxx +++ b/sal/rtl/alloc_cache.cxx @@ -20,8 +20,8 @@ #include "alloc_cache.hxx" #include "alloc_impl.hxx" #include "alloc_arena.hxx" -#include "rtllifecycle.h" -#include "sal/macros.h" +#include <rtllifecycle.h> +#include <sal/macros.h> #include <osl/thread.hxx> #include <cassert> diff --git a/sal/rtl/alloc_cache.hxx b/sal/rtl/alloc_cache.hxx index a7c1c497e7c0..3e467ade3cd2 100644 --- a/sal/rtl/alloc_cache.hxx +++ b/sal/rtl/alloc_cache.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SAL_RTL_ALLOC_CACHE_HXX #define INCLUDED_SAL_RTL_ALLOC_CACHE_HXX -#include "sal/types.h" -#include "rtl/alloc.h" +#include <sal/types.h> +#include <rtl/alloc.h> #include "alloc_impl.hxx" /** diff --git a/sal/rtl/alloc_fini.cxx b/sal/rtl/alloc_fini.cxx index dd0cb6a52c94..1d70d5c0c788 100644 --- a/sal/rtl/alloc_fini.cxx +++ b/sal/rtl/alloc_fini.cxx @@ -19,7 +19,7 @@ #include <rtl/instance.hxx> -#include "rtllifecycle.h" +#include <rtllifecycle.h> namespace { diff --git a/sal/rtl/alloc_global.cxx b/sal/rtl/alloc_global.cxx index b0d3adbf928a..3d74287bc7e5 100644 --- a/sal/rtl/alloc_global.cxx +++ b/sal/rtl/alloc_global.cxx @@ -18,7 +18,7 @@ */ #include "alloc_impl.hxx" -#include "rtl/alloc.h" +#include <rtl/alloc.h> #include <sal/log.hxx> #include <sal/macros.h> @@ -26,7 +26,7 @@ #include <string.h> #include <stdio.h> -#include "rtllifecycle.h" +#include <rtllifecycle.h> #include <oslmemory.h> AllocMode alloc_mode = AllocMode::UNSET; diff --git a/sal/rtl/alloc_impl.hxx b/sal/rtl/alloc_impl.hxx index bac110f2cac2..852db3767e2c 100644 --- a/sal/rtl/alloc_impl.hxx +++ b/sal/rtl/alloc_impl.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SAL_RTL_ALLOC_IMPL_HXX #define INCLUDED_SAL_RTL_ALLOC_IMPL_HXX -#include "sal/types.h" +#include <sal/types.h> /** Alignment macros */ diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx index 8ca0f2ea64f7..5cb251f9bba4 100644 --- a/sal/rtl/bootstrap.cxx +++ b/sal/rtl/bootstrap.cxx @@ -19,8 +19,8 @@ #include <config_features.h> #include <config_folders.h> -#include "rtl/bootstrap.h" -#include "rtl/bootstrap.hxx" +#include <rtl/bootstrap.h> +#include <rtl/bootstrap.hxx> #include <osl/diagnose.h> #include <osl/module.h> #include <osl/process.h> diff --git a/sal/rtl/locale.cxx b/sal/rtl/locale.cxx index f610584b1b78..e7ef4223b0ca 100644 --- a/sal/rtl/locale.cxx +++ b/sal/rtl/locale.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "rtl/locale.h" +#include <rtl/locale.h> -#include "osl/diagnose.h" -#include "rtl/alloc.h" +#include <osl/diagnose.h> +#include <rtl/alloc.h> -#include "rtllifecycle.h" +#include <rtllifecycle.h> static const sal_Int32 RTL_HASHTABLE_SIZE[] = { diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx index 64b5be8bcc78..a9404871c228 100644 --- a/sal/rtl/math.cxx +++ b/sal/rtl/math.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "rtl/math.h" - -#include "osl/diagnose.h" -#include "rtl/alloc.h" -#include "rtl/character.hxx" -#include "rtl/math.hxx" -#include "rtl/strbuf.h" -#include "rtl/string.h" -#include "rtl/ustrbuf.h" -#include "rtl/ustring.h" -#include "sal/mathconf.h" -#include "sal/types.h" +#include <rtl/math.h> + +#include <osl/diagnose.h> +#include <rtl/alloc.h> +#include <rtl/character.hxx> +#include <rtl/math.hxx> +#include <rtl/strbuf.h> +#include <rtl/string.h> +#include <rtl/ustrbuf.h> +#include <rtl/ustring.h> +#include <sal/mathconf.h> +#include <sal/types.h> #include <algorithm> #include <cassert> diff --git a/sal/rtl/random.cxx b/sal/rtl/random.cxx index 4fe8b049196f..1c28c47db43b 100644 --- a/sal/rtl/random.cxx +++ b/sal/rtl/random.cxx @@ -24,7 +24,7 @@ #include <rtl/alloc.h> #include <rtl/digest.h> #include <rtl/random.h> -#include "oslrandom.h" +#include <oslrandom.h> #define RTL_RANDOM_RNG_1(a) ((a) * 16807L) #define RTL_RANDOM_RNG_2(a) ((a) * 65539L) diff --git a/sal/rtl/rtl_process.cxx b/sal/rtl/rtl_process.cxx index 4904ff224a7b..42c24e80074d 100644 --- a/sal/rtl/rtl_process.cxx +++ b/sal/rtl/rtl_process.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cstring> -#include "rtl/instance.hxx" -#include "rtl/process.h" -#include "rtl/uuid.h" -#include "sal/types.h" +#include <rtl/instance.hxx> +#include <rtl/process.h> +#include <rtl/uuid.h> +#include <sal/types.h> namespace { diff --git a/sal/rtl/strimp.hxx b/sal/rtl/strimp.hxx index 5583a82f2249..c6325dedaa75 100644 --- a/sal/rtl/strimp.hxx +++ b/sal/rtl/strimp.hxx @@ -26,7 +26,7 @@ #endif -#include "sal/types.h" +#include <sal/types.h> /* ======================================================================= */ /* Help functions for String and UString */ diff --git a/sal/rtl/string.cxx b/sal/rtl/string.cxx index 863d6b870b3e..8dbcee763a95 100644 --- a/sal/rtl/string.cxx +++ b/sal/rtl/string.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #ifdef _MSC_VER #pragma warning(disable:4738) // storing 32-bit float result in memory, possible loss of performance @@ -35,7 +35,7 @@ #include <rtl/character.hxx> #include <rtl/string.h> -#include "rtl/math.h" +#include <rtl/math.h> /* ======================================================================= */ diff --git a/sal/rtl/unload.cxx b/sal/rtl/unload.cxx index 0b5bc2e79d27..975e575db5e9 100644 --- a/sal/rtl/unload.cxx +++ b/sal/rtl/unload.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 "osl/time.h" -#include "rtl/unload.h" +#include <osl/time.h> +#include <rtl/unload.h> extern "C" void rtl_moduleCount_acquire(rtl_ModuleCount *) {} diff --git a/sal/rtl/uri.cxx b/sal/rtl/uri.cxx index 57a7102a38eb..73fb8a474763 100644 --- a/sal/rtl/uri.cxx +++ b/sal/rtl/uri.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "rtl/character.hxx" -#include "rtl/strbuf.hxx" -#include "rtl/textenc.h" -#include "rtl/textcvt.h" -#include "rtl/uri.h" -#include "rtl/ustrbuf.h" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "sal/macros.h" +#include <rtl/character.hxx> +#include <rtl/strbuf.hxx> +#include <rtl/textenc.h> +#include <rtl/textcvt.h> +#include <rtl/uri.h> +#include <rtl/ustrbuf.h> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> +#include <sal/macros.h> #include <algorithm> #include <cstddef> diff --git a/sal/rtl/ustrbuf.cxx b/sal/rtl/ustrbuf.cxx index 508c8d7a9c7c..dfb2c1a06a30 100644 --- a/sal/rtl/ustrbuf.cxx +++ b/sal/rtl/ustrbuf.cxx @@ -23,7 +23,7 @@ #include <osl/diagnose.h> #include <rtl/character.hxx> #include <rtl/ustrbuf.hxx> -#include <strimp.hxx> +#include "strimp.hxx" #if USE_SDT_PROBES #define RTL_LOG_STRING_BITS 16 diff --git a/sal/rtl/ustring.cxx b/sal/rtl/ustring.cxx index a5b67a8760fc..167cdf2eab6d 100644 --- a/sal/rtl/ustring.cxx +++ b/sal/rtl/ustring.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #ifdef _MSC_VER #pragma warning(disable:4738) // storing 32-bit float result in memory, possible loss of performance @@ -44,7 +44,7 @@ #include <rtl/character.hxx> #include <rtl/ustring.h> -#include "rtl/math.h" +#include <rtl/math.h> /* ======================================================================= */ 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) |