diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2018-09-03 12:16:55 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2018-09-03 23:39:20 +0200 |
commit | 6c3d10d86e48e92ad963750ec5ba6e1049df2532 (patch) | |
tree | e230bbb1f8710afd0918914ef6d50456f86991a2 /sw/sdi | |
parent | a8aaffa6ea0f0fd8cf1d22883173df64a93e3322 (diff) |
Enable the align group button for frames
Change-Id: I6ba8b5fe0d185817e61986c90f5264493b6d5339
Reviewed-on: https://gerrit.libreoffice.org/59951
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_frmsh.sdi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/sdi/_frmsh.sdi b/sw/sdi/_frmsh.sdi index 734b50c5ebc1..6d02c04efdeb 100644 --- a/sw/sdi/_frmsh.sdi +++ b/sw/sdi/_frmsh.sdi @@ -330,6 +330,12 @@ interface BaseTextFrame DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] + SID_OBJECT_ALIGN + [ + StateMethod = GetState ; + DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; + ] + FN_FORMAT_FOOTNOTE_DLG // status() [ ExecMethod = Execute; |