summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 12:30:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 12:30:39 +0000
commit31644900cdeb72bfe515ca741b6bf5b480aa38e2 (patch)
tree38a7a0202691cd6d33db874dff96d507bf406f01 /desktop
parent1da3de74730cf426b357e226577836d829c48cd6 (diff)
INTEGRATION: CWS tune01 (1.1.2); FILE ADDED
2003/03/02 19:51:51 mhu 1.1.2.1: #i11968# Added symbol scoping linker mapfiles to dynamically loaded libraries.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/so_comp/exports.map11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/source/so_comp/exports.map b/desktop/source/so_comp/exports.map
new file mode 100644
index 000000000000..c235082ab7cd
--- /dev/null
+++ b/desktop/source/so_comp/exports.map
@@ -0,0 +1,11 @@
+UDK_3_0_0 {
+ global:
+ GetVersionInfo;
+ component_getDescriptionFunc;
+ component_getImplementationEnvironment;
+ component_getFactory;
+ component_writeInfo;
+
+ local:
+ *;
+};