From a5536d9a0eac922d18f9008122034ca943d50148 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 31 Oct 2013 17:16:50 +0200 Subject: remove unnecessary use of OUString constructor in SW module Change-Id: I015959dce567e5579ebb5c775fb57ae14e1cd3b1 --- sw/source/ui/vba/vbacells.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/vba/vbacells.cxx') diff --git a/sw/source/ui/vba/vbacells.cxx b/sw/source/ui/vba/vbacells.cxx index 37028bfd6a16..fe5b050508ad 100644 --- a/sw/source/ui/vba/vbacells.cxx +++ b/sw/source/ui/vba/vbacells.cxx @@ -205,7 +205,7 @@ SwVbaCells::getServiceNames() if ( sNames.getLength() == 0 ) { sNames.realloc( 1 ); - sNames[0] = OUString("ooo.vba.word.Cells"); + sNames[0] = "ooo.vba.word.Cells"; } return sNames; } -- cgit