include/vbahelper/vbacollectionimpl.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2346c010eab052aae2485bae522d06766e192cf0
Author: Thomas Arnhold <tho...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to