diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-01-19 15:18:52 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-01-19 16:45:53 +0100 |
commit | abbfbb4d35d6fa9edbb8f331a9d9503183eb0356 (patch) | |
tree | 293a655c120568e768f0b5b638520217d0d5e2e4 /sfx2/source | |
parent | 86963c2e23aebfa7b9df4e2d28278dfb581974d3 (diff) |
LOK: include ModifiedStatus in CALLBACK_STATE_CHANGED
Change-Id: Ic44a9266a67bfad8b0490a8acb4a419af99ea42c
Diffstat (limited to 'sfx2/source')
-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 5b4b8af3625f..7a2616cc925d 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -1097,7 +1097,8 @@ void SfxDispatchController_Impl::InterceptLOKStateChangeEvent(const SfxObjectShe aEvent.FeatureURL.Path == "SubScript" || aEvent.FeatureURL.Path == "SuperScript" || aEvent.FeatureURL.Path == "Strikeout" || - aEvent.FeatureURL.Path == "Underline") + aEvent.FeatureURL.Path == "Underline" || + aEvent.FeatureURL.Path == "ModifiedStatus") { bool bTemp = false; aEvent.State >>= bTemp; |