summaryrefslogtreecommitdiff
path: root/vbahelper/inc
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-07-12 11:17:00 +0200
committerDaniel Rentz <dr@openoffice.org>2010-07-12 11:17:00 +0200
commitadf3c10549e3a755f8705e3b97939f4488ee7381 (patch)
treead73e9dd31351b268c1b60eea33cf8b485335119 /vbahelper/inc
parentbb51dc29f50476471308159c97c25fa059dcd17a (diff)
mib17: #i112634# API changes
Diffstat (limited to 'vbahelper/inc')
-rwxr-xr-xvbahelper/inc/vbahelper/vbaeventshelperbase.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vbahelper/inc/vbahelper/vbaeventshelperbase.hxx b/vbahelper/inc/vbahelper/vbaeventshelperbase.hxx
index a84b0e28f9db..b7216746c81d 100755
--- a/vbahelper/inc/vbahelper/vbaeventshelperbase.hxx
+++ b/vbahelper/inc/vbahelper/vbaeventshelperbase.hxx
@@ -29,7 +29,7 @@
#define VBAHELPER_VBAEVENTSHELPERBASE_HXX
#include <com/sun/star/lang/XEventListener.hpp>
-#include <com/sun/star/script/vba/XEventProcessor.hpp>
+#include <com/sun/star/script/vba/XVBAEventProcessor.hpp>
#include <cppuhelper/implbase2.hxx>
#include <map>
#include <deque>
@@ -41,7 +41,7 @@ namespace com { namespace sun { namespace star {
// ============================================================================
-typedef ::cppu::WeakImplHelper2< css::script::vba::XEventProcessor, css::lang::XEventListener > VbaEventsHelperBase_BASE;
+typedef ::cppu::WeakImplHelper2< css::script::vba::XVBAEventProcessor, css::lang::XEventListener > VbaEventsHelperBase_BASE;
class VBAHELPER_DLLPUBLIC VbaEventsHelperBase : public VbaEventsHelperBase_BASE
{
@@ -51,7 +51,7 @@ public:
const css::uno::Reference< css::uno::XComponentContext >& xContext );
virtual ~VbaEventsHelperBase();
- // XEventProcessor
+ // XVBAEventProcessor
virtual void SAL_CALL setIgnoreEvents( sal_Bool bIgnoreEvents ) throw (css::uno::RuntimeException);
virtual sal_Bool SAL_CALL getIgnoreEvents() throw (css::uno::RuntimeException);
virtual sal_Bool SAL_CALL hasVbaEventHandler( sal_Int32 nEventId, const css::uno::Sequence< css::uno::Any >& rArgs ) throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);