Commit d7532009 authored by Sergey Luzyanin's avatar Sergey Luzyanin

removeTextSelection

parent 6e088216
......@@ -287,6 +287,13 @@ CGraphicObjects.prototype =
return false;
},
removeTextSelection: function(){
var oTargetDocContent = this.getTargetDocContent();
if(oTargetDocContent && oTargetDocContent.Is_SelectionUse()){
oTargetDocContent.Selection_Remove();
}
},
createImage: DrawingObjectsController.prototype.createImage,
createOleObject: DrawingObjectsController.prototype.createOleObject,
createTextArt: DrawingObjectsController.prototype.createTextArt,
......
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