summaryrefslogtreecommitdiffstats
path: root/vbahelper
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper')
-rw-r--r--vbahelper/source/vbahelper/vbaglobalbase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbaglobalbase.cxx b/vbahelper/source/vbahelper/vbaglobalbase.cxx
index 62091b6246b8..b5327c13811a 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;