copy&paste typo
Change-Id: I528a6a747e88fe2a4b4abfd9372daddf4e8aa502
This commit is contained in:
parent
d3dce837fa
commit
fb92c8d6a4
1 changed files with 1 additions and 1 deletions
|
@ -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_")
|
||||
|
|
Loading…
Reference in a new issue