summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
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);