Kaydet (Commit) 3f411f36 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Adapt to removal of dangerous operators

üst 8703f3e3
......@@ -572,7 +572,7 @@ SAL_IMPLEMENT_MAIN()
// setup assembly info: xxx todo set more? e.g. avoid strong versioning
AssemblyName * assembly_name = new AssemblyName();
assembly_name->set_CodeBase( output_dir );
assembly_name->set_Name( name );
assembly_name->set_Name( name.getStr() );
if (kp != NULL)
assembly_name->set_KeyPair(kp);
......
......@@ -605,7 +605,7 @@ System::String* mapPolymorphicName(System::String* unoName, bool bCliToUno)
index = cur;
if (bCliToUno)
{
builder->Append(mapCliTypeName(sParam));
builder->Append(mapCliTypeName(sParam).getStr());
}
else
{
......
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