summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/textsh.cxx
diff options
context:
space:
mode:
authorMartin van Zijl <martin.vanzijl@gmail.com>2018-12-12 09:31:03 +1300
committerTamás Zolnai <tamas.zolnai@collabora.com>2018-12-12 13:28:37 +0100
commit083341cb501a14efe9d9131e4f08bf95e056f65e (patch)
tree8b36be7e46761438c32cc4e55e18d944a5b47806 /sw/source/uibase/shells/textsh.cxx
parent6236051a3496278fe2768b40ebf1f4e82a44bb44 (diff)
tdf#95003 inserted frame loses background color
The Area tab settings in the Insert Frame dialog are now applied correctly (including color). Change-Id: Id152c9409595970078970b43068a7ee594827d2b Reviewed-on: https://gerrit.libreoffice.org/64990 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sw/source/uibase/shells/textsh.cxx')
-rw-r--r--sw/source/uibase/shells/textsh.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/shells/textsh.cxx b/sw/source/uibase/shells/textsh.cxx
index d6016f2913fd..2b9603e28fca 100644
--- a/sw/source/uibase/shells/textsh.cxx
+++ b/sw/source/uibase/shells/textsh.cxx
@@ -843,6 +843,7 @@ SfxItemSet SwTextShell::CreateInsertFrameItemSet(SwFlyFrameAttrMgr& rMgr)
FN_SET_FRM_NAME, FN_SET_FRM_NAME,
SID_HTML_MODE, SID_HTML_MODE,
SID_COLOR_TABLE, SID_PATTERN_LIST,
+ XATTR_FILL_FIRST, XATTR_FILL_LAST, // tdf#95003
0
};