Kaydet (Commit) 4dbff9ec authored tarafından Miklos Vajna's avatar Miklos Vajna

SfxDispatchController_Impl::InterceptLOKStateChangeEvent: fix typo

Without this, the strikethrough event is not sent to LOK clients, i.e.
the strikethrough button in gtktiledviewer did not change to the toggled
state when the cursor entered an area marked as strikethrough.

Change-Id: I0b2d3acc50cdfff88675ceb14cf653b6622797e7
üst d01e4adf
...@@ -1054,7 +1054,7 @@ void SfxDispatchController_Impl::InterceptLOKStateChangeEvent(const SfxObjectShe ...@@ -1054,7 +1054,7 @@ void SfxDispatchController_Impl::InterceptLOKStateChangeEvent(const SfxObjectShe
if (aEvent.FeatureURL.Path == "Bold" || if (aEvent.FeatureURL.Path == "Bold" ||
aEvent.FeatureURL.Path == "Italic" || aEvent.FeatureURL.Path == "Italic" ||
aEvent.FeatureURL.Path == "Underline" || aEvent.FeatureURL.Path == "Underline" ||
aEvent.FeatureURL.Path == "StrikeOut") aEvent.FeatureURL.Path == "Strikeout")
{ {
OUStringBuffer aBuffer; OUStringBuffer aBuffer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment