diff options
Diffstat (limited to 'test/source/text/baseindex.cxx')
-rw-r--r-- | test/source/text/baseindex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/text/baseindex.cxx b/test/source/text/baseindex.cxx index 56443dd1caab..172cabb57981 100644 --- a/test/source/text/baseindex.cxx +++ b/test/source/text/baseindex.cxx @@ -100,7 +100,7 @@ void BaseIndex::testBaseIndexProperties() // BackGraphicURL is "set-only" attribute CPPUNIT_ASSERT_MESSAGE("Expected RuntimeException wasn't thrown", bOK); - utl::TempFile aTempFile; + utl::TempFileNamed aTempFile; aTempFile.EnableKillingFile(); writerFileWithBitmap(aTempFile.GetURL()); |