*
* @see org.eclipse.jst.pagedesigner.commands.range.DesignerToolBarAction#getCommand()
*/
protected Command getCommand() {
DesignRange range = getViewer().getRangeSelection();
DOMRange dRange = DOMRangeHelper.toDOMRange(range);
Command command;
if (isApplied(dRange)) {
// command = new UnapplyStyleCommand(getViewer(), _expectedTag,
// null, null);
// since the un-applystyle is not implemented yet,we do nothing