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.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/cli_ure/source/uno_bridge/cli_data.cxx b/cli_ure/source/uno_bridge/cli_data.cxx
index 9292b4af43c5..373e4bf10a5f 100644
--- a/cli_ure/source/uno_bridge/cli_data.cxx
+++ b/cli_ure/source/uno_bridge/cli_data.cxx
@@ -37,8 +37,6 @@
#undef VOID
-namespace css = com::sun::star;
-
namespace sri = System::Runtime::InteropServices;
namespace sr = System::Reflection;
namespace st = System::Text;
@@ -542,7 +540,7 @@ System::String^ mapUnoTypeName(rtl_uString const * typeName)
The values in the type list
are uno types and are replaced by cli types, such as System.Char,
System.Int32, etc.
- The prfix unoidl is not added.
+ The präfix unoidl is not added.
*/
inline System::String^ mapUnoPolymorphicName(System::String^ unoName)
{
@@ -553,7 +551,7 @@ inline System::String^ mapUnoPolymorphicName(System::String^ unoName)
The values in the type list
are CLI types and are replaced by uno types, such as char,
long, etc.
- The prfix unoidl remains.
+ The präfix unoidl remains.
*/
inline System::String^ mapCliPolymorphicName(System::String^ unoName)
{