summaryrefslogtreecommitdiff
path: root/include/vbahelper
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-14 12:45:51 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:45:51 +0200
commit2346c010eab052aae2485bae522d06766e192cf0 (patch)
tree3a16580b146ab3d89757317a63d2aba8fd038238 /include/vbahelper
parentb1456548611b44735be2ebf66d2cb1943c7e4322 (diff)
fix mac build
Change-Id: I3f29b389543d23bb230964d81ed9a6a946a4414d
Diffstat (limited to 'include/vbahelper')
-rw-r--r--include/vbahelper/vbacollectionimpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbacollectionimpl.hxx b/include/vbahelper/vbacollectionimpl.hxx
index 47e08916bce7..469802398341 100644
--- a/include/vbahelper/vbacollectionimpl.hxx
+++ b/include/vbahelper/vbacollectionimpl.hxx
@@ -309,7 +309,7 @@ public:
// XDefaultMethod
OUString SAL_CALL getDefaultMethodName( ) throw (css::uno::RuntimeException)
{
- return "Item";
+ return OUString("Item");
}
// XEnumerationAccess
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() throw (css::uno::RuntimeException) = 0;