From dd42329b4a204d9d9dcac102095f144ea3eca791 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 24 Jan 2018 20:07:40 +0100 Subject: lok: Send the enabled / disabled state of .uno:TransformDialog. Change-Id: If2d8e0da6c289deb65dc8a6b38a21dfd5bbfc1bd Reviewed-on: https://gerrit.libreoffice.org/48534 Tested-by: Jenkins Reviewed-by: Jan Holesovsky --- sfx2/source/control/unoctitm.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sfx2/source/control/unoctitm.cxx') 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")); -- cgit