diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 13:05:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 13:05:59 +0000 |
commit | b2a6d111c8fc443127872422cdc3ea993c288292 (patch) | |
tree | e9505bf9514f605cd3e99291bb4be1108c67e8be /dtrans/util | |
parent | 89b305993c0a44d6f97ee25a7269765b41511d5e (diff) |
INTEGRATION: CWS tune01 (1.1.2); FILE ADDED
2003/03/12 16:12:32 pl 1.1.2.1: #i12151# add: map file
Diffstat (limited to 'dtrans/util')
-rw-r--r-- | dtrans/util/exports.map | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dtrans/util/exports.map b/dtrans/util/exports.map new file mode 100644 index 000000000000..c20b103ade75 --- /dev/null +++ b/dtrans/util/exports.map @@ -0,0 +1,11 @@ +UDK_3_0_0 { + global: + GetVersionInfo; + component_getDescriptionFunc; + component_getImplementationEnvironment; + component_getFactory; + component_writeInfo; + + local: + *; +}; |