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 /svtools | |
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 'svtools')
-rw-r--r-- | svtools/source/config/menuoptions.cxx | 8 | ||||
-rw-r--r-- | svtools/source/config/miscopt.cxx | 4 | ||||
-rw-r--r-- | svtools/source/config/slidesorterbaropt.cxx | 4 | ||||
-rw-r--r-- | svtools/source/config/toolpanelopt.cxx | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx index e4b9fc05e880..d00632515ab1 100644 --- a/svtools/source/config/menuoptions.cxx +++ b/svtools/source/config/menuoptions.cxx @@ -82,8 +82,8 @@ class SvtMenuOptions_Impl : public ConfigItem /*-**************************************************************************************************** @short called for notify of configmanager - @descr These method is called from the ConfigManager before application ends or from the - PropertyChangeListener if the sub tree broadcasts changes. You must update your + @descr This method is called from the ConfigManager before application ends or from the + PropertyChangeListener if the sub tree broadcasts changes. You must update your internal values. @seealso baseclass ConfigItem @@ -98,7 +98,7 @@ class SvtMenuOptions_Impl : public ConfigItem /*-**************************************************************************************************** @short access method to get internal values @descr These methods give us a chance to regulate access to our internal values. - It's not used in the moment - but it's possible for the future! + It's not used at the moment - but it's possible for the future! *//*-*****************************************************************************************************/ bool IsEntryHidingEnabled() const @@ -132,7 +132,7 @@ class SvtMenuOptions_Impl : public ConfigItem /*-**************************************************************************************************** @short return list of fix key names of our configuration management which represent our module tree - @descr These methods return a static const list of key names. We need it to get needed values from our + @descr This method returns a static const list of key names. We need it to get needed values from our configuration management. @return A list of needed configuration keys is returned. *//*-*****************************************************************************************************/ diff --git a/svtools/source/config/miscopt.cxx b/svtools/source/config/miscopt.cxx index 9abf5820f8af..e0cc26f1eb1f 100644 --- a/svtools/source/config/miscopt.cxx +++ b/svtools/source/config/miscopt.cxx @@ -105,8 +105,8 @@ public: /*-**************************************************************************************************** @short called for notify of configmanager - @descr These method is called from the ConfigManager before application ends or from the - PropertyChangeListener if the sub tree broadcasts changes. You must update your + @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. @seealso baseclass ConfigItem diff --git a/svtools/source/config/slidesorterbaropt.cxx b/svtools/source/config/slidesorterbaropt.cxx index fa694c0c73af..3e496a0b89cb 100644 --- a/svtools/source/config/slidesorterbaropt.cxx +++ b/svtools/source/config/slidesorterbaropt.cxx @@ -59,7 +59,7 @@ class SvtSlideSorterBarOptions_Impl : public ConfigItem /** called for notify of configmanager - These method is called from the ConfigManager before application ends or from the + 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. @@ -87,7 +87,7 @@ class SvtSlideSorterBarOptions_Impl : public ConfigItem /** return list of key names of our configuration management which represent our module tree - These methods return a static const list of key names. We need it to get needed values from our + This method returns a static const list of key names. We need it to get needed values from configuration management. \return A list of needed configuration keys is returned. diff --git a/svtools/source/config/toolpanelopt.cxx b/svtools/source/config/toolpanelopt.cxx index 82b3ca70b11b..fac60192acb1 100644 --- a/svtools/source/config/toolpanelopt.cxx +++ b/svtools/source/config/toolpanelopt.cxx @@ -63,7 +63,7 @@ class SvtToolPanelOptions_Impl : public ConfigItem /** called for notify of configmanager - These method is called from the ConfigManager before application ends or from the + 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. @@ -91,7 +91,7 @@ class SvtToolPanelOptions_Impl : public ConfigItem /** return list of key names of our configuration management which represent our module tree - These methods return a static const list of key names. We need it to get needed values from our + This methods returns a static const list of key names. We need it to get needed values from our configuration management. \return A list of needed configuration keys is returned. |