summaryrefslogtreecommitdiff
path: root/include/unotest
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotest')
-rw-r--r--include/unotest/macros_test.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/unotest/macros_test.hxx b/include/unotest/macros_test.hxx
index 12108baa721b..ae006fc3570d 100644
--- a/include/unotest/macros_test.hxx
+++ b/include/unotest/macros_test.hxx
@@ -27,7 +27,8 @@ namespace unotest {
class OOO_DLLPUBLIC_UNOTEST MacrosTest
{
public:
- css::uno::Reference< css::lang::XComponent > loadFromDesktop(const OUString& rURL, const OUString& rDocService = OUString() );
+ css::uno::Reference< css::lang::XComponent > loadFromDesktop(const OUString& rURL, const OUString& rDocService = OUString(),
+ css::uno::Sequence<css::beans::PropertyValue> extra_args = css::uno::Sequence<css::beans::PropertyValue>() );
protected:
css::uno::Reference< css::frame::XDesktop2> mxDesktop;