From 63d6ee621826f5c0575db8c9ed9d66e0a7dc3523 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 7 Jul 2005 12:20:21 +0000 Subject: INTEGRATION: CWS jl22 (1.2.272); FILE MERGED 2005/06/22 14:58:45 jl 1.2.272.1: #i37020 --- desktop/source/app/desktopcontext.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'desktop') diff --git a/desktop/source/app/desktopcontext.cxx b/desktop/source/app/desktopcontext.cxx index 749253fa0d83..39d710bc1c72 100644 --- a/desktop/source/app/desktopcontext.cxx +++ b/desktop/source/app/desktopcontext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: desktopcontext.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-05-10 13:00:40 $ + * last change: $Author: obo $ $Date: 2005-07-07 13:20:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,7 @@ #endif #include -#include +#include using namespace rtl; using namespace com::sun::star::uno; @@ -88,7 +88,7 @@ Any SAL_CALL DesktopContext::getValueByName( const OUString& Name) throw (Runtim } else if ( 0 == Name.compareToAscii( JAVA_INTERACTION_HANDLER_NAME )) { - retVal = makeAny( Reference< XInteractionHandler >( new JavaInteractionHandler()) ); + retVal = makeAny( Reference< XInteractionHandler >( new svt::JavaInteractionHandler()) ); } else if( m_xNextContext.is() ) { -- cgit ice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff