summaryrefslogtreecommitdiffstats
path: root/cppu/util
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 11:18:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 11:18:00 +0000
commit4bccabe56a922a555345383e4dfdf1ec5810d5fd (patch)
treec35e4c6ca12e60e1626e6a02ab96c5aed9357a10 /cppu/util
parentINTEGRATION: CWS sb10 (1.19.16); FILE MERGED (diff)
downloadcore-4bccabe56a922a555345383e4dfdf1ec5810d5fd.tar.gz
core-4bccabe56a922a555345383e4dfdf1ec5810d5fd.zip
INTEGRATION: CWS sb10 (1.8.72); FILE MERGED
2003/12/10 08:48:17 sb 1.8.72.1: #114000# Adapted to multiple-inheritance interface types.
Diffstat (limited to 'cppu/util')
-rwxr-xr-xcppu/util/cppu.map5
1 files changed, 5 insertions, 0 deletions
diff --git a/cppu/util/cppu.map b/cppu/util/cppu.map
index fd031c8421f1..362bd0f49ca3 100755
--- a/cppu/util/cppu.map
+++ b/cppu/util/cppu.map
@@ -98,3 +98,8 @@ UDK_3_0_0 {
*;
};
+UDK_3.2 {
+ global:
+ typelib_static_mi_interface_type_init;
+ typelib_typedescription_newMIInterface;
+} UDK_3_0_0;