From 76585ae33f3ca75c05c0ccbf6a621b6e2d42bc00 Mon Sep 17 00:00:00 2001 From: Rishabh Kumar Date: Tue, 7 Jun 2016 16:58:20 +0530 Subject: Convert Bitmap tab to Pattern tab Change-Id: I5cf02f1889090539f7adb826483c91a1ef3c3925 Reviewed-on: https://gerrit.libreoffice.org/26015 Tested-by: Jenkins Reviewed-by: Katarina Behrens --- sc/sdi/drawsh.sdi | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/sdi') diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi index 0aa9964237ae..91af5543da25 100644 --- a/sc/sdi/drawsh.sdi +++ b/sc/sdi/drawsh.sdi @@ -57,6 +57,7 @@ interface TableDraw SID_GRADIENT_LIST [ StateMethod = GetDrawAttrState; Export = FALSE; ] SID_HATCH_LIST [ StateMethod = GetDrawAttrState; Export = FALSE; ] SID_BITMAP_LIST [ StateMethod = GetDrawAttrState; Export = FALSE; ] + SID_PATTERN_LIST [ StateMethod = GetDrawAttrState; Export = FALSE; ] SID_DASH_LIST [ StateMethod = GetDrawAttrState; Export = FALSE; ] SID_LINEEND_LIST [ StateMethod = GetDrawAttrState; Export = FALSE; ] -- cgit