summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-07 16:23:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-07 16:23:36 +0200
commit006b76a785a9829bfb19f068eb49414611fe0611 (patch)
treedee52671a72b307ced6c96d7e1f6d58b879138c9 /vbahelper
parentc9d99268b434f6bf154de673ad08203cfe7bf15e (diff)
Requires explicit ctor
Change-Id: I9c3a8b7366cda75d25341afaf35da9e1ea7e4f9f
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;