[Libreoffice-commits] .: sfx2/source

Ivan Timofeev ivantimofeev at kemper.freedesktop.org
Thu Jan 26 10:19:11 PST 2012


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

New commits:
commit e2407767b39df00c4057a8174391ab70b97a39a5
Author: Ivan Timofeev <timofeev.i.s at 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 );


More information about the Libreoffice-commits mailing list