diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-09-09 14:46:47 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-09-10 05:32:41 +0000 |
commit | 822209e28238088d3a63cbfa6826bba3634f418f (patch) | |
tree | 691bdcd050e7e0dce9aebe4f315b0d38e3071806 /svtools/source/config | |
parent | d83925c38b809ce4c7a40cd8f839364d57a390dd (diff) |
typo fix: oue -> our
Change-Id: I4c592f467017cc88cd7deb124f9859e0ff515009
Reviewed-on: https://gerrit.libreoffice.org/28775
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'svtools/source/config')
-rw-r--r-- | svtools/source/config/miscopt.cxx | 2 | ||||
-rw-r--r-- | svtools/source/config/slidesorterbaropt.cxx | 2 | ||||
-rw-r--r-- | svtools/source/config/toolpanelopt.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/config/miscopt.cxx b/svtools/source/config/miscopt.cxx index 8b7eb7d71146..356b5cfbfa49 100644 --- a/svtools/source/config/miscopt.cxx +++ b/svtools/source/config/miscopt.cxx @@ -222,7 +222,7 @@ public: private: /*-**************************************************************************************************** - @short return list of key names of our configuration management which represent oue module tree + @short return list of 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 configuration management. @return A list of needed configuration keys is returned. diff --git a/svtools/source/config/slidesorterbaropt.cxx b/svtools/source/config/slidesorterbaropt.cxx index 00028af7eed8..ab89080b4b9d 100644 --- a/svtools/source/config/slidesorterbaropt.cxx +++ b/svtools/source/config/slidesorterbaropt.cxx @@ -85,7 +85,7 @@ class SvtSlideSorterBarOptions_Impl : public ConfigItem private: virtual void ImplCommit() final override; - /** return list of key names of our configuration management which represent oue module tree + /** 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 configuration management. diff --git a/svtools/source/config/toolpanelopt.cxx b/svtools/source/config/toolpanelopt.cxx index 1b8929bf5cc2..07aa4350d197 100644 --- a/svtools/source/config/toolpanelopt.cxx +++ b/svtools/source/config/toolpanelopt.cxx @@ -89,7 +89,7 @@ class SvtToolPanelOptions_Impl : public ConfigItem virtual void ImplCommit() override; - /** return list of key names of our configuration management which represent oue module tree + /** 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 configuration management. |