initial commit for vba blob ( not including container_control stuff )

This commit is contained in:
Noel Power
2010-10-06 10:15:43 +01:00
parent 44231089ee
commit f13fd7b138
120 changed files with 4144 additions and 1504 deletions

View File

@@ -67,7 +67,7 @@ ScVbaOLEObject::ScVbaOLEObject( const uno::Reference< XHelperInterface >& xParen
uno::Reference< uno::XInterface > SAL_CALL
ScVbaOLEObject::getObject() throw (uno::RuntimeException)
{
return uno::Reference< uno::XInterface >( m_xControlShape, uno::UNO_QUERY_THROW );
return uno::Reference< uno::XInterface >( m_xControl, uno::UNO_QUERY_THROW );
}
sal_Bool SAL_CALL