[Libreoffice-commits] core.git: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Nov 26 20:30:18 UTC 2018


 sw/source/ui/fmtui/tmpdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 73616a273d9aa0e0bb3c7a7babc87479680a78b5
Author:     Jim Raykowski <raykowj at gmail.com>
AuthorDate: Sat Nov 24 16:47:56 2018 -0900
Commit:     Katarina Behrens <Katarina.Behrens at cib.de>
CommitDate: Mon Nov 26 21:29:58 2018 +0100

    tdf#105225 Use derived background tab page in Paragraph Style dialog
    
    Missed this one in Change-Id: I47f9ae10a0fd967729ff6e83c1a312aa49e1d13c
    
    Change-Id: Ibb825a922e7d7fcc31456386935b3a847642ebf0
    Reviewed-on: https://gerrit.libreoffice.org/63966
    Tested-by: Jenkins
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx
index a35b833e251f..262115338bf9 100644
--- a/sw/source/ui/fmtui/tmpdlg.cxx
+++ b/sw/source/ui/fmtui/tmpdlg.cxx
@@ -119,7 +119,7 @@ SwTemplateDlgController::SwTemplateDlgController(weld::Window* pParent,
 
             AddTabPage("asianlayout", pFact->GetTabPageCreatorFunc( RID_SVXPAGE_CHAR_TWOLINES ), pFact->GetTabPageRangesFunc( RID_SVXPAGE_CHAR_TWOLINES ) );
 
-            AddTabPage("highlighting", pFact->GetTabPageCreatorFunc( RID_SVXPAGE_BACKGROUND ), pFact->GetTabPageRangesFunc( RID_SVXPAGE_BACKGROUND ));
+            AddTabPage("highlighting", pFact->GetTabPageCreatorFunc( RID_SVXPAGE_BKG ), pFact->GetTabPageRangesFunc( RID_SVXPAGE_BACKGROUND ));
 
             AddTabPage("tabs", pFact->GetTabPageCreatorFunc(RID_SVXPAGE_TABULATOR),        pFact->GetTabPageRangesFunc(RID_SVXPAGE_TABULATOR) );
 


More information about the Libreoffice-commits mailing list