[Libreoffice-commits] core.git: include/vbahelper
Thomas Arnhold
thomas at arnhold.org
Mon Apr 14 03:46:25 PDT 2014
include/vbahelper/vbacollectionimpl.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2346c010eab052aae2485bae522d06766e192cf0
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Mon Apr 14 12:45:51 2014 +0200
fix mac build
Change-Id: I3f29b389543d23bb230964d81ed9a6a946a4414d
diff --git a/include/vbahelper/vbacollectionimpl.hxx b/include/vbahelper/vbacollectionimpl.hxx
index 47e0891..4698023 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;
More information about the Libreoffice-commits
mailing list