[Libreoffice-commits] core.git: sw/source sw/uiconfig
Rishabh Kumar
kris.kr296 at gmail.com
Tue Feb 17 02:49:45 PST 2015
sw/source/ui/chrdlg/pardlg.cxx | 4 ++--
sw/uiconfig/swriter/ui/paradialog.ui | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 769a37962e9ab3f44cc40b547ebd859f0d1f7e21
Author: Rishabh Kumar <kris.kr296 at gmail.com>
Date: Sat Feb 14 02:41:19 2015 +0530
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 at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/source/ui/chrdlg/pardlg.cxx b/sw/source/ui/chrdlg/pardlg.cxx
index f95e511..f132d66 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 6d991b5..24106cf 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>
More information about the Libreoffice-commits
mailing list