diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-01-25 23:37:30 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-01-26 22:16:50 +0400 |
commit | e2407767b39df00c4057a8174391ab70b97a39a5 (patch) | |
tree | a5a3ea70f56eb9ae4cd5ae4ab5ab7b4fad815264 /sfx2 | |
parent | 0439af27e1f37b19d4409f34f974d6ade49f99bf (diff) |
remember that map has been initialized
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/sfxbasecontroller.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx index f8903d6be2db..932c2f567f31 100644 --- a/sfx2/source/view/sfxbasecontroller.cxx +++ b/sfx2/source/view/sfxbasecontroller.cxx @@ -193,6 +193,7 @@ sal_Int16 MapGroupIDToCommandGroup( sal_Int16 nGroupID ) GroupIDCommandGroupMap[i].nCommandGroup )); ++i; } + bGroupIDMapInitialized = sal_True; } GroupHashMap::const_iterator pIter = mHashMap.find( nGroupID ); |