diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-09 12:50:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-09 12:50:41 +0000 |
commit | f17b8c9f251be346cb20c5f35f06a8e74ea8451f (patch) | |
tree | 236d9cf8bf56c520cc7ac81f8d199dc0d83fa024 /cppu | |
parent | 6fe68109b9c422517ac508c4257c6450a1fda3f2 (diff) |
INTEGRATION: CWS bunoexttm (1.12.112); FILE MERGED
2007/03/08 13:11:40 thb 1.12.112.4: #i10000# ...and made it work again for linux
2007/03/08 12:16:49 thb 1.12.112.3: #i10000# Fixed build breakages with DBG_UTIL build and OSX
2007/02/28 10:27:26 kr 1.12.112.2: fixed: new symbols section
2007/01/26 09:50:40 kr 1.12.112.1: joined from utf2
Diffstat (limited to 'cppu')
-rwxr-xr-x | cppu/util/cppu.map | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cppu/util/cppu.map b/cppu/util/cppu.map index de538322c094..1a34c6499d84 100755 --- a/cppu/util/cppu.map +++ b/cppu/util/cppu.map @@ -107,3 +107,17 @@ UDK_3.1 { typelib_typedescription_newStruct; cppu_Any_extraction_failure_msg; } UDK_3_0_0; + +UDK_3.2 { + global: + uno_EnvDcp_getTypeName; + uno_EnvDcp_getPurpose; + + uno_getCurrentEnvironment; + uno_Environment_invoke_v; + uno_Environment_invoke; + uno_Environment_enter; + + uno_Environment_isValid; +} UDK_3.1; + |