summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dialog
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2018-05-31 15:03:03 -0800
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-06-02 00:51:02 +0200
commit94cb2ac3cb5f2c951f70c3bf6b28aad9e2c0bdb7 (patch)
tree2f3ed6f19ed94b690cf23750ed6b79b8398d0ca4 /sw/source/uibase/dialog
parent6fbcb4f1ad6bbcaac1fade0abf6bbe8215c1f4ab (diff)
tdf#105225 A section background tab page based on the area tab page
Change-Id: Ibe758cab371bc53207bd2ca617d123b7d660a774 Reviewed-on: https://gerrit.libreoffice.org/55149 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'sw/source/uibase/dialog')
-rw-r--r--sw/source/uibase/dialog/regionsw.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/uibase/dialog/regionsw.cxx b/sw/source/uibase/dialog/regionsw.cxx
index 114871e0e080..65815235fe42 100644
--- a/sw/source/uibase/dialog/regionsw.cxx
+++ b/sw/source/uibase/dialog/regionsw.cxx
@@ -65,6 +65,7 @@ void SwBaseShell::InsertRegionDialog(SfxRequest& rReq)
RES_BACKGROUND, RES_BACKGROUND,
RES_COL, RES_COL,
RES_FTN_AT_TXTEND, RES_FRAMEDIR,
+ XATTR_FILL_FIRST, XATTR_FILL_LAST,
SID_ATTR_PAGE_SIZE, SID_ATTR_PAGE_SIZE>{});
if (!pSet || pSet->Count()==0)
@@ -183,6 +184,7 @@ IMPL_LINK( SwWrtShell, InsertRegionDialog, void*, p, void )
RES_FRM_SIZE, RES_FRM_SIZE,
RES_BACKGROUND, RES_BACKGROUND,
RES_COL, RES_COL,
+ XATTR_FILL_FIRST, XATTR_FILL_LAST,
SID_ATTR_PAGE_SIZE, SID_ATTR_PAGE_SIZE>{});
SwRect aRect;
CalcBoundRect(aRect, RndStdIds::FLY_AS_CHAR);