diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-08-31 17:56:27 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-08-31 22:41:11 +0200 |
commit | 78ced6235b0a0f043d9e9618cd8758a8e6f34d33 (patch) | |
tree | f274df4221d67b6fabd20d9a8e67b78192083995 /cli_ure | |
parent | 160a4dd9a35488786a3cd4aa1c4c1a74997e7b7e (diff) |
fix indentation
This is a follow up commit to
- 22d1beb78a475e4846af945afde1c4d6c263b5d6
- 1c7af455ab9345304a7ac48ce2e0310de2ac8a75
Change-Id: I55ff666c357c89ad355a1a5bc0d0347fcc188476
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/source/uno_bridge/cli_data.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cli_ure/source/uno_bridge/cli_data.cxx b/cli_ure/source/uno_bridge/cli_data.cxx index 6735908db22f..76739d622e7d 100644 --- a/cli_ure/source/uno_bridge/cli_data.cxx +++ b/cli_ure/source/uno_bridge/cli_data.cxx @@ -1545,10 +1545,10 @@ void Bridge::map_to_cli( break; } case typelib_TypeClass_TYPE: - { + { *cli_data= mapUnoType( *(typelib_TypeDescriptionReference * const *)uno_data ); break; - } + } case typelib_TypeClass_ANY: { uno_Any const * pAny = (uno_Any const *)uno_data; @@ -1569,7 +1569,7 @@ void Bridge::map_to_cli( break; } case typelib_TypeClass_ENUM: - { + { if (info != nullptr) { OSL_ASSERT(info->IsByRef); @@ -1986,8 +1986,8 @@ void Bridge::map_to_cli( buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("] unsupported type!") ); throw BridgeRuntimeError( buf.makeStringAndClear() ); } - } -} -} + } //switch +} // method +} // namespace /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |