diff options
author | László Németh <laszlo.nemeth@collabora.com> | 2015-03-30 12:24:28 +0200 |
---|---|---|
committer | László Németh <laszlo.nemeth@collabora.com> | 2015-03-30 12:32:33 +0200 |
commit | 6ec9e87ced60add494f8d397017f8f9ffc65a00a (patch) | |
tree | 410d9761e033fa163e9e7167f0b792edd7c23043 /include/unotest | |
parent | c5b85b075c1063907dc37e304b0911cd81f5b062 (diff) |
Unit tests for SkipImages
SkipImages filter option skips image loading during DOC and DOCX
imports, but it keeps the text of textboxes and custom shapes.
Change-Id: Ia0ab3b350b9da22d9375787883678cc357a704b3
Diffstat (limited to 'include/unotest')
-rw-r--r-- | include/unotest/macros_test.hxx | 3 |
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; |