diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-16 17:44:56 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-16 23:42:25 +0300 |
commit | 8ccea9c7d661da42d3e5a3f459f8f568990e8fac (patch) | |
tree | 5c251a22b910c87bc143e9a37ae5a72eed5389b7 /sc/sdi | |
parent | de48b8af6ddf272bf37be1574630986a302fd5c8 (diff) |
sc: Disable the alignment group button
... when all its items are disabled. That's the same
behavior now as in Writer.
Change-Id: Ic74d0737ae7cc709a64524c1aa43783af8f4fbcc
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/drawsh.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi index 7fb2639ef6ea..2801b17a3aee 100644 --- a/sc/sdi/drawsh.sdi +++ b/sc/sdi/drawsh.sdi @@ -125,7 +125,7 @@ interface TableDraw Export = FALSE ; // PseudoPrefix = SID_OBJECT_ALIGN; ExecMethod = ExecDrawFunc ; - StateMethod = NoState ; + StateMethod = GetDrawFuncState ; GroupId = GID_FORMAT ; FastCall , Cachable ; ToolBoxConfig ; |