Kaydet (Commit) 396b3594 authored tarafından Tsutomu Uchino's avatar Tsutomu Uchino Kaydeden (comit) Caolán McNamara

Resolves: #i118909# fix empty elements of return value...

in UICategoryDescription::getElementNames

(cherry picked from commit e4eb0147)

Change-Id: Ib5a2e14ecb446c339afe5e53be435478845a4024
üst 55e5c0fa
...@@ -735,7 +735,7 @@ throw (::com::sun::star::uno::RuntimeException) ...@@ -735,7 +735,7 @@ throw (::com::sun::star::uno::RuntimeException)
ModuleToCommandFileMap::const_iterator pIter = m_aModuleToCommandFileMap.begin(); ModuleToCommandFileMap::const_iterator pIter = m_aModuleToCommandFileMap.begin();
while ( pIter != m_aModuleToCommandFileMap.end() ) while ( pIter != m_aModuleToCommandFileMap.end() )
{ {
aSeq[n] = pIter->first; aSeq[n++] = pIter->first;
++pIter; ++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