summaryrefslogtreecommitdiffstats
path: root/stoc
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-04-12 14:22:30 +0200
committersb <sb@openoffice.org>2010-04-12 14:22:30 +0200
commit8dd42657d151870788d24b335d5f7ef70a55cd40 (patch)
tree5cbbe48ff66093daf793192376a14ffa7eed3c49 /stoc
parentCWS-TOOLING: integrate CWS mingwport29 (diff)
parentsb121: removed obsolete comments (-Wa,--noexecstack long been superseded by .... (diff)
downloadcore-8dd42657d151870788d24b335d5f7ef70a55cd40.tar.gz
core-8dd42657d151870788d24b335d5f7ef70a55cd40.zip
sb121: merged in DEV300_m76
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/corereflection/criface.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/stoc/source/corereflection/criface.cxx b/stoc/source/corereflection/criface.cxx
index ec325ce11db1..95d9990257f5 100644
--- a/stoc/source/corereflection/criface.cxx
+++ b/stoc/source/corereflection/criface.cxx
@@ -877,7 +877,8 @@ sal_Bool InterfaceIdlClassImpl::isAssignableFrom( const Reference< XIdlClass > &
Uik InterfaceIdlClassImpl::getUik()
throw(::com::sun::star::uno::RuntimeException)
{
- return *(Uik *)&getTypeDescr()->aUik;
+ return Uik(0, 0, 0, 0, 0);
+ // Uiks are deprecated and this function must not be called
}
//__________________________________________________________________________________________________
Sequence< Reference< XIdlMethod > > InterfaceIdlClassImpl::getMethods()