Change-Id: I2fa6ef12d5035aaa21ab464a105085f38ce43423
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158914
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
This commit is contained in:
Andrea Gelmini 2023-11-03 19:54:00 +01:00 committed by Taichi Haradaguchi
parent eded77b8e0
commit bfbf0b0991

View file

@ -99,7 +99,7 @@ protected:
The libraries must provide a struct with function pointers for all supported C functions. The libraries must provide a struct with function pointers for all supported C functions.
The loader loads the specified library and call the specified initialization function The loader loads the specified library and call the specified initialization function
to initialize the function pointers with the real functions. Furthermore provides the to initialize the function pointers with the real functions. Furthermore provides the
loader a reference counter for the library. When the last instance of the laoder will loader a reference counter for the library. When the last instance of the loader will
be destroyed the loader will unload the library. be destroyed the loader will unload the library.
@deprecated @deprecated