summaryrefslogtreecommitdiffstats
path: root/comphelper/source/misc/proxyaggregation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/proxyaggregation.cxx')
-rw-r--r--comphelper/source/misc/proxyaggregation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/proxyaggregation.cxx b/comphelper/source/misc/proxyaggregation.cxx
index b6deaedbcb45..6a6739433cc1 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 temporary -> otherwise it leads to _rRefCount -= 2
+ { // i36686 OJ: achieve the destruction of the temporary -> otherwise it leads to _rRefCount -= 2
m_xProxyAggregate = xFactory->createProxy( _rxComponent );
}
if ( m_xProxyAggregate.is() )