diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-03-30 15:58:25 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-03-30 15:58:25 +0000 |
commit | 1514791555effc911117b3a291f8dd67152a867e (patch) | |
tree | f085ef44334be5b0035fd169d9f3c3cac8e45c0d /cppu | |
parent | 202da998bacb5054adb5fce48fecdee05f310eb3 (diff) |
INTEGRATION: CWS sb14 (1.9.6); FILE MERGED
2004/03/15 16:00:18 sb 1.9.6.2: #i21150# Added support for extended interface attributes.
2004/02/19 15:04:42 sb 1.9.6.1: #i21150# Fixed OOo 2.0 version name: increase minor by one for compatible changes.
Diffstat (limited to 'cppu')
-rwxr-xr-x | cppu/util/cppu.map | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cppu/util/cppu.map b/cppu/util/cppu.map index 776273011..ab5e1457f 100755 --- a/cppu/util/cppu.map +++ b/cppu/util/cppu.map @@ -98,8 +98,9 @@ UDK_3_0_0 { *; }; -UDK_3.2 { +UDK_3.1 { global: typelib_static_mi_interface_type_init; + typelib_typedescription_newExtendedInterfaceAttribute; typelib_typedescription_newMIInterface; } UDK_3_0_0; |