mirror of
https://github.com/LibreOffice/core.git
synced 2025-08-18 08:16:42 +00:00

Change-Id: I433376dfea0a43c63827ba15308a614f3466fb71 Reviewed-on: https://gerrit.libreoffice.org/67875 Tested-by: Jenkins Reviewed-by: Jan Holesovsky <kendy@collabora.com>
10 lines
169 B
Plaintext
10 lines
169 B
Plaintext
dummy {
|
|
global:
|
|
Java_*;
|
|
JNI_OnLoad;
|
|
_ZTI*; _ZTS*; # weak RTTI symbols for C++ exceptions
|
|
libreofficekit_*;
|
|
local:
|
|
*;
|
|
};
|