summaryrefslogtreecommitdiff
path: root/cli_ure/source/climaker/climaker_emit.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure/source/climaker/climaker_emit.cxx')
-rw-r--r--cli_ure/source/climaker/climaker_emit.cxx2
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 e1bebf20e078..ee7e2c944b9f 100644
--- a/cli_ure/source/climaker/climaker_emit.cxx
+++ b/cli_ure/source/climaker/climaker_emit.cxx
@@ -239,7 +239,7 @@ System::String^ mapUnoPolymorphicName(System::String^ unoName)
System::String ^ sParam = unoName->Substring(index, cur - index);
//skip the comma
cur++;
- //the the index to the beginning of the next param
+ //the index to the beginning of the next param
index = cur;
builder->Append(mapUnoTypeName(sParam));
}