diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-07 12:20:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-07 12:20:21 +0000 |
commit | 63d6ee621826f5c0575db8c9ed9d66e0a7dc3523 (patch) | |
tree | 036210e677600fadc5828c69ef1dc1a0b001951a /desktop | |
parent | ebd112a89594303f0e1006d013d73953e8daf81c (diff) |
INTEGRATION: CWS jl22 (1.2.272); FILE MERGED
2005/06/22 14:58:45 jl 1.2.272.1: #i37020
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/desktopcontext.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
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 <vcl/svapp.hxx> -#include <javainteractionhandler.hxx> +#include <svtools/javainteractionhandler.hxx> 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() ) { |