diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-10-08 11:09:00 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-10-08 11:09:37 +0200 |
commit | 5a890f4a2cbd05e17bbae40469758848c4081b49 (patch) | |
tree | 963c5cbf412be76fde9f038b88ff1ff644fe30b6 /sfx2 | |
parent | fbf3aa391b4c47b00650a868e5ae5cade9025e87 (diff) |
usage info: Improve the 'what is this for' comment.
Change-Id: If423bd3fde53695be33a4f890f7d363ccce8dbf0
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index f0c3c77362fb..662114fe7b52 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; |