summaryrefslogtreecommitdiff
path: root/desktop/source/app/desktopcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/desktopcontext.cxx')
-rw-r--r--desktop/source/app/desktopcontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/desktopcontext.cxx b/desktop/source/app/desktopcontext.cxx
index 2f2e1d4c4af4..6e91d8622eaf 100644
--- a/desktop/source/app/desktopcontext.cxx
+++ b/desktop/source/app/desktopcontext.cxx
@@ -43,7 +43,7 @@ Any SAL_CALL DesktopContext::getValueByName( const OUString& Name)
if ( Name == JAVA_INTERACTION_HANDLER_NAME )
{
#if HAVE_FEATURE_JAVA
- retVal = makeAny( Reference< XInteractionHandler >( new svt::JavaInteractionHandler()) );
+ retVal <<= Reference< XInteractionHandler >( new svt::JavaInteractionHandler());
#endif
}
else if( m_xNextContext.is() )