mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 07:45:44 +00:00
Whitespace; clean up #includes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3819 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
90d707e889
commit
9c628bc4ac
@ -1,3 +1,9 @@
|
|||||||
|
2002-03-25 Angus Leeming <a.leeming@ic.ac.uk>
|
||||||
|
|
||||||
|
* FormParagraph.C (changedParagraph): whitespace.
|
||||||
|
|
||||||
|
* xforms_helpers.C: rearrange #includes.
|
||||||
|
|
||||||
2002-03-22 Angus Leeming <a.leeming@ic.ac.uk>
|
2002-03-22 Angus Leeming <a.leeming@ic.ac.uk>
|
||||||
|
|
||||||
* FormGraphics.C (input): don't activate the Ok, Apply buttons if the
|
* FormGraphics.C (input): don't activate the Ok, Apply buttons if the
|
||||||
|
@ -90,7 +90,6 @@ void FormParagraph::changedParagraph()
|
|||||||
if (!accept) {
|
if (!accept) {
|
||||||
postWarning(_("Cannot apply paragraph settings to this inset!"));
|
postWarning(_("Cannot apply paragraph settings to this inset!"));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,25 +8,26 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include FORMS_H_LOCATION
|
|
||||||
|
|
||||||
#include <fstream> // ofstream
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
#ifdef __GNUG_
|
#ifdef __GNUG_
|
||||||
#pragma implementation
|
#pragma implementation
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "xforms_helpers.h"
|
#include "xforms_helpers.h"
|
||||||
|
|
||||||
#include "lyxlex.h"
|
#include "lyxlex.h"
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
#include "lyxlength.h"
|
#include "lyxlength.h"
|
||||||
#include "lyxgluelength.h"
|
#include "lyxgluelength.h"
|
||||||
|
|
||||||
#include "support/LAssert.h"
|
#include "support/LAssert.h"
|
||||||
#include "support/FileInfo.h"
|
#include "support/FileInfo.h"
|
||||||
#include "support/filetools.h"
|
#include "support/filetools.h"
|
||||||
#include "support/lstrings.h" // frontStrip, strip
|
#include "support/lstrings.h" // frontStrip, strip
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
#include <fstream>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
using std::ofstream;
|
using std::ofstream;
|
||||||
using std::pair;
|
using std::pair;
|
||||||
using std::vector;
|
using std::vector;
|
||||||
|
Loading…
Reference in New Issue
Block a user