summaryrefslogtreecommitdiff
path: root/stoc/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 12:09:34 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 12:09:34 +0000
commitefd6744b0f2ce31f0e750604d15b1aa97dc3492b (patch)
tree07f7a21de5481a11c9c2b01005c6574828ba03e1 /stoc/util
parent0b379e852ef79a04758312f39231ad888f5134b4 (diff)
INTEGRATION: CWS sb76 (1.1.2); FILE ADDED
2007/08/31 11:22:35 sb 1.1.2.2: #i77885# Removed unimplemented symbols. 2007/08/31 11:21:56 sb 1.1.2.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'stoc/util')
-rw-r--r--stoc/util/bootstrap.map9
-rw-r--r--stoc/util/stocservices.map9
2 files changed, 18 insertions, 0 deletions
diff --git a/stoc/util/bootstrap.map b/stoc/util/bootstrap.map
new file mode 100644
index 000000000000..30c5bb729ac7
--- /dev/null
+++ b/stoc/util/bootstrap.map
@@ -0,0 +1,9 @@
+UDK_3_0_0 {
+ global:
+ component_getImplementationEnvironment;
+ component_writeInfo;
+ component_getFactory;
+ component_canUnload;
+ local:
+ *;
+};
diff --git a/stoc/util/stocservices.map b/stoc/util/stocservices.map
new file mode 100644
index 000000000000..30c5bb729ac7
--- /dev/null
+++ b/stoc/util/stocservices.map
@@ -0,0 +1,9 @@
+UDK_3_0_0 {
+ global:
+ component_getImplementationEnvironment;
+ component_writeInfo;
+ component_getFactory;
+ component_canUnload;
+ local:
+ *;
+};