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