diff options
author | Jim Raykowski <raykowj@gmail.com> | 2018-12-23 00:15:40 -0900 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2019-01-06 20:15:22 +0100 |
commit | 47e9db9c8490167e265b17ae44bb790a160703b5 (patch) | |
tree | 6c48c1932ef9180ae039189f6cfb822671c324e5 /icon-themes/elementary | |
parent | 2e189c2464de007b3d59ba37d4f3f1cfbe5b480c (diff) |
tdf#82504 writer table cell background color SvxColorItem uno function
Current background color function only sets table cell background when
multiple table cells are selected. Paragraph background is otherwise
set. This gives expected results for use in sidebar Paragraph panel when
multiple table cells are not selected but unexpected results when
multiple table cells are selected. For background setting from the table
tool bar unexpected paragraph background color is set when multiple
cells are not selected.
This fix creates a table cell background color uno command specific for
setting table cell background color.
Change-Id: Ic56723b635252415d932c5499f996c3e46eee13b
Reviewed-on: https://gerrit.libreoffice.org/65591
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'icon-themes/elementary')
-rw-r--r-- | icon-themes/elementary/links.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/icon-themes/elementary/links.txt b/icon-themes/elementary/links.txt index 21c7cce468e0..189a3f3a0922 100644 --- a/icon-themes/elementary/links.txt +++ b/icon-themes/elementary/links.txt @@ -877,18 +877,21 @@ cmd/32/characterbackgroundpattern.png cmd/32/backcolor.png cmd/32/fontcolor.png cmd/32/color.png cmd/32/formatarea.png cmd/32/backgroundcolor.png cmd/32/settabbgcolor.png cmd/32/backgroundcolor.png +cmd/32/tablecellbackgroundcolor.png cmd/32/backgroundcolor.png cmd/lc_backgroundpatterncontroller.png cmd/lc_backgroundcolor.png cmd/lc_characterbackgroundpattern.png cmd/lc_backcolor.png cmd/lc_fontcolor.png cmd/lc_color.png cmd/lc_formatarea.png cmd/lc_backgroundcolor.png cmd/lc_settabbgcolor.png cmd/lc_backgroundcolor.png +cmd/lc_tablecellbackgroundcolor.png cmd/lc_backgroundcolor.png cmd/sc_backgroundpatterncontroller.png cmd/sc_backgroundcolor.png cmd/sc_characterbackgroundpattern.png cmd/sc_backcolor.png cmd/sc_fontcolor.png cmd/sc_color.png cmd/sc_formatarea.png cmd/sc_backgroundcolor.png cmd/sc_settabbgcolor.png cmd/sc_backgroundcolor.png +cmd/sc_tablecellbackgroundcolor.png cmd/sc_backgroundcolor.png # Paragraph Alignment cmd/32/leftpara.png cmd/32/alignleft.png |