summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-28 19:47:27 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-28 19:47:27 +0100
commitfb92c8d6a456bf99eff5b5786b3c9fe22d547615 (patch)
tree046d2d070569cf931a61f0827524e6bda6b7dba4 /codemaker
parentd3dce837fa29f4767648dd3f375b45584664e031 (diff)
copy&paste typo
Change-Id: I528a6a747e88fe2a4b4abfd9372daddf4e8aa502
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/source/cppumaker/cpputype.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx
index d172d29e9430..691aa752653c 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_")