summaryrefslogtreecommitdiffstats
path: root/scripting/source/provider/ScriptImpl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-27 15:38:52 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-28 06:31:27 +0000
commitd95a27f944c8a28d0368f248028ddf395fe1c57e (patch)
tree0595aead6f463adff018f7c51b7d089225d29460 /scripting/source/provider/ScriptImpl.hxx
parenthandle scrollwheel events in TabBar of Sidebar (diff)
downloadcore-d95a27f944c8a28d0368f248028ddf395fe1c57e.tar.gz
core-d95a27f944c8a28d0368f248028ddf395fe1c57e.zip
com::sun::star->css in scaddins,sccomp,scripting
Change-Id: Id9167341940bac65f055e1e33ff0670f6fa0f6c4 Reviewed-on: https://gerrit.libreoffice.org/19629 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'scripting/source/provider/ScriptImpl.hxx')
-rw-r--r--scripting/source/provider/ScriptImpl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/source/provider/ScriptImpl.hxx b/scripting/source/provider/ScriptImpl.hxx
index c8758f3224f8..773ee22c11eb 100644
--- a/scripting/source/provider/ScriptImpl.hxx
+++ b/scripting/source/provider/ScriptImpl.hxx
@@ -36,7 +36,7 @@ namespace func_provider
{
class ScriptImpl :
- public ::cppu::WeakImplHelper < ::drafts::com::sun::star::script::framework::provider::XScript >
+ public ::cppu::WeakImplHelper < ::draftscss::script::framework::provider::XScript >
{
public:
@@ -47,7 +47,7 @@ public:
*/
ScriptImpl(
const css::uno::Reference< css::beans::XPropertySet > & scriptingContext,
- const css::uno::Reference< ::drafts::com::sun::star::script::framework::runtime::XScriptInvocation > & runtimeMgr,
+ const css::uno::Reference< ::draftscss::script::framework::runtime::XScriptInvocation > & runtimeMgr,
const OUString& scriptURI )
throw ( css::uno::RuntimeException );
@@ -89,7 +89,7 @@ public:
private:
css::uno::Reference< css::beans::XPropertySet > m_XScriptingContext;
- css::uno::Reference < ::drafts::com::sun::star::script::framework::runtime::XScriptInvocation > m_RunTimeManager;
+ css::uno::Reference < ::draftscss::script::framework::runtime::XScriptInvocation > m_RunTimeManager;
OUString m_ScriptURI;
/* copy ctor disabled, i.e. not defined */