summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-14 12:25:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-14 12:25:30 +0200
commit52494aad920c713e17cd2c5e452a5e634f1bd2e7 (patch)
treec847fa88a9903d2e4bac6b60f35a5b25bb46eed7 /include/filter
parenta736781e836f5a3b25c6166e2474beb3af7e1f29 (diff)
Clean up function declarations and some unused functions
Change-Id: I68b488d45c77ebf82029bfede98dca2400e02f2f
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/msvbahelper.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/filter/msfilter/msvbahelper.hxx b/include/filter/msfilter/msvbahelper.hxx
index d3593145f8a6..7fbe36dd1aa0 100644
--- a/include/filter/msfilter/msvbahelper.hxx
+++ b/include/filter/msfilter/msvbahelper.hxx
@@ -96,7 +96,15 @@ private:
OUString maProjectName;
};
+OUString SAL_CALL VBAMacroResolver_getImplementationName();
+css::uno::Sequence<OUString> SAL_CALL
+VBAMacroResolver_getSupportedServiceNames();
+
+css::uno::Reference<css::uno::XInterface> SAL_CALL
+VBAMacroResolver_createInstance(
+ css::uno::Reference<css::uno::XComponentContext > const & rxContext)
+ throw (css::uno::Exception);
} // namespace vba
} // namespace ooo