mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
I hate ChangeLog conflicts
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4790 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b0327ec625
commit
d088ebfbae
@ -1,3 +1,8 @@
|
||||
2002-07-25 John Levon <levon@movementarian.org>
|
||||
|
||||
* lyx_gui.C:
|
||||
* XWorkArea.C: using dec
|
||||
|
||||
2002-07-25 Juergen Spitzmueller <j.spitzmueller@gmx.de>
|
||||
|
||||
* FormFloat.C: Fixed and better GUI-logic
|
||||
|
@ -37,6 +37,7 @@ FL_APPEVENT_CB fl_set_preemptive_callback(Window, FL_APPEVENT_CB, void *);
|
||||
using std::endl;
|
||||
using std::abs;
|
||||
using std::hex;
|
||||
using std::dec;
|
||||
|
||||
namespace {
|
||||
|
||||
|
@ -50,6 +50,7 @@ using std::exit;
|
||||
|
||||
using std::vector;
|
||||
using std::hex;
|
||||
using std::dec;
|
||||
using std::endl;
|
||||
using std::setbase;
|
||||
using std::setfill;
|
||||
|
Loading…
Reference in New Issue
Block a user