From 02e2bd100bb6b5f8220aca4f949eb862000e8bcf Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 29 Nov 2013 20:57:13 +0100 Subject: [PATCH] typo: seperator -> separator Change-Id: Ifad806a4a846656f4b81439c596aa34d898d021a --- 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(-) diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx index 65435bbb83d0..59c8d050a629 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 7b9add97ed8d..1ea42a4edd9e 100644 --- a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui +++ b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui @@ -265,8 +265,8 @@ - - _Thousands seperator + + _Thousands separator False True True diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx index 4d0de02b184e..7a3a89b6bfb5 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