sfx2/source/view/sfxbasecontroller.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e2407767b39df00c4057a8174391ab70b97a39a5
Author: Ivan Timofeev <timofeev....@gmail.com>
Date:   Wed Jan 25 23:37:30 2012 +0400

    remember that map has been initialized

diff --git a/sfx2/source/view/sfxbasecontroller.cxx 
b/sfx2/source/view/sfxbasecontroller.cxx
index f8903d6..932c2f5 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 );
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to