Kaydet (Commit) 59c13c04 authored tarafından Matteo Casalin's avatar Matteo Casalin

long to sal_Int32 as index for Sequence

Change-Id: I111fe8aaf9b2ce3b6276c51195911520961602e4
üst c41b573d
......@@ -290,7 +290,7 @@ void SwEnvPage::InitDatabaseBox()
Sequence<OUString> aDataNames = SwNewDBMgr::GetExistingDatabaseNames();
const OUString* pDataNames = aDataNames.getConstArray();
for (long i = 0; i < aDataNames.getLength(); i++)
for (sal_Int32 i = 0; i < aDataNames.getLength(); i++)
m_pDatabaseLB->InsertEntry(pDataNames[i]);
OUString sDBName = sActDBName.getToken( 0, DB_DELIM );
......
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