From 3ef88d370e5b448c8c62a759ec073bb33a9f6965 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 4 Nov 2013 13:33:17 +0200 Subject: remove unnecessary use of OUString constructor in DBACCESS module Change-Id: I831a6506211be30c5b743c20724904c903c5b3c0 --- dbaccess/source/ui/relationdesign/RelationController.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ui/relationdesign') diff --git a/dbaccess/source/ui/relationdesign/RelationController.cxx b/dbaccess/source/ui/relationdesign/RelationController.cxx index c718a60abf15..aaf436291e6e 100644 --- a/dbaccess/source/ui/relationdesign/RelationController.cxx +++ b/dbaccess/source/ui/relationdesign/RelationController.cxx @@ -100,7 +100,7 @@ OUString ORelationController::getImplementationName_Static() throw( RuntimeExcep Sequence< OUString> ORelationController::getSupportedServiceNames_Static(void) throw( RuntimeException ) { Sequence< OUString> aSupported(1); - aSupported.getArray()[0] = OUString("com.sun.star.sdb.RelationDesign"); + aSupported[0] = "com.sun.star.sdb.RelationDesign"; return aSupported; } -- cgit v1.2.3