1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[216034] Fixed to compile with platform 3.4 M5.

This commit is contained in:
Pawel Piech 2008-01-21 19:29:30 +00:00
parent 0d12dc0338
commit 2f16b2b95f

View file

@ -53,7 +53,6 @@ import org.eclipse.debug.internal.ui.actions.variables.details.DetailPaneMaxLeng
import org.eclipse.debug.internal.ui.actions.variables.details.DetailPaneWordWrapAction;
import org.eclipse.debug.internal.ui.preferences.IDebugPreferenceConstants;
import org.eclipse.debug.internal.ui.views.variables.IndexedValuePartition;
import org.eclipse.debug.internal.ui.views.variables.StatusLineContributionItem;
import org.eclipse.debug.internal.ui.views.variables.details.DetailMessages;
import org.eclipse.debug.ui.IDebugModelPresentation;
import org.eclipse.debug.ui.IDebugUIConstants;
@ -109,6 +108,7 @@ import org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds;
import org.eclipse.ui.texteditor.ITextEditorActionConstants;
import org.eclipse.ui.texteditor.IUpdate;
import org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds;
import org.eclipse.ui.texteditor.StatusLineContributionItem;
public class NumberFormatDetailPane implements IDetailPane, IAdaptable, IPropertyChangeListener {