diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:46:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:46:58 +0000 |
commit | bb8508ecc6eee6c66f3fd07ef85bd96922e444cc (patch) | |
tree | 08b7207f263052c42f796f881029f787aab7503f /shell/source/unix/exec | |
parent | 7698457ed7cbd6ae2e95622a53cc48ba3d631f8c (diff) |
INTEGRATION: CWS tune01 (1.1.2); FILE ADDED
2003/04/03 13:58:17 cp 1.1.2.1: #i12151# specify function export
Diffstat (limited to 'shell/source/unix/exec')
-rw-r--r-- | shell/source/unix/exec/exports.map | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/source/unix/exec/exports.map b/shell/source/unix/exec/exports.map new file mode 100644 index 000000000000..c235082ab7cd --- /dev/null +++ b/shell/source/unix/exec/exports.map @@ -0,0 +1,11 @@ +UDK_3_0_0 { + global: + GetVersionInfo; + component_getDescriptionFunc; + component_getImplementationEnvironment; + component_getFactory; + component_writeInfo; + + local: + *; +}; |