diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:38:00 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:38:00 +0000 |
commit | c7b4d9647232ca118c0e0ad9d38876a0dedeaa3f (patch) | |
tree | c6f3a4c1dc2986f92a73102fc42a084257bcc892 /UnoControls | |
parent | 2440c5b75d150c00688735980b34529fadf175c3 (diff) |
INTEGRATION: CWS tune01 (1.1.2); FILE ADDED
2003/04/03 11:50:50 mhu 1.1.2.1: #i12151# Added symbol scoping linker mapfile.
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/util/exports.map | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/UnoControls/util/exports.map b/UnoControls/util/exports.map new file mode 100644 index 000000000..c235082ab --- /dev/null +++ b/UnoControls/util/exports.map @@ -0,0 +1,11 @@ +UDK_3_0_0 { + global: + GetVersionInfo; + component_getDescriptionFunc; + component_getImplementationEnvironment; + component_getFactory; + component_writeInfo; + + local: + *; +}; |