diff options
-rw-r--r-- | cli_ure/source/climaker/climaker_emit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/climaker/climaker_emit.cxx b/cli_ure/source/climaker/climaker_emit.cxx index cb4e427d7904..fcefc2637572 100644 --- a/cli_ure/source/climaker/climaker_emit.cxx +++ b/cli_ure/source/climaker/climaker_emit.cxx @@ -1140,7 +1140,7 @@ Assembly ^ TypeEmitter::type_resolve( const OUString sType(entry->m_xType->getName()); const OUString sMemberName(pseq_member_names[i]); if ( ! pseq_members[i].is()) - throw RuntimeException("Missing type description . Check if you need to " + + throw RuntimeException("Missing type description . Check if you need to " "specify additional RDBs with the --extra option. Type missing for: " + sType + "::" + sMemberName,0); } |