summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-09-06 10:59:04 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-09-06 10:59:04 +0000
commit0fa5f306e841be7f6d71a98c25099be47c30dc31 (patch)
tree4c54a02b4ef492d7bfe69c688568e45c2f177a12 /bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx
parent1d4f8db3594f8c3f8a22343dffa5ff82c5e006e4 (diff)
#91945# limiting exports
Diffstat (limited to 'bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx')
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx b/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx
index 81f1365cf..44ddf2165 100644
--- a/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cpp2uno.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: dbo $ $Date: 2001-07-03 16:11:07 $
+ * last change: $Author: dbo $ $Date: 2001-09-06 11:59:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -606,7 +606,7 @@ void MediateClassData::createVTable( ClassDataBuffer* pBuffer, typelib_Interface
}
//==================================================================================================
-extern "C" void SAL_CALL cppu_cppInterfaceProxy_patchVtable(
+void SAL_CALL cppu_cppInterfaceProxy_patchVtable(
XInterface * pCppI, typelib_InterfaceTypeDescription * pTypeDescr ) throw ()
{
static MediateClassData * s_pMediateClassData = 0;