Kaydet (Commit) b19db6b2 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: apend->append

Change-Id: I062c95ca8d478ba6c241723dda25c1dc4d7bb852
üst 43048493
......@@ -194,7 +194,7 @@ System::String^ mapUnoTypeName(System::String ^ typeName)
buf->Append(const_cast<System::String^>(Constants::sUnoidl));
buf->Append(mapUnoPolymorphicName(sUnoName));
}
// apend []
// append []
for (;dims--;)
buf->Append(const_cast<System::String^>(Constants::sBrackets));
......
......@@ -515,7 +515,7 @@ System::String^ mapUnoTypeName(rtl_uString const * typeName)
System::String ^ sName = mapUnoPolymorphicName(sUnoName);
buf->Append(sName);
}
// apend []
// append []
for (;dims--;)
buf->Append(const_cast<System::String^>(Constants::sBrackets));
......
......@@ -387,7 +387,7 @@ public class sdbcx
xKeyCol.setPropertyValue("Name","SNR");
// append the key column
xKeyColAppend.appendByDescriptor(xKeyCol);
// apend the key
// append the key
xKeyAppend.appendByDescriptor(xKey);
// the last step is to append the new table to the tables collection
XAppend xTableAppend = UnoRuntime.queryInterface(XAppend.class,xTabFac);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment