diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:45:51 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:45:51 +0200 |
commit | 2346c010eab052aae2485bae522d06766e192cf0 (patch) | |
tree | 3a16580b146ab3d89757317a63d2aba8fd038238 | |
parent | b1456548611b44735be2ebf66d2cb1943c7e4322 (diff) |
fix mac build
Change-Id: I3f29b389543d23bb230964d81ed9a6a946a4414d
-rw-r--r-- | include/vbahelper/vbacollectionimpl.hxx | 2 |
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; |