Skip to content

Commit 7052fb7

Browse files
authored
Ribbon: Remove extra loadImage callback until we discuss it
1 parent 2300754 commit 7052fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ribbon/RibbonController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class RibbonController : ExcelRibbon
1010
public override string GetCustomUI(string RibbonID)
1111
{
1212
return @"
13-
<customUI xmlns='http://schemas.microsoft.com/office/2006/01/customui' loadImage='LoadImage'>
13+
<customUI xmlns='http://schemas.microsoft.com/office/2006/01/customui'>
1414
<ribbon>
1515
<tabs>
1616
<tab id='tab1' label='My Tab'>

0 commit comments

Comments
 (0)