Kaydet (Commit) e2407767 authored tarafından Ivan Timofeev's avatar Ivan Timofeev

remember that map has been initialized

üst 0439af27
...@@ -193,6 +193,7 @@ sal_Int16 MapGroupIDToCommandGroup( sal_Int16 nGroupID ) ...@@ -193,6 +193,7 @@ sal_Int16 MapGroupIDToCommandGroup( sal_Int16 nGroupID )
GroupIDCommandGroupMap[i].nCommandGroup )); GroupIDCommandGroupMap[i].nCommandGroup ));
++i; ++i;
} }
bGroupIDMapInitialized = sal_True;
} }
GroupHashMap::const_iterator pIter = mHashMap.find( nGroupID ); GroupHashMap::const_iterator pIter = mHashMap.find( nGroupID );
......
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