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:
parent
0d12dc0338
commit
2f16b2b95f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue