diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-10-24 13:05:06 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-10-24 13:06:50 +0300 |
commit | 86bef9224e0f10bfc81bc87c0302d9cee0d33dd6 (patch) | |
tree | 4debd4a26ed1cad3aa03dfcfd74c36154188ae15 | |
parent | b213740cbaf4b659efb7c7e0584e3c19eb638025 (diff) |
Forgot to update this comment
Change-Id: I3922bcf22b7efe43fd42c937d88251b230d6384a
-rw-r--r-- | include/svx/tbcontrl.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx index 22b7bd0fab5b..0f9db2f09f7a 100644 --- a/include/svx/tbcontrl.hxx +++ b/include/svx/tbcontrl.hxx @@ -43,7 +43,8 @@ ---------------------- Item type: SvxColorItem SfxBoolItem - and XLineColorItem + XLineColorItem + and XFillColorItem for font color (writer, ...) Execute-Id SID_ATTR_CHAR_COLOR2 @@ -70,6 +71,9 @@ for line color Execute-Id SID_ATTR_LINE_COLOR + for area fill color + Execute-Id SID_ATTR_FILL_COLOR + SvxPatternToolBoxControl ------------------------ Item type: SvxBrushItem |