Kaydet (Commit) f269629d authored tarafından Noel Power's avatar Noel Power

fix mistaken String::CreateFromInt32 -> OUString::valueOf conversion

üst 6198fcd7
......@@ -1311,7 +1311,7 @@ namespace basctl
::std::insert_iterator< ::std::set< ::rtl::OUString > >( aUsedNamesCheck, aUsedNamesCheck.begin() ) );
bool bValid = false;
sal_uInt16 i = 1;
sal_Int32 i = 1;
while ( !bValid )
{
aObjectName = aBaseName;
......
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