diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2016-02-27 16:21:06 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-02-28 10:18:01 +0000 |
commit | 728c9ce48d4e84a6b44d7d50258936f5da34cea4 (patch) | |
tree | f1986bb469cb3664d28b50c0cd718ef3eed33bc1 /svx | |
parent | 1c85800345239754d5c4ec71c2aad526d0439eea (diff) |
tdf#89646 Add new buttons into Linetoolbox of writer drawbar.
Freeline filled, Polygon filled, Bezier Filled, Polygon 45,
Polygon 45 filled buttons are added into writer's LineToolbox.
Change-Id: Idf2b3d7484feb78a0ed762a14d9fde587b6a46fa
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/22731
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/sdi/svx.sdi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 169c086f2489..69c25eb99875 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -90,6 +90,24 @@ SfxVoidItem LineToolbox SID_DRAWTBX_LINES GroupId = GID_DRAWING; ] +SfxBoolItem Polygon SID_DRAW_POLYGON + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = GID_DRAWING; +] + SfxVoidItem AlignCenter SID_OBJECT_ALIGN_CENTER () [ |