summaryrefslogtreecommitdiff
path: root/include/unotest/macros_test.hxx
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-11-03 09:55:06 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2022-11-03 13:41:14 +0100
commitd40d64da771427423786dc62a2f4ad08cab53179 (patch)
tree74b5b460e963ede6b6ecdccaed9cf2c577c7a69c /include/unotest/macros_test.hxx
parentbeceac5e0a2075696bbb267830ee952ade18da89 (diff)
swmodeltestbase: remove duplicated code
parseExportStream is already in MacrosTest Change-Id: Ibde88b176db1521966b6877bda90e06c278c397d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142218 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'include/unotest/macros_test.hxx')
-rw-r--r--include/unotest/macros_test.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotest/macros_test.hxx b/include/unotest/macros_test.hxx
index b2ac283e4f7d..e6c3ecce9683 100644
--- a/include/unotest/macros_test.hxx
+++ b/include/unotest/macros_test.hxx
@@ -92,7 +92,7 @@ public:
const css::uno::Sequence<css::beans::PropertyValue>& rPropertyValues);
/// Opens rStreamName from rTempFile, assuming it's a ZIP storage.
- static std::unique_ptr<SvStream> parseExportStream(const utl::TempFileNamed& rTempFile,
+ static std::unique_ptr<SvStream> parseExportStream(const OUString& url,
const OUString& rStreamName);
void setUpNssGpg(const test::Directories& rDirectories, const OUString& rTestName);