diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:45:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:45:49 +0000 |
commit | 38bf8b68062a58aaf0b00f5a61c083b04e10d797 (patch) | |
tree | b5d9b686ad38ad4412d8f93568b014ac5a7d108b /framework | |
parent | dd3830b75ac10d3b9698fb62303670cc6038bc08 (diff) |
INTEGRATION: CWS tune01 (1.1.2); FILE ADDED
2003/03/13 12:30:54 as 1.1.2.1: #i11968# use new map file for component libs
Diffstat (limited to 'framework')
-rw-r--r-- | framework/util/exports.map | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/framework/util/exports.map b/framework/util/exports.map new file mode 100644 index 000000000000..3dd8dc779ff2 --- /dev/null +++ b/framework/util/exports.map @@ -0,0 +1,11 @@ +UDK_3_0_0 { + global: + GetVersionInfo; + component_getDescriptionFunc; + component_getImplementationEnvironment; + component_getFactory; + component_writeInfo; + + local: + *; +}; |