summaryrefslogtreecommitdiff
path: root/io/test/stm/datatest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/test/stm/datatest.cxx')
-rw-r--r--io/test/stm/datatest.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/io/test/stm/datatest.cxx b/io/test/stm/datatest.cxx
index 657bc570d139..fb2600885364 100644
--- a/io/test/stm/datatest.cxx
+++ b/io/test/stm/datatest.cxx
@@ -735,8 +735,7 @@ sal_Int32 OObjectStreamTest::test( const OUString& TestName,
Reference <XInputStream > markableInput( x , UNO_QUERY );
Reference <XActiveDataSink> markableSink( x , UNO_QUERY );
- x = m_rFactory->createInstance( OUString(
- "com.sun.star.io.MarkableOutputStream" ) );
+ x = m_rFactory->createInstance( "com.sun.star.io.MarkableOutputStream" );
Reference <XOutputStream > markableOutput( x , UNO_QUERY );
Reference <XActiveDataSource > markableSource( x , UNO_QUERY );