diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-02-01 16:25:56 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-02-02 17:29:29 +0000 |
commit | 436035a2b2d7c3754ca4f213af2ddd8be9707c29 (patch) | |
tree | 03f3a41d9f53be4669c14a36400c122860ac656d /unotools/source/config/dynamicmenuoptions.cxx | |
parent | 90c4e14a06d48b369a5bbb93054bb6d51f81c347 (diff) |
Fix some typos
Change-Id: Ide3786aad5589e2d430a4e3890d51117b145e51d
Reviewed-on: https://gerrit.libreoffice.org/33842
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'unotools/source/config/dynamicmenuoptions.cxx')
-rw-r--r-- | unotools/source/config/dynamicmenuoptions.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/dynamicmenuoptions.cxx b/unotools/source/config/dynamicmenuoptions.cxx index 9b88fdf56ead..fefc9202b979 100644 --- a/unotools/source/config/dynamicmenuoptions.cxx +++ b/unotools/source/config/dynamicmenuoptions.cxx @@ -159,7 +159,7 @@ class SvtDynamicMenuOptions_Impl : public ConfigItem /*-**************************************************************************************************** @short called for notify of configmanager - @descr These method is called from the ConfigManager before application ends or from the + @descr This method is called from the ConfigManager before the application ends or from the PropertyChangeListener if the sub tree broadcasts changes. You must update your internal values. @@ -184,7 +184,7 @@ class SvtDynamicMenuOptions_Impl : public ConfigItem /*-**************************************************************************************************** @short return list of key names of our configuration management which represent our module tree - @descr These methods return the current list of key names! We need it to get needed values from our + @descr This method returns the current list of key names! We need it to get needed values from our configuration management and support dynamical menu item lists! @param "nNewCount" , returns count of menu entries for "new" @param "nWizardCount" , returns count of menu entries for "wizard" |