Kaydet (Commit) c2890135 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: tempoary -> temporary

üst 59f1e958
...@@ -50,7 +50,7 @@ namespace comphelper ...@@ -50,7 +50,7 @@ namespace comphelper
Reference< XProxyFactory > xFactory = ProxyFactory::create( m_xContext ); Reference< XProxyFactory > xFactory = ProxyFactory::create( m_xContext );
// then the proxy itself // then the proxy itself
{ // i36686 OJ: achieve the desctruction of the tempoary -> otherwise it leads to _rRefCount -= 2 { // i36686 OJ: achieve the desctruction of the temporary -> otherwise it leads to _rRefCount -= 2
m_xProxyAggregate = xFactory->createProxy( _rxComponent ); m_xProxyAggregate = xFactory->createProxy( _rxComponent );
} }
if ( m_xProxyAggregate.is() ) if ( m_xProxyAggregate.is() )
......
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