Kaydet (Commit) 822209e2 authored tarafından Andras Timar's avatar Andras Timar

typo fix: oue -> our

Change-Id: I4c592f467017cc88cd7deb124f9859e0ff515009
Reviewed-on: https://gerrit.libreoffice.org/28775Reviewed-by: 's avatarAndras Timar <andras.timar@collabora.com>
Tested-by: 's avatarAndras Timar <andras.timar@collabora.com>
üst d83925c3
...@@ -234,7 +234,7 @@ class AddonsOptions_Impl : public ConfigItem ...@@ -234,7 +234,7 @@ class AddonsOptions_Impl : public ConfigItem
typedef std::unordered_map< OUString, MergeToolbarInstructionContainer, OUStringHash > ToolbarMergingInstructions; typedef std::unordered_map< OUString, MergeToolbarInstructionContainer, OUStringHash > ToolbarMergingInstructions;
/*-**************************************************************************************************** /*-****************************************************************************************************
@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 the current list of key names! We need it to get needed values from our @descr These methods return the current list of key names! We need it to get needed values from our
configuration management! configuration management!
@param "nCount" , returns count of menu entries for "new" @param "nCount" , returns count of menu entries for "new"
......
...@@ -222,7 +222,7 @@ public: ...@@ -222,7 +222,7 @@ public:
private: 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 @descr These methods return a static const list of key names. We need it to get needed values from our
configuration management. configuration management.
@return A list of needed configuration keys is returned. @return A list of needed configuration keys is returned.
......
...@@ -85,7 +85,7 @@ class SvtSlideSorterBarOptions_Impl : public ConfigItem ...@@ -85,7 +85,7 @@ class SvtSlideSorterBarOptions_Impl : public ConfigItem
private: private:
virtual void ImplCommit() final override; 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 These methods return a static const list of key names. We need it to get needed values from our
configuration management. configuration management.
......
...@@ -89,7 +89,7 @@ class SvtToolPanelOptions_Impl : public ConfigItem ...@@ -89,7 +89,7 @@ class SvtToolPanelOptions_Impl : public ConfigItem
virtual void ImplCommit() override; 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 These methods return a static const list of key names. We need it to get needed values from our
configuration management. configuration management.
......
...@@ -122,7 +122,7 @@ class SvtCommandOptions_Impl : public ConfigItem ...@@ -122,7 +122,7 @@ class SvtCommandOptions_Impl : public ConfigItem
virtual void ImplCommit() override; virtual void ImplCommit() override;
/*-**************************************************************************************************** /*-****************************************************************************************************
@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 the current list of key names! We need it to get needed values from our @descr These methods return the current list of key names! We need it to get needed values from our
configuration management and support dynamical menu item lists! configuration management and support dynamical menu item lists!
@param "nDisabledCount" , returns count of menu entries for "new" @param "nDisabledCount" , returns count of menu entries for "new"
......
...@@ -183,7 +183,7 @@ class SvtDynamicMenuOptions_Impl : public ConfigItem ...@@ -183,7 +183,7 @@ class SvtDynamicMenuOptions_Impl : public ConfigItem
virtual void ImplCommit() override; virtual void ImplCommit() override;
/*-**************************************************************************************************** /*-****************************************************************************************************
@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 the current list of key names! We need it to get needed values from our @descr These methods return the current list of key names! We need it to get needed values from our
configuration management and support dynamical menu item lists! configuration management and support dynamical menu item lists!
@param "nNewCount" , returns count of menu entries for "new" @param "nNewCount" , returns count of menu entries for "new"
......
...@@ -78,7 +78,7 @@ class SvtExtendedSecurityOptions_Impl : public ConfigItem ...@@ -78,7 +78,7 @@ class SvtExtendedSecurityOptions_Impl : public ConfigItem
virtual void ImplCommit() override; virtual void ImplCommit() override;
/*-**************************************************************************************************** /*-****************************************************************************************************
@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 @descr These methods return a static const list of key names. We need it to get needed values from our
configuration management. configuration management.
@return A list of needed configuration keys is returned. @return A list of needed configuration keys is returned.
......
...@@ -79,7 +79,7 @@ class SvtFontOptions_Impl : public ConfigItem ...@@ -79,7 +79,7 @@ class SvtFontOptions_Impl : public ConfigItem
virtual void ImplCommit() override; virtual void ImplCommit() override;
/*-**************************************************************************************************** /*-****************************************************************************************************
@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 @descr These methods return a static const list of key names. We need it to get needed values from our
configuration management. configuration management.
@return A list of needed configuration keys is returned. @return A list of needed configuration keys is returned.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment