diff options
Diffstat (limited to 'cli_ure/source')
-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 a2c77c026a72..0f3c3b73a0b9 100644 --- a/cli_ure/source/climaker/climaker_emit.cxx +++ b/cli_ure/source/climaker/climaker_emit.cxx @@ -475,7 +475,7 @@ Assembly ^ TypeEmitter::type_resolve( if (nullptr == ret_type) { Reference< reflection::XConstantTypeDescription > xConstant( - xType, UNO_QUERY_THROW ); + xType, UNO_SET_THROW ); ::System::Object ^ constant = to_cli_constant( xConstant->getConstantValue() ); Emit::TypeBuilder ^ type_builder = |