summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-15 10:42:04 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-15 11:14:28 +0300
commitcb6d67c21f11811c5bc023b9565c1c1b1f4081fa (patch)
treeff8a4b192a2ca846d32111732563432244135910 /cui
parent1a357b7394ac7b48b72821bff1aae4706265d7a4 (diff)
Spelling "separate" (etc) correctly is hard
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/numpages.hxx2
-rw-r--r--cui/source/tabpages/numpages.cxx4
2 files changed, 3 insertions, 3 deletions
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);