summaryrefslogtreecommitdiff
path: root/shell/source/win32/workbench/TestSmplMail.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/workbench/TestSmplMail.cxx')
-rw-r--r--shell/source/win32/workbench/TestSmplMail.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/workbench/TestSmplMail.cxx b/shell/source/win32/workbench/TestSmplMail.cxx
index f4d6bba45c0a..f0fbb18e6a9c 100644
--- a/shell/source/win32/workbench/TestSmplMail.cxx
+++ b/shell/source/win32/workbench/TestSmplMail.cxx
@@ -88,7 +88,7 @@ int SAL_CALL main(int , char*, char* )
try
{
Reference< XSimpleMailClientSupplier > xSmplMailClientSuppl(
- g_xFactory->createInstance( OUString("com.sun.star.system.SimpleSystemMail") ), UNO_QUERY );
+ g_xFactory->createInstance("com.sun.star.system.SimpleSystemMail"), UNO_QUERY );
if ( !xSmplMailClientSuppl.is() )
{