diff options
author | Jan Holesovsky <kendy@collabora.com> | 2018-01-24 20:07:40 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-01-25 10:08:56 +0100 |
commit | dd42329b4a204d9d9dcac102095f144ea3eca791 (patch) | |
tree | aff19d5aa041066698699319559c11fcb9ff8371 /sfx2/source/control/unoctitm.cxx | |
parent | 7616b3dd942efad8fa20b30ab3a0833a21501ffd (diff) |
lok: Send the enabled / disabled state of .uno:TransformDialog.
Change-Id: If2d8e0da6c289deb65dc8a6b38a21dfd5bbfc1bd
Reviewed-on: https://gerrit.libreoffice.org/48534
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'sfx2/source/control/unoctitm.cxx')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index 2193914465f2..894b88f79dbd 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -1092,7 +1092,8 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c aEvent.FeatureURL.Path == "FontDialog" || aEvent.FeatureURL.Path == "ParagraphDialog" || aEvent.FeatureURL.Path == "OutlineBullet" || - aEvent.FeatureURL.Path == "InsertIndexesEntry") + aEvent.FeatureURL.Path == "InsertIndexesEntry" || + aEvent.FeatureURL.Path == "TransformDialog") { aBuffer.append(aEvent.IsEnabled ? OUString("enabled") : OUString("disabled")); |