diff options
author | Jan Holesovsky <kendy@collabora.com> | 2018-01-24 20:07:40 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2018-01-24 20:49:20 +0100 |
commit | 10c55f5c73f91ed56f3eae7952d1fff14039c3ca (patch) | |
tree | 9d1d96754dc7db8829beb9bfbec5c8f979813fc6 /desktop | |
parent | 3db822127e5bdf32eb9bd951c5d75f9492c5a09f (diff) |
lok: Send the enabled / disabled state of .uno:TransformDialog.
Change-Id: If2d8e0da6c289deb65dc8a6b38a21dfd5bbfc1bd
Reviewed-on: https://gerrit.libreoffice.org/48535
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 6961cca8e29c..873ee9e85443 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -1772,6 +1772,7 @@ static void doc_iniUnoCommands () OUString(".uno:OutlineBullet"), OUString(".uno:InsertIndexesEntry"), OUString(".uno:DocumentRepair"), + OUString(".uno:TransformDialog"), OUString(".uno:InsertPageHeader"), OUString(".uno:InsertPageFooter") }; |