[Libreoffice-commits] core.git: sfx2/source

Jan Holesovsky kendy at collabora.com
Wed Oct 8 02:10:02 PDT 2014


 sfx2/source/control/unoctitm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5a890f4a2cbd05e17bbae40469758848c4081b49
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Wed Oct 8 11:09:00 2014 +0200

    usage info: Improve the 'what is this for' comment.
    
    Change-Id: If423bd3fde53695be33a4f890f7d363ccce8dbf0

diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index f0c3c77..662114f 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -596,7 +596,7 @@ OUString SfxDispatchController_Impl::getSlaveCommand( const ::com::sun::star::ut
 
 namespace {
 
-/// Class that collects the usage information.
+/// Class that collects the usage information - how many times what .uno: command was used.
 class UsageInfo {
 
     typedef std::map<OUString, int> UsageMap;


More information about the Libreoffice-commits mailing list