diff options
-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 |