Kaydet (Commit) 52030a3a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Remove code that has been commented out since initial import in 2000

Change-Id: I42aaed79e88b6cb8bb0b93aa49555aad45050fe7
üst 2c6712b5
......@@ -357,10 +357,6 @@ void Invocation_Impl::setMaterial( const Any& rMaterial )
_xNameContainer.set( _xDirect, UNO_QUERY );
_xENDirect.set( _xDirect, UNO_QUERY );
_xDirect2.set( _xDirect, UNO_QUERY );
// only once!!!
//_xIntrospectionAccess = XIntrospectionAccessRef();
//_xPropertySet = XPropertySetRef();
}
else
{
......@@ -417,20 +413,6 @@ void Invocation_Impl::setMaterial( const Any& rMaterial )
_xENIntrospection.set( _xIntrospectionAccess, UNO_QUERY );
}
}
/* only once !!!
_xDirect = XInvocationRef();
if( !_xIntrospectionAccess.is() )
{
// reset
_xElementAccess = XElementAccessRef();
_xEnumerationAccess = XEnumerationAccessRef();
_xIndexAccess = XIndexAccessRef();
_xIndexContainer = XIndexContainerRef();
_xNameAccess = XNameAccessRef();
_xNameContainer = XNameContainerRef();
_xPropertySet = XPropertySetRef();
}
*/
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment