diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 13:05:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 13:05:18 +0000 |
commit | 492bd01b946f3b40cde1c3cb246fe88160c0c499 (patch) | |
tree | 0f3c8f40cc475244ed95fe183028383f0d794f75 /scripting | |
parent | 76159289d2e480558d571ad51117c9a1da25f730 (diff) |
INTEGRATION: CWS scriptingf6 (1.5.40); FILE MERGED
2004/08/03 14:45:03 dfoster 1.5.40.1: #i32502#
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/protocolhandler/scripthandler.hxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/scripting/source/protocolhandler/scripthandler.hxx b/scripting/source/protocolhandler/scripthandler.hxx index c40b908156ae..750d48245937 100644 --- a/scripting/source/protocolhandler/scripthandler.hxx +++ b/scripting/source/protocolhandler/scripthandler.hxx @@ -2,9 +2,9 @@ * * $RCSfile: scripthandler.hxx,v $ * -* $Revision: 1.5 $ +* $Revision: 1.6 $ * -* last change: $Author: toconnor $ $Date: 2003-10-29 15:26:02 $ +* last change: $Author: rt $ $Date: 2004-10-22 14:05:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,7 +68,7 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <cppuhelper/implbase4.hxx> -#include <drafts/com/sun/star/script/provider/XScriptProvider.hpp> +#include <com/sun/star/script/provider/XScriptProvider.hpp> namespace rtl { @@ -116,7 +116,6 @@ namespace scripting_protocolhandler // for simplification #define css ::com::sun::star -#define dcss ::drafts::com::sun::star class ScriptProtocolHandler : public ::cppu::WeakImplHelper4< css::frame::XDispatchProvider, @@ -126,7 +125,7 @@ private: bool m_bInitialised; css::uno::Reference < css::lang::XMultiServiceFactory > m_xFactory; css::uno::Reference < css::frame::XFrame > m_xFrame; - css::uno::Reference < dcss::script::provider::XScriptProvider > + css::uno::Reference < css::script::provider::XScriptProvider > m_xScriptProvider; void createScriptProvider( const ::rtl::OUString& url ) throw( css::uno::RuntimeException ); public: |