codemaker/source/cppumaker/cpputype.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fb92c8d6a456bf99eff5b5786b3c9fe22d547615 Author: Matúš Kukan <[email protected]> Date: Tue Jan 28 19:47:27 2014 +0100 copy&paste typo Change-Id: I528a6a747e88fe2a4b4abfd9372daddf4e8aa502 diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx index d172d29..691aa75 100644 --- a/codemaker/source/cppumaker/cpputype.cxx +++ b/codemaker/source/cppumaker/cpputype.cxx @@ -3778,7 +3778,7 @@ void SingletonType::dumpHxxFile( << name_.replaceAll(".", "_dot_") << ") && defined LO_URE_CTOR_FUN_" << name_.replaceAll(".", "_dot_") << "\n" << indent() - << "the_instance = ::css::uno::Reference< " << scopedBaseName + << "instance = ::css::uno::Reference< " << scopedBaseName << (" >(::css::uno::Reference< ::css::uno::XInterface >(" "static_cast< ::css::uno::XInterface * >((*" "LO_URE_CTOR_FUN_")
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
