[Libreoffice-commits] .: vbahelper/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 7 07:24:08 PDT 2012


 vbahelper/source/vbahelper/vbaglobalbase.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 006b76a785a9829bfb19f068eb49414611fe0611
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Sep 7 16:23:36 2012 +0200

    Requires explicit ctor
    
    Change-Id: I9c3a8b7366cda75d25341afaf35da9e1ea7e4f9f

diff --git a/vbahelper/source/vbahelper/vbaglobalbase.cxx b/vbahelper/source/vbahelper/vbaglobalbase.cxx
index 62091b6..b5327c1 100644
--- a/vbahelper/source/vbahelper/vbaglobalbase.cxx
+++ b/vbahelper/source/vbahelper/vbaglobalbase.cxx
@@ -152,7 +152,7 @@ VbaGlobalsBase::getAvailableServiceNames(  ) throw (uno::RuntimeException)
 {
     static const OUString names[] = {
     // common
-        "ooo.vba.msforms.UserForm" ,
+        OUString("ooo.vba.msforms.UserForm"),
       };
     static uno::Sequence< OUString > serviceNames( names, sizeof( names )/ sizeof( names[0] ) );
     return serviceNames;


More information about the Libreoffice-commits mailing list