summaryrefslogtreecommitdiffstats
path: root/filter/source/msfilter/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/msfilter/services.cxx')
-rw-r--r--filter/source/msfilter/services.cxx15
1 files changed, 1 insertions, 14 deletions
diff --git a/filter/source/msfilter/services.cxx b/filter/source/msfilter/services.cxx
index 87ea38532d96..ec63f5089ba9 100644
--- a/filter/source/msfilter/services.cxx
+++ b/filter/source/msfilter/services.cxx
@@ -18,23 +18,10 @@
*/
#include <cppuhelper/implementationentry.hxx>
+#include <filter/msfilter/msvbahelper.hxx>
using namespace ::com::sun::star::uno;
-// Declare static functions providing service information =====================
-
-#define DECLARE_FUNCTIONS( className ) \
-extern OUString SAL_CALL className##_getImplementationName() throw(); \
-extern Sequence< OUString > SAL_CALL className##_getSupportedServiceNames() throw(); \
-extern Reference< XInterface > SAL_CALL className##_createInstance( \
- const Reference< XComponentContext >& rxContext ) throw (Exception)
-
-namespace ooo { namespace vba { DECLARE_FUNCTIONS( VBAMacroResolver ); } }
-
-#undef DECLARE_FUNCTIONS
-
-
-
namespace {
#define IMPLEMENTATION_ENTRY( className ) \