Kaydet (Commit) 86658243 authored tarafından Pranav Kant's avatar Pranav Kant

lok: listen for DeleteAnnotation state changes

Change-Id: I2ea0d237cbbfd912b012ed400a328bfb6546cdfb
üst 57d75ba3
...@@ -1395,6 +1395,7 @@ static void doc_iniUnoCommands () ...@@ -1395,6 +1395,7 @@ static void doc_iniUnoCommands ()
OUString(".uno:Paste"), OUString(".uno:Paste"),
OUString(".uno:SelectAll"), OUString(".uno:SelectAll"),
OUString(".uno:InsertAnnotation"), OUString(".uno:InsertAnnotation"),
OUString(".uno:DeleteAnnotation"),
OUString(".uno:ReplyComment"), OUString(".uno:ReplyComment"),
OUString(".uno:InsertRowsBefore"), OUString(".uno:InsertRowsBefore"),
OUString(".uno:InsertRowsAfter"), OUString(".uno:InsertRowsAfter"),
......
...@@ -1039,6 +1039,7 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c ...@@ -1039,6 +1039,7 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c
aEvent.FeatureURL.Path == "Paste" || aEvent.FeatureURL.Path == "Paste" ||
aEvent.FeatureURL.Path == "SelectAll" || aEvent.FeatureURL.Path == "SelectAll" ||
aEvent.FeatureURL.Path == "InsertAnnotation" || aEvent.FeatureURL.Path == "InsertAnnotation" ||
aEvent.FeatureURL.Path == "DeleteAnnotation" ||
aEvent.FeatureURL.Path == "InsertRowsBefore" || aEvent.FeatureURL.Path == "InsertRowsBefore" ||
aEvent.FeatureURL.Path == "InsertRowsAfter" || aEvent.FeatureURL.Path == "InsertRowsAfter" ||
aEvent.FeatureURL.Path == "InsertColumnsBefore" || aEvent.FeatureURL.Path == "InsertColumnsBefore" ||
......
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