diff options
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/drawsh.sdi | 1 | ||||
-rw-r--r-- | sc/sdi/drtxtob.sdi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi index 13f1d6b150df..668608c549ab 100644 --- a/sc/sdi/drawsh.sdi +++ b/sc/sdi/drawsh.sdi @@ -37,6 +37,7 @@ interface TableDraw SID_DRAW_CHART [ StateMethod = StateDisableItems; ] SID_TEXT_STANDARD [ ExecMethod = ExecDrawAttr; StateMethod = NoState; ] + SID_CELL_FORMAT_RESET [ ExecMethod = ExecDrawAttr; StateMethod = NoState; ] SID_DRAWTEXT_ATTR_DLG [ ExecMethod = ExecDrawAttr; StateMethod = NoState; ] // ---- Slot-IDs for Objectbar: diff --git a/sc/sdi/drtxtob.sdi b/sc/sdi/drtxtob.sdi index 4670d216fba2..a4df9af69108 100644 --- a/sc/sdi/drtxtob.sdi +++ b/sc/sdi/drtxtob.sdi @@ -47,6 +47,7 @@ interface TableDrawText SID_THESAURUS [ ExecMethod = Execute; StateMethod = GetState; ] // attribute: SID_TEXT_STANDARD [ ExecMethod = ExecuteAttr; StateMethod = GetState; ] + SID_CELL_FORMAT_RESET [ ExecMethod = ExecuteAttr; StateMethod = GetState; ] SID_DRAWTEXT_ATTR_DLG [ ExecMethod = ExecuteAttr; StateMethod = GetState; ] SID_ATTR_CHAR_FONT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] SID_ATTR_CHAR_FONTHEIGHT [ ExecMethod = ExecuteAttr; StateMethod = GetAttrState; ] |