diff options
-rw-r--r-- | sw/source/ui/chrdlg/pardlg.cxx | 4 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/paradialog.ui | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/chrdlg/pardlg.cxx b/sw/source/ui/chrdlg/pardlg.cxx index f95e5113b81d..f132d66135e8 100644 --- a/sw/source/ui/chrdlg/pardlg.cxx +++ b/sw/source/ui/chrdlg/pardlg.cxx @@ -93,12 +93,12 @@ SwParaDlg::SwParaDlg(vcl::Window *pParent, { OSL_ENSURE(pFact->GetTabPageCreatorFunc(RID_SVXPAGE_EXT_PARAGRAPH), "GetTabPageCreatorFunc fail!"); OSL_ENSURE(pFact->GetTabPageRangesFunc(RID_SVXPAGE_EXT_PARAGRAPH), "GetTabPageRangesFunc fail!"); - m_nParaExt = AddTabPage( "labelTP_PARA_EXT", pFact->GetTabPageCreatorFunc(RID_SVXPAGE_EXT_PARAGRAPH), + m_nParaExt = AddTabPage( "textflow", pFact->GetTabPageCreatorFunc(RID_SVXPAGE_EXT_PARAGRAPH), pFact->GetTabPageRangesFunc(RID_SVXPAGE_EXT_PARAGRAPH) ); } else - RemoveTabPage("labelTP_PARA_EXT"); + RemoveTabPage("textflow"); SvtCJKOptions aCJKOptions; if(!bHtmlMode && aCJKOptions.IsAsianTypographyEnabled()) diff --git a/sw/uiconfig/swriter/ui/paradialog.ui b/sw/uiconfig/swriter/ui/paradialog.ui index 6d991b5eb25d..24106cf47c0c 100644 --- a/sw/uiconfig/swriter/ui/paradialog.ui +++ b/sw/uiconfig/swriter/ui/paradialog.ui @@ -122,7 +122,7 @@ <placeholder/> </child> <child type="tab"> - <object class="GtkLabel" id="labelTP_PARA_EXT"> + <object class="GtkLabel" id="textflow"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0.46000000834465027</property> |