diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 10:50:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 10:50:42 +0000 |
commit | 363fa02116f5044a8ec055b84254b971aaed2396 (patch) | |
tree | ad08c9dc75ab90fe3ef38ddd2fca6fdaca582417 /svtools | |
parent | fca10b5d34631bef667d2da58bfb3b88d75d484a (diff) |
INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED
2005/03/24 15:35:34 mhu 1.1.2.1: #i45006# Misc. UNO services factored out from svt/svl shared libraries.
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/uno/exports.map | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/svtools/uno/exports.map b/svtools/uno/exports.map new file mode 100644 index 000000000000..f4ed78b9e970 --- /dev/null +++ b/svtools/uno/exports.map @@ -0,0 +1,8 @@ +UDK_3_0_0 { + global: + component_getImplementationEnvironment; + component_writeInfo; + component_getFactory; + local: + *; +}; |