diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-05-26 14:56:09 +0200 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-06-01 17:12:21 +0000 |
commit | c1b9d61bacaf676d69a0f49a79fb086535f79a48 (patch) | |
tree | 473ca93d17b6183e31072f495fcd6335c2ce9eed /editeng | |
parent | 4e6713e923a8dc1eae00a29060720d91b9134cfa (diff) |
tdf#88276: Add slot and handlers for toolbar|sidebar buttons
those changes make getting/setting of text background colour
possible from toolbar and sidebar buttons, but likely more
handlers needs to be added to various other places in the code
Change-Id: I698ca2304399befdd63317eb8872aa3129f27637
Reviewed-on: https://gerrit.libreoffice.org/15909
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/editdoc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx index 833583d847f8..a67add018a31 100644 --- a/editeng/source/editeng/editdoc.cxx +++ b/editeng/source/editeng/editdoc.cxx @@ -211,7 +211,7 @@ const SfxItemInfo aItemInfos[EDITITEMCOUNT] = { { SID_ATTR_CHAR_OVERLINE, SfxItemPoolFlags::POOLABLE }, { SID_ATTR_CHAR_CASEMAP, SfxItemPoolFlags::POOLABLE }, // EE_CHAR_CASEMAP { SID_ATTR_CHAR_GRABBAG, SfxItemPoolFlags::POOLABLE }, // EE_CHAR_GRABBAG - { 0, SfxItemPoolFlags::POOLABLE }, // EE_CHAR_BKGCOLOR + { SID_ATTR_CHAR_BACK_COLOR, SfxItemPoolFlags::POOLABLE }, // EE_CHAR_BKGCOLOR { 0, SfxItemPoolFlags::POOLABLE }, // EE_FEATURE_TAB { 0, SfxItemPoolFlags::POOLABLE }, // EE_FEATURE_LINEBR { SID_ATTR_CHAR_CHARSETCOLOR, SfxItemPoolFlags::POOLABLE }, // EE_FEATURE_NOTCONV |