summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-07-12 20:12:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-13 08:47:58 +0200
commitcea25cb5eda6bcef6c74c735a2c38dea57191a1b (patch)
tree65ad40ae6565827dd6b5d8ad937461091e211711 /include
parent3cfc390ecd7c7e9095c77383c460c522437bdabe (diff)
filter/msfilter: create instances with uno constructors
See tdf#74608 for motivation. Change-Id: I7bc7e89699173966406272138301a4ca2422281d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98609 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/filter/msfilter/msvbahelper.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/filter/msfilter/msvbahelper.hxx b/include/filter/msfilter/msvbahelper.hxx
index 673476caa9b6..0693e71a265f 100644
--- a/include/filter/msfilter/msvbahelper.hxx
+++ b/include/filter/msfilter/msvbahelper.hxx
@@ -105,15 +105,6 @@ private:
OUString maProjectName;
};
-OUString VBAMacroResolver_getImplementationName();
-
-css::uno::Sequence<OUString>
-VBAMacroResolver_getSupportedServiceNames();
-
-/// @throws css::uno::Exception
-css::uno::Reference<css::uno::XInterface>
-VBAMacroResolver_createInstance(
- css::uno::Reference<css::uno::XComponentContext > const & rxContext);
} // namespace vba
} // namespace ooo