summaryrefslogtreecommitdiff
path: root/include/unotest/macros_test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotest/macros_test.hxx')
-rw-r--r--include/unotest/macros_test.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotest/macros_test.hxx b/include/unotest/macros_test.hxx
index 8773a6c99568..b2ac283e4f7d 100644
--- a/include/unotest/macros_test.hxx
+++ b/include/unotest/macros_test.hxx
@@ -37,7 +37,7 @@ class Directories;
}
namespace utl
{
-class TempFile;
+class TempFileNamed;
}
namespace com::sun::star::security
@@ -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::TempFile& rTempFile,
+ static std::unique_ptr<SvStream> parseExportStream(const utl::TempFileNamed& rTempFile,
const OUString& rStreamName);
void setUpNssGpg(const test::Directories& rDirectories, const OUString& rTestName);