office-gobmx/sal
Stephan Bergmann b74d500031 Drop useless std::move of const object
...introduced with d8b60f77f3 "rtl_String->OString
in DirectoryItem_Impl".

(I came across this code with an upcoming loplugin:constmove that flags
suspicious uses of std::move involving const-qualified types.)

Change-Id: I3df2e6fb9dbf97adba6fbeda51d24cf025f5b207
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142565
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-11-11 15:40:45 +01:00
..
android
cppunittester
inc
osl Drop useless std::move of const object 2022-11-11 15:40:45 +01:00
qa A better fix for C++23 P2266R1 2022-11-08 17:28:32 +01:00
rtl rtl uuid : remove useless endian conversion 2022-09-27 10:59:22 +02:00
test
textenc tdf#150877: Add support for Kamenický and Mazovia encodings 2022-09-15 15:56:35 +02:00
util
CompilerTest_sal_rtl_oustring.mk
CppunitTest_Module_DLL.mk
CppunitTest_sal_comtools.mk
CppunitTest_sal_osl.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_retry_if_failed.mk
CppunitTest_sal_rtl.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk
Library_sal_textenc.mk
Makefile
Module_sal.mk
README.md

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).