summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorRishabh Kumar <kris.kr296@gmail.com>2015-02-14 02:41:19 +0530
committerCaolán McNamara <caolanm@redhat.com>2015-02-17 10:49:13 +0000
commit769a37962e9ab3f44cc40b547ebd859f0d1f7e21 (patch)
tree0387236df0ed55ea913f10e8598af315d83e60f7 /sw
parent02f09a4e32dd9bcc1783d01d63292485734229d3 (diff)
tdf#89085 Edit page break does not open proper tab
Current Behavior : opens a random tab Expected behavior : open Text Flow tab Change-Id: I4bbd9dcf2bbbb237d5d70ef07b88f40be9681e7a Reviewed-on: https://gerrit.libreoffice.org/14486 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/chrdlg/pardlg.cxx4
-rw-r--r--sw/uiconfig/swriter/ui/paradialog.ui2
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>