* (non-Javadoc)
*
* @see org.eclipse.jst.pagedesigner.commands.range.DesignerToolBarAction#getCommand()
*/
protected Command getCommand() {
UnapplyStyleCommand command = new UnapplyStyleCommand(getViewer(),
getExpectedTag(), null, null);
return command;
}