summaryrefslogtreecommitdiffstats
path: root/cppu/util
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-05-08 15:55:04 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-05-08 15:55:04 +0000
commitc966ca7d6b2442943fb5deb3d4dcd9d9a0ed42b2 (patch)
tree614672715cf90959128d0b669bdcc91d869f21b1 /cppu/util
parentNew function osl_getProcessWorkingDir (diff)
downloadcore-c966ca7d6b2442943fb5deb3d4dcd9d9a0ed42b2.tar.gz
core-c966ca7d6b2442943fb5deb3d4dcd9d9a0ed42b2.zip
added forgotten ;
Diffstat (limited to 'cppu/util')
-rwxr-xr-xcppu/util/cppu.map14
1 files changed, 7 insertions, 7 deletions
diff --git a/cppu/util/cppu.map b/cppu/util/cppu.map
index 68a284538337..ef809605158b 100755
--- a/cppu/util/cppu.map
+++ b/cppu/util/cppu.map
@@ -83,13 +83,13 @@ UDK_2_0_0 {
uno_bindIdToCurrentThread;
uno_getIdOfCurrentThread;
uno_releaseIdFromCurrentThread;
- uno_threadpool_enter
- uno_threadpool_create
- uno_threadpool_destroy
- uno_threadpool_putJob
- uno_threadpool_dispose
- uno_threadpool_attach
- uno_threadpool_detach
+ uno_threadpool_enter;
+ uno_threadpool_create;
+ uno_threadpool_destroy;
+ uno_threadpool_putJob;
+ uno_threadpool_dispose;
+ uno_threadpool_attach;
+ uno_threadpool_detach;
local:
*;
};