summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/macroloader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc/macroloader.hxx')
-rw-r--r--sfx2/source/inc/macroloader.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sfx2/source/inc/macroloader.hxx b/sfx2/source/inc/macroloader.hxx
index 7dac814da03d..f0a775787d7e 100644
--- a/sfx2/source/inc/macroloader.hxx
+++ b/sfx2/source/inc/macroloader.hxx
@@ -50,13 +50,9 @@ class SfxMacroLoader : public cppu::WeakImplHelper4<
SfxObjectShell* GetObjectShell_Impl();
public:
- SfxMacroLoader()
+ SfxMacroLoader(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments)
throw (css::uno::Exception, css::uno::RuntimeException);
- /// Initialization function after having acquire()'d.
- void SAL_CALL constructorInit(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >&)
- throw (::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException);
-
virtual OUString SAL_CALL getImplementationName()
throw (css::uno::RuntimeException);