mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
Coding style
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34228 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
85dae058eb
commit
cb6208f8e5
@ -92,7 +92,7 @@ bool use_gui = true;
|
|||||||
// Tell what files can be silently overwritten during batch export.
|
// Tell what files can be silently overwritten during batch export.
|
||||||
// Possible values are: NO_FILES, MAIN_FILE, ALL_FILES.
|
// Possible values are: NO_FILES, MAIN_FILE, ALL_FILES.
|
||||||
|
|
||||||
overwrite_files force_overwrite = NO_FILES;
|
OverwriteFiles force_overwrite = NO_FILES;
|
||||||
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
@ -34,14 +34,14 @@ class ServerSocket;
|
|||||||
class Session;
|
class Session;
|
||||||
class SpellChecker;
|
class SpellChecker;
|
||||||
|
|
||||||
enum overwrite_files {
|
enum OverwriteFiles {
|
||||||
NO_FILES,
|
NO_FILES,
|
||||||
MAIN_FILE,
|
MAIN_FILE,
|
||||||
ALL_FILES
|
ALL_FILES
|
||||||
};
|
};
|
||||||
|
|
||||||
extern bool use_gui;
|
extern bool use_gui;
|
||||||
extern overwrite_files force_overwrite;
|
extern OverwriteFiles force_overwrite;
|
||||||
|
|
||||||
namespace frontend {
|
namespace frontend {
|
||||||
class Application;
|
class Application;
|
||||||
|
Loading…
Reference in New Issue
Block a user