diff options
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/proxyaggregation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/proxyaggregation.cxx b/comphelper/source/misc/proxyaggregation.cxx index c2b89e92d5a8..ccd612d87b83 100644 --- a/comphelper/source/misc/proxyaggregation.cxx +++ b/comphelper/source/misc/proxyaggregation.cxx @@ -50,7 +50,7 @@ namespace comphelper Reference< XProxyFactory > xFactory = ProxyFactory::create( m_xContext ); // 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 ); } if ( m_xProxyAggregate.is() ) |