summaryrefslogtreecommitdiff
path: root/cli_ure/source/uno_bridge/cli_data.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure/source/uno_bridge/cli_data.cxx')
-rw-r--r--cli_ure/source/uno_bridge/cli_data.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/cli_ure/source/uno_bridge/cli_data.cxx b/cli_ure/source/uno_bridge/cli_data.cxx
index c1671d71a57e..3efd7a426a52 100644
--- a/cli_ure/source/uno_bridge/cli_data.cxx
+++ b/cli_ure/source/uno_bridge/cli_data.cxx
@@ -1058,12 +1058,10 @@ void Bridge::map_to_uno(void * uno_data, System::Object^ cli_data,
sal_Int32 nPos = 0;
try
{
- typelib_TypeDescriptionReference * member_type= NULL;
-
OUString usUnoException("com.sun.star.uno.Exception");
for (; nPos < nMembers; ++nPos)
{
- member_type= comp_td->ppTypeRefs[nPos];
+ typelib_TypeDescriptionReference * member_type= comp_td->ppTypeRefs[nPos];
System::Object^ val= nullptr;
if (cli_data != nullptr)
{