summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-08-20 18:26:05 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-08-20 19:30:59 +0000
commit1c7af455ab9345304a7ac48ce2e0310de2ac8a75 (patch)
tree4c71062081ca1990f45c33c6a3ed0ed14278bd34 /cli_ure
parentc3164e42dcdf879ed53e235db13f498eb730bae9 (diff)
Re-work 8bit characters in source code, or remove them.
Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3 Reviewed-on: https://gerrit.libreoffice.org/5550 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/uno_bridge/cli_data.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli_ure/source/uno_bridge/cli_data.cxx b/cli_ure/source/uno_bridge/cli_data.cxx
index f8b5d4b7c348..1448fc13aa8b 100644
--- a/cli_ure/source/uno_bridge/cli_data.cxx
+++ b/cli_ure/source/uno_bridge/cli_data.cxx
@@ -538,7 +538,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 präfix unoidl is not added.
+ The prefix unoidl is not added.
*/
inline System::String^ mapUnoPolymorphicName(System::String^ unoName)
{
@@ -549,7 +549,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 präfix unoidl remains.
+ The prefix unoidl remains.
*/
inline System::String^ mapCliPolymorphicName(System::String^ unoName)
{