diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-05-08 15:55:04 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-05-08 15:55:04 +0000 |
commit | c966ca7d6b2442943fb5deb3d4dcd9d9a0ed42b2 (patch) | |
tree | 614672715cf90959128d0b669bdcc91d869f21b1 /cppu/util/cppu.map | |
parent | a6d31366863ff285fc106140e76959b01b60a7e0 (diff) |
added forgotten ;
Diffstat (limited to 'cppu/util/cppu.map')
-rwxr-xr-x | cppu/util/cppu.map | 14 |
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: *; }; |