summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-10-19 14:14:02 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2022-10-19 15:19:02 +0200
commitf3a82a8ba51195cf31b0f78164735acc7ebbcd2f (patch)
treeda3d125b78a15f1f61fc8a6d304043f609f5afc5 /include/test
parentfed64d0f8023b425b1151a1aada4632e6c5301d6 (diff)
sc: factor out common code in tests
Change-Id: I58558dd87f235bf3699f3f65271522bb1e7a2ea0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141529 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'include/test')
-rw-r--r--include/test/calc_unoapi_test.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/test/calc_unoapi_test.hxx b/include/test/calc_unoapi_test.hxx
index 7d1bb0521115..369e48b877f2 100644
--- a/include/test/calc_unoapi_test.hxx
+++ b/include/test/calc_unoapi_test.hxx
@@ -22,6 +22,9 @@ public:
virtual void setUp() override;
virtual void tearDown() override;
+ css::uno::Any executeMacro(const OUString& rScriptURL,
+ const css::uno::Sequence<css::uno::Any>& rParams = {});
+
protected:
// reference to document component that we are testing
css::uno::Reference<css::lang::XComponent> mxComponent;