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