summaryrefslogtreecommitdiff
path: root/scripting/source/basprov/basscript.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/basprov/basscript.hxx')
-rw-r--r--scripting/source/basprov/basscript.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/source/basprov/basscript.hxx b/scripting/source/basprov/basscript.hxx
index 203a3f691e2e..0cf87fbf51b1 100644
--- a/scripting/source/basprov/basscript.hxx
+++ b/scripting/source/basprov/basscript.hxx
@@ -23,7 +23,7 @@
#include "bcholder.hxx"
#include <com/sun/star/script/provider/XScript.hpp>
#include <com/sun/star/document/XScriptInvocationContext.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <comphelper/proparrhlp.hxx>
#include <comphelper/propertycontainer.hxx>
#include <basic/sbmeth.hxx>
@@ -40,7 +40,7 @@ namespace basprov
// class BasicScriptImpl
- typedef ::cppu::WeakImplHelper1<
+ typedef ::cppu::WeakImplHelper<
::com::sun::star::script::provider::XScript > BasicScriptImpl_BASE;