diff --git a/browser/src/control/Control.ContextMenu.js b/browser/src/control/Control.ContextMenu.js
index 985e30fc2a792..e4cb635525d7c 100644
--- a/browser/src/control/Control.ContextMenu.js
+++ b/browser/src/control/Control.ContextMenu.js
@@ -64,7 +64,7 @@ L.Control.ContextMenu = L.Control.extend({
 				   'UpdateCurIndex','RemoveTableOf',
 				   'ReplyComment', 'DeleteComment', 'DeleteAuthor', 'DeleteAllNotes',
 				   'SpellingAndGrammarDialog', 'FontDialog', 'FontDialogForParagraph', 'TableDialog',
-				   'SpellCheckIgnore', 'FrameDialog', 'UnfloatFrame', 'ContentControlProperties'],
+				   'SpellCheckIgnore', 'FrameDialog', 'UnfloatFrame', 'ContentControlProperties', 'DeleteContentControl'],
 
 			spreadsheet: ['MergeCells', 'SplitCell', 'InsertCell', 'DeleteCell',
 				      'RecalcPivotTable', 'DataDataPilotRun', 'DeletePivotTable',
diff --git a/browser/src/unocommands.js b/browser/src/unocommands.js
index 50048301a4662..4b0acc709999b 100644
--- a/browser/src/unocommands.js
+++ b/browser/src/unocommands.js
@@ -105,6 +105,7 @@ var unoCommandsArray = {
 	'DeleteCell':{spreadsheet:{context:_('De~lete...'),menu:_('Delete C~ells...'),},},
 	'DeleteColumns':{global:{context:_('Delete selected columns'),menu:_('Delete ~Columns'),},text:{context:_('Delete selected columns'),menu:_('~Columns'),},},
 	'DeleteComment':{global:{menu:_('Delete Comment'),},},
+	'DeleteContentControl':{text:{context:_('Delete Content Control'),menu:_('Delete Content Control'),},},
 	'DeleteDataLabel':{global:{menu:_('Delete Single Data Label'),},},
 	'DeleteDataLabels':{global:{menu:_('Delete Data Labels'),},},
 	'DeleteLegend':{global:{menu:_('Delete Legend'),},},