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 02e2bd100bb6b5f8220aca4f949eb862000e8bcf Author: Andras Timar <[email protected]> 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 4d0de02..7a3a89b 100644 --- a/vcl/source/window/toolbox2.cxx +++ b/vcl/source/window/toolbox2.cxx @@ -2120,7 +2120,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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
