diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 13:42:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 13:42:49 +0000 |
commit | 03e71f2ed8f05dbb9b3a3a61e686ba25f525eb23 (patch) | |
tree | d15c98da02b41712917d0a7bad41d85bb503fc0e /uui/util | |
parent | 20aff1dcb4e51f387b88e824a75ad3be5af09ba3 (diff) |
INTEGRATION: CWS tune01 (1.1.2); FILE ADDED
2003/03/06 21:36:07 mhu 1.1.2.1: #i11968# Added symbol scoping linker mapfiles to dynamically loaded libraries.
Diffstat (limited to 'uui/util')
-rw-r--r-- | uui/util/exports.map | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/uui/util/exports.map b/uui/util/exports.map new file mode 100644 index 000000000000..c235082ab7cd --- /dev/null +++ b/uui/util/exports.map @@ -0,0 +1,11 @@ +UDK_3_0_0 { + global: + GetVersionInfo; + component_getDescriptionFunc; + component_getImplementationEnvironment; + component_getFactory; + component_writeInfo; + + local: + *; +}; |