From cb6d67c21f11811c5bc023b9565c1c1b1f4081fa Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 15 May 2013 10:42:04 +0300 Subject: Spelling "separate" (etc) correctly is hard --- cui/source/inc/numpages.hxx | 2 +- cui/source/tabpages/numpages.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cui/source') diff --git a/cui/source/inc/numpages.hxx b/cui/source/inc/numpages.hxx index 63393d1531ff..3f4bb2a9c7cd 100644 --- a/cui/source/inc/numpages.hxx +++ b/cui/source/inc/numpages.hxx @@ -256,7 +256,7 @@ class SvxNumOptionsTabPage : public SfxTabPage ListBox* m_pFmtLB; - FixedText* m_pSeperatorFT; + FixedText* m_pSeparatorFT; FixedText* m_pPrefixFT; Edit* m_pPrefixED; FixedText* m_pSuffixFT; diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx index d8c7e76db897..5bd09ae8499a 100644 --- a/cui/source/tabpages/numpages.cxx +++ b/cui/source/tabpages/numpages.cxx @@ -1071,7 +1071,7 @@ SvxNumOptionsTabPage::SvxNumOptionsTabPage(Window* pParent, get(m_pLevelLB, "levellb"); get(m_pFmtLB, "numfmtlb"); - get(m_pSeperatorFT, "separator"); + get(m_pSeparatorFT, "separator"); get(m_pPrefixFT, "prefixft"); get(m_pPrefixED, "prefix"); get(m_pSuffixFT, "suffixft"); @@ -1590,7 +1590,7 @@ void SvxNumOptionsTabPage::SwitchNumberType( sal_uInt8 nType, sal_Bool ) sal_Bool bBitmap = (nType == SHOW_BITMAP); sal_Bool bEnableBitmap = (nType == SHOW_BITMAP); sal_Bool bNumeric = !(bBitmap||bBullet); - m_pSeperatorFT->Show(bNumeric); + m_pSeparatorFT->Show(bNumeric); m_pPrefixFT->Show(bNumeric); m_pPrefixED->Show(bNumeric); m_pSuffixFT->Show(bNumeric); -- cgit v1.2.3