[Libreoffice-commits] core.git: codemaker/source

Matúš Kukan matus.kukan at collabora.com
Tue Jan 28 10:48:19 PST 2014


 codemaker/source/cppumaker/cpputype.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fb92c8d6a456bf99eff5b5786b3c9fe22d547615
Author: Matúš Kukan <matus.kukan at collabora.com>
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_")


More information about the Libreoffice-commits mailing list