summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/inc/chardlg.hxx2
-rw-r--r--cui/source/tabpages/chardlg.cxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx
index ce08f424eb16..71b5542f423c 100644
--- a/cui/source/inc/chardlg.hxx
+++ b/cui/source/inc/chardlg.hxx
@@ -200,8 +200,6 @@ private:
CheckBox* m_pIndividualWordsBtn;
- FixedLine* m_pAsianLine;
-
FixedText* m_pEmphasisFT;
ListBox* m_pEmphasisLB;
diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index 7622e9d4a85f..7048be1bf667 100644
--- a/cui/source/tabpages/chardlg.cxx
+++ b/cui/source/tabpages/chardlg.cxx
@@ -1309,7 +1309,6 @@ SvxCharEffectsPage::SvxCharEffectsPage( Window* pParent, const SfxItemSet& rInSe
get(m_pUnderlineColorFT, "underlinecolorft");
get(m_pUnderlineColorLB, "underlinecolorlb");
get(m_pIndividualWordsBtn, "individualwordscb");
- get(m_pAsianLine, "asianfl");
get(m_pEmphasisFT, "emphasisft");
get(m_pEmphasisLB, "emphasislb");
get(m_pPositionFT, "positionft");
@@ -1414,7 +1413,6 @@ void SvxCharEffectsPage::Initialize()
if ( !SvtLanguageOptions().IsAsianTypographyEnabled() )
{
- m_pAsianLine->Hide();
m_pEmphasisFT->Hide();
m_pEmphasisLB->Hide();
m_pPositionFT->Hide();