[Libreoffice-commits] core.git: framework/source svtools/source unotools/source

Andras Timar andras.timar at collabora.com
Sat Sep 10 05:33:07 UTC 2016


 framework/source/fwe/classes/addonsoptions.cxx     |    2 +-
 svtools/source/config/miscopt.cxx                  |    2 +-
 svtools/source/config/slidesorterbaropt.cxx        |    2 +-
 svtools/source/config/toolpanelopt.cxx             |    2 +-
 unotools/source/config/cmdoptions.cxx              |    2 +-
 unotools/source/config/dynamicmenuoptions.cxx      |    2 +-
 unotools/source/config/extendedsecurityoptions.cxx |    2 +-
 unotools/source/config/fontoptions.cxx             |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 822209e28238088d3a63cbfa6826bba3634f418f
Author: Andras Timar <andras.timar at collabora.com>
Date:   Fri Sep 9 14:46:47 2016 +0200

    typo fix: oue -> our
    
    Change-Id: I4c592f467017cc88cd7deb124f9859e0ff515009
    Reviewed-on: https://gerrit.libreoffice.org/28775
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/framework/source/fwe/classes/addonsoptions.cxx b/framework/source/fwe/classes/addonsoptions.cxx
index 054dc95..1e5e385 100644
--- a/framework/source/fwe/classes/addonsoptions.cxx
+++ b/framework/source/fwe/classes/addonsoptions.cxx
@@ -234,7 +234,7 @@ class AddonsOptions_Impl : public ConfigItem
         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
                         configuration management!
             @param      "nCount"     ,   returns count of menu entries for "new"
diff --git a/svtools/source/config/miscopt.cxx b/svtools/source/config/miscopt.cxx
index 8b7eb7d..356b5cf 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 00028af..ab89080 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 1b8929b..07aa435 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.
diff --git a/unotools/source/config/cmdoptions.cxx b/unotools/source/config/cmdoptions.cxx
index 50f816c..6279a03 100644
--- a/unotools/source/config/cmdoptions.cxx
+++ b/unotools/source/config/cmdoptions.cxx
@@ -122,7 +122,7 @@ class SvtCommandOptions_Impl : public ConfigItem
         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
                         configuration management and support dynamical menu item lists!
             @param      "nDisabledCount"    ,   returns count of menu entries for "new"
diff --git a/unotools/source/config/dynamicmenuoptions.cxx b/unotools/source/config/dynamicmenuoptions.cxx
index 1d95ca1..4259f06 100644
--- a/unotools/source/config/dynamicmenuoptions.cxx
+++ b/unotools/source/config/dynamicmenuoptions.cxx
@@ -183,7 +183,7 @@ class SvtDynamicMenuOptions_Impl : public ConfigItem
         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
                         configuration management and support dynamical menu item lists!
             @param      "nNewCount"     ,   returns count of menu entries for "new"
diff --git a/unotools/source/config/extendedsecurityoptions.cxx b/unotools/source/config/extendedsecurityoptions.cxx
index 1037d58..fbb665f 100644
--- a/unotools/source/config/extendedsecurityoptions.cxx
+++ b/unotools/source/config/extendedsecurityoptions.cxx
@@ -78,7 +78,7 @@ class SvtExtendedSecurityOptions_Impl : public ConfigItem
         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
                         configuration management.
             @return     A list of needed configuration keys is returned.
diff --git a/unotools/source/config/fontoptions.cxx b/unotools/source/config/fontoptions.cxx
index 61b9c54..12f8285 100644
--- a/unotools/source/config/fontoptions.cxx
+++ b/unotools/source/config/fontoptions.cxx
@@ -79,7 +79,7 @@ class SvtFontOptions_Impl : public ConfigItem
         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
                         configuration management.
             @return     A list of needed configuration keys is returned.


More information about the Libreoffice-commits mailing list