summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/msvbahelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/msfilter/msvbahelper.cxx')
-rw-r--r--filter/source/msfilter/msvbahelper.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/filter/source/msfilter/msvbahelper.cxx b/filter/source/msfilter/msvbahelper.cxx
index 278112b4ef9e..744fdc2591fa 100644
--- a/filter/source/msfilter/msvbahelper.cxx
+++ b/filter/source/msfilter/msvbahelper.cxx
@@ -506,7 +506,6 @@ bool executeMacro( SfxObjectShell* pShell, const OUString& sMacroName, uno::Sequ
}
-
uno::Sequence< OUString > VBAMacroResolver_getSupportedServiceNames()
{
uno::Sequence<OUString> aServiceNames { "com.sun.star.script.vba.VBAMacroResolver" };
@@ -524,7 +523,6 @@ uno::Reference< uno::XInterface > SAL_CALL VBAMacroResolver_createInstance( cons
}
-
VBAMacroResolver::VBAMacroResolver() :
mpObjShell( nullptr )
{