summaryrefslogtreecommitdiff
path: root/io/test/stm/marktest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/test/stm/marktest.cxx')
-rw-r--r--io/test/stm/marktest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/io/test/stm/marktest.cxx b/io/test/stm/marktest.cxx
index f4b94bb4444e..6730d2d49c85 100644
--- a/io/test/stm/marktest.cxx
+++ b/io/test/stm/marktest.cxx
@@ -131,7 +131,7 @@ sal_Int32 OMarkableOutputStreamTest::test(
}
else
{
- Reference < XInterface > x = m_rFactory->createInstance( OUString("com.sun.star.io.Pipe"));
+ Reference < XInterface > x = m_rFactory->createInstance("com.sun.star.io.Pipe");
Reference< XOutputStream > rPipeOutput( x , UNO_QUERY );
Reference < XInputStream > rPipeInput( x , UNO_QUERY );
@@ -498,7 +498,7 @@ sal_Int32 OMarkableInputStreamTest::test(
testInvariant( TestName , TestObject );
}
else {
- Reference < XInterface > x = m_rFactory->createInstance( OUString("com.sun.star.io.Pipe"));
+ Reference < XInterface > x = m_rFactory->createInstance("com.sun.star.io.Pipe");
Reference< XOutputStream > rPipeOutput( x , UNO_QUERY );
Reference < XInputStream > rPipeInput( x , UNO_QUERY );