Kaydet (Commit) e4eb0147 authored tarafından Tsutomu Uchino's avatar Tsutomu Uchino

#i118909# fix empty elements of return value in UICategoryDescription::getElementNames

üst 3acdfc0f
......@@ -761,7 +761,7 @@ throw (::com::sun::star::uno::RuntimeException)
ModuleToCommandFileMap::const_iterator pIter = m_aModuleToCommandFileMap.begin();
while ( pIter != m_aModuleToCommandFileMap.end() )
{
aSeq[n] = pIter->first;
aSeq[n++] = pIter->first;
++pIter;
}
......
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