diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-18 16:07:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-18 16:07:07 +0000 |
commit | 9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24 (patch) | |
tree | 13c111a6380728f470fa177e679b80089a01efc4 /sc/util/sc.map |
initial import
Diffstat (limited to 'sc/util/sc.map')
-rw-r--r-- | sc/util/sc.map | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sc/util/sc.map b/sc/util/sc.map new file mode 100644 index 000000000000..3959ec0ab62c --- /dev/null +++ b/sc/util/sc.map @@ -0,0 +1,12 @@ +SC_1_0 { + global: + CreateScDocShellDll; + CreateObjScDocShellDll; + InitScDll; + DeInitScDll; + component_getImplementationEnvironment; + component_writeInfo; + component_getFactory; + local: + *; +}; |