mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-20 18:18:30 +00:00

Simplifies the code, and avoids OUString internals access. Also replace some getenv calls. Change-Id: I5f7dc492fe87ea1fbaad6a61bc54e21f0f0c5aef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187974 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
System Abstraction Layer (SAL)
System abstraction layer; rtl, osl and sal
rtl
:
Platform independent strings
osl
:
platform specific stuff, threads, dynamic loading, process, ipc, etc
Exports only C API and some inline-methods (only C++ API).