[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source sc/uiconfig vcl/source

Andras Timar andras.timar at collabora.com
Fri Nov 29 11:58:52 PST 2013


 sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx |    2 +-
 sc/uiconfig/scalc/ui/sidebarnumberformat.ui        |    4 ++--
 vcl/source/window/toolbox2.cxx                     |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 3367381d2b579d90b209756f9ec5c06b012e9798
Author: Andras Timar <andras.timar at collabora.com>
Date:   Fri Nov 29 20:57:13 2013 +0100

    typo: seperator -> separator
    
    Change-Id: Ifad806a4a846656f4b81439c596aa34d898d021a

diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
index 65435bb..59c8d05 100644
--- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
+++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
@@ -71,7 +71,7 @@ NumberFormatPropertyPanel::NumberFormatPropertyPanel(
     get(mpEdDecimals,   "decimalplaces");
     get(mpEdLeadZeroes, "leadingzeroes");
     get(mpBtnNegRed,    "negativenumbersred");
-    get(mpBtnThousand,  "thousandseperator");
+    get(mpBtnThousand,  "thousandseparator");
 
     Initialize();
 }
diff --git a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui
index 7b9add9..1ea42a4 100644
--- a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui
+++ b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui
@@ -265,8 +265,8 @@
           </packing>
         </child>
         <child>
-          <object class="GtkCheckButton" id="thousandseperator">
-            <property name="label" translatable="yes">_Thousands seperator</property>
+          <object class="GtkCheckButton" id="thousandseparator">
+            <property name="label" translatable="yes">_Thousands separator</property>
             <property name="use_action_appearance">False</property>
             <property name="visible">True</property>
             <property name="can_focus">True</property>
diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx
index 62544c6..683ce97 100644
--- a/vcl/source/window/toolbox2.cxx
+++ b/vcl/source/window/toolbox2.cxx
@@ -2119,7 +2119,7 @@ void ToolBox::UpdateCustomMenu()
             }
         }
 
-        // add a seperator below the inserted clipped-items
+        // add a separator below the inserted clipped-items
         pMenu->InsertSeparator( OString(), nSepPos );
 
         // now append the items that are explicitly disabled


More information about the Libreoffice-commits mailing list