mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Fix for PR 59534
This commit is contained in:
parent
1d3a3c4df0
commit
bbff2f727d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-04-22 Alain Magloire
|
||||||
|
|
||||||
|
Fix for PR 59534
|
||||||
|
* src/org/eclipse/cdt/internal/ui/editor/CDocumentProvider.java
|
||||||
|
|
||||||
2004-04-22 Hoda Amer
|
2004-04-22 Hoda Amer
|
||||||
Fixing build errors after integrating with the Eclipse nightly build on April 22nd.
|
Fixing build errors after integrating with the Eclipse nightly build on April 22nd.
|
||||||
Some JFace interfaces has changed.
|
Some JFace interfaces has changed.
|
||||||
|
|
|
@ -220,7 +220,7 @@ public class CDocumentProvider extends TextFileDocumentProvider {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return super.createSaveOperation(element, document, overwrite);
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue